in reply to Compiling perl on 64 bit system

Why did you not leave the basics to Configure?

./Configure -Duse64bitall -Dprefix=/usr -des

and report back what fails. The next step - if it still fails - is to check for a hint file, and put the missing hints in hints/centos.sh (or whatever it is trying to use).


Enjoy, Have FUN! H.Merijn

Replies are listed 'Best First'.
Re^2: Compiling perl on 64 bit system
by rlb3 (Deacon) on Jan 03, 2008 at 18:01 UTC

    I think I found a configure line that is working for me.

    ./Configure -des -Dprefix=/usr -Acflags='-fPID -DPIC -m64' -Aldflags=' +-L/usr/lib64 -L/lib64 -lresolv -lnsl -ldl -lm -lcrypt -lutil -lc'

    Thank you to everyone who replied