Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I build Perl 5.6.1 on AIX 5.1?

Status
Not open for further replies.

erulia

IS-IT--Management
Jan 29, 2003
20
US
I've got an AIX 5.1 system with gcc 3.2 installed, and I can't get Perl to build. First, when I run ./Configure, the "-qmaxmem" options keeps getting passed to gcc, and gcc does not support that option. Then, when running "make", I get the error:
make: *** No rule to make target `<built-in>', needed by `miniperlmain.o'. Stop.

Any hints? Unix Sys Admin
 
I did manage to compile perl 5.8 on AIX 5.1 however I did not choose any special options and there were a lot of errors. My solution was to run make twice and there were practically no errors the second time.

Later we secured an IBM distro of 5.8 in .bff format. There is a 5.6.1 .bff on Bulls' freeware site. IBM Certified -- AIX 4.3 Obfuscation
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top