in reply to Re: Compiling perl on 64 bit system
in thread Compiling perl on 64 bit system

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