[comp.lang.perl] Built perl 4.003 on SCO Unix 3.2.0

anneb@zogwarg.etl.army.mil (Anne Brink) (04/26/91)

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
###############################################################################