[comp.lang.perl] perl 4.010 under AIX 3.1

abe@mace.cc.purdue.edu (Vic Abell) (06/12/91)

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@mace.cc.purdue.edu>