--On Sunday, January 29, 2006 7:09 PM -0500 "Barb, Duane" <[EMAIL PROTECTED]> wrote:
ld: fatal: file /opt/sfw/lib/libncurses.so: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to sparcv9/ipfstat collect2: ld returned 1 exit status
Read the error message. You're trying to link a 32-bit library into a 64-bit application. This won't work.
-- Carson
