perl 4.010 under AIX 3.1 (3003) and AIX 3.1.5

Vic Abell abe at mace.cc.purdue.edu
Wed Jun 12 05:06:54 AEST 1991


To make perl 4.010 pass all of its tests under AIX 3.1 (3003) I had to
compile regexec.c with -g and set the cppstdin variable to /lib/cpp.
After running Configure, edit config.sh and change the cppstdin line to:

	cppstdin='/lib/cpp'

After the line
	
	toke_cflags='optimize="-g"'
add:
	regexec_cflags='optimize="-g"'

Only the cppstdin change to config.sh is needed for AIX 3.1.5.

Vic abell <abe at mace.cc.purdue.edu>



More information about the Comp.unix.aix mailing list