Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!gatech!mcnc!uvaarpa!mmdf From: jladwig@forsoil.lter.umn.edu (John Ladwig) Newsgroups: comp.lang.perl Subject: perl 4.0 patch #2 Message-ID: <1991Apr14.151900.5490@uvaarpa.Virginia.EDU> Date: 14 Apr 91 15:19:00 GMT Sender: mmdf@uvaarpa.Virginia.EDU (Uvaarpa Mail System) Reply-To: jladwig@forsoil.lter.umn.edu Organization: The Internet Lines: 55 I've applied patches 1-3 and rebuilt Perl 4.0 on my two sun systems; a Sun386i w/ 4.0.2 and a Sparc1+ w/ 4.1. I like the new Configure "hints" section. Perl is *much* happier than it was, I'm happy to report. There is a little glitch in the hints for sunos 4.0.1 and 4.0.2; a patch is included below. Thanks for the fixes, Larry! -- Internet: jladwig@forsoil.lter.umn.edu Bitnet: jladwig@UMINN1.BITNET Phone: W: (612)624-3459 or 624-7784 Fax: (612) 625-5212 ========================= Begin included file ========================= *** hints/sunos_4_0_1.sh-dist Sat Apr 13 16:42:56 1991 --- hints/sunos_4_0_1.sh Sun Apr 14 10:06:16 1991 *************** *** 1,3 **** ! echo ': work around botch in SunOS 4.0.1 and 4.0.2' >>../perl.h echo '#ifndef fputs' >>../perl.h echo '#define fputs(str,fp) fprintf(fp,"%s",str)' >>../perl.h --- 1,3 ---- ! echo '/* work around botch in SunOS 4.0.1 and 4.0.2 */' >>../perl.h echo '#ifndef fputs' >>../perl.h echo '#define fputs(str,fp) fprintf(fp,"%s",str)' >>../perl.h *** hints/sunos_4_0_2.sh-dist Sun Apr 14 10:05:17 1991 --- hints/sunos_4_0_2.sh Sun Apr 14 10:05:50 1991 *************** *** 1,3 **** ! echo ': work around botch in SunOS 4.0.1 and 4.0.2' >>../perl.h echo '#ifndef fputs' >>../perl.h echo '#define fputs(str,fp) fprintf(fp,"%s",str)' >>../perl.h --- 1,3 ---- ! echo '/* work around botch in SunOS 4.0.1 and 4.0.2 */' >>../perl.h echo '#ifndef fputs' >>../perl.h echo '#define fputs(str,fp) fprintf(fp,"%s",str)' >>../perl.h -- Internet: jladwig@forsoil.lter.umn.edu Bitnet: jladwig@UMINN1.BITNET Fidonet: John Ladwig 1:282/8 Phone: W: (612)624-3459 or 624-7784 Fax: (612) 625-5212 -- Internet: jladwig@forsoil.lter.umn.edu Bitnet: jladwig@UMINN1.BITNET Fidonet: John Ladwig 1:282/8 Phone: W: (612)624-3459 or 624-7784 Fax: (612) 625-5212 -- Internet: jladwig@forsoil.lter.umn.edu Bitnet: jladwig@UMINN1.BITNET Fidonet: John Ladwig 1:282/8 Phone: W: (612)624-3459 or 624-7784 Fax: (612) 625-5212