Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Perl: AIX compile error

by marioroy (Prior)
on Sep 29, 2017 at 00:16 UTC ( [id://1200334]=note: print w/replies, xml ) Need Help??


in reply to Perl: AIX compile error

From perlaix: If you choose gcc to compile 64-bit Perl then you need to add the following option. See also, article at IBM.

-Dcc='gcc -maix64'

Update: Ah, it looks like you're wanting to build a 32-bit Perl. Have you tried the following configure option?

-Dcc='gcc -maix32'

There is AIX Toolbox for Linux Applications. The AIX Toolbox for Linux Applications contains a wide variety of software, including but not limited to:

- Application Development - gcc, g++, gdb, rpm, cvs, automake, autoconf, libtool, git, subversion, gettext - GNU base utilities - gawk, m4, indent, sed, tar, diffutils, findutils, grep, coreutils - Programming Languages - perl, python, ruby, php - System Utilities - emacs, vim, bzip2, gzip, rsync, wget, lsof, less, samba, zip, unzip - Libraries - ncurses, readline, libxml2, libyaml, libpng, libjpeg, slang, db, glib2, zlib, gtk+ - System Shells - bash, tcsh, zsh - Software Managment - YUM - Developing graphical user interface - gtk2+ - Cloud environment - cloud-init, python-swift

With the perl binary, included with the toolbox, one can then extract the configure options used.

/path/to/toolbox/bin/perl -V | grep config_args

Am not sure how gcc was installed. If taken from AIXTOOLS, notice the extra step after the installation.

/opt/libexec/gcc/powerpc-ibm-aix5.3.7.0/4.7.4/install-tools/mkheaders

Regards, Mario

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1200334]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-24 22:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found