diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-11-09 13:39:17 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-11-09 13:39:17 +0000 |
commit | 5303340c1eb77f5b18e12347ed4a7fa2eb6cd9f7 (patch) | |
tree | be6a2e2430c813552b7d1453cc690167c68a66b4 /README | |
parent | e5d73d7778736a8bd9f7f44aad5289ad2c783a16 (diff) | |
download | perl-5303340c1eb77f5b18e12347ed4a7fa2eb6cd9f7.tar.gz |
perl 3.0 patch #38 (combined patch)
Forget the description, it's too late at night...
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -102,13 +102,17 @@ Installation SGI machines may need -Ddouble="long float". Ultrix (2.3) may need to hand assemble teval.s with a -J switch. Ultrix on MIPS machines may need -DLANGUAGE_C. + Ultrix 3.[01] on MIPS needs to undefine WAITPID--the system call is busted. + MIPS machines may need to undef d_volatile. MIPS machines may need to turn off -O on perly.c and tperly.c. + Some MIPS machines may need to undefine CASTNEGFLOAT. SCO Xenix may need -m25000 for yacc. - Xenix 386 needs -Sm10000 for yacc. + Xenix 386 needs -Sm11000 for yacc, and may need -UM_I86. Genix needs to use libc rather than libc_s, or #undef VARARGS. NCR Tower 32 (OS 2.01.01) may need -W2,-Sl,2000 and #undef MKDIR. A/UX may need -ZP -DPOSIX, and -g if big cc is used. FPS machines may need -J and -DBADSWITCH. + UTS may need one or more of -DCRIPPLED_CC, -K or -g, and undef LSTAT. If you get syntax errors on '(', try -DCRIPPLED_CC or -DBADSWITCH or both. Machines with half-implemented dbm routines will need to #undef ODBM & NDBM. C's that don't try to restore registers on longjmp() may need -DJMPCLOBBER. |