Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!relay.nswc.navy.mil!zogwarg!anneb From: anneb@zogwarg.etl.army.mil (Anne Brink) Newsgroups: comp.lang.perl Subject: Built perl 4.003 on SCO Unix 3.2.0 Keywords: 2 Changes needed Message-ID: <640@zogwarg.etl.army.mil> Date: 26 Apr 91 13:38:07 GMT Organization: Engineer Topographic Labs, Ft. Belvoir, VA Lines: 19 I finished building Perl 4.003 under SCO 3.2.0 using the native compiler. To make it pass all the tests, the only libraries I requested were: -ldbm -lmalloc -lm. However, the directory functions came up as not implemented. This is because cc automatically defines M_XENIX. Adding the compiler flag: -U M_XENIX fixes this. (Space after -U requested by docs.) Aside from that, I used the given defaults except for adding in -DDEBUGGING. Thanks, Chip Salzenberg for telling me what libraries to leave out. -Anne Brink -- ############################################################################### Anne Brink # U.S. Army Engineer Topographic Labs anneb@etl.army.mil # Ft. Belvoir, VA 22060-5546 ###############################################################################