Xref: utzoo comp.lang.perl:5661 comp.unix.aix:5664 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!sdd.hp.com!news.cs.indiana.edu!news.nd.edu!mentor.cc.purdue.edu!mace.cc.purdue.edu!abe From: abe@mace.cc.purdue.edu (Vic Abell) Newsgroups: comp.lang.perl,comp.unix.aix Subject: perl 4.010 under AIX 3.1 (3003) and AIX 3.1.5 Message-ID: <7723@mace.cc.purdue.edu> Date: 11 Jun 91 19:06:54 GMT Followup-To: poster Organization: Purdue University Lines: 15 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