Thomas, * Thomas Lauke <[EMAIL PROTECTED]> [2005-Apr-27 03:10 AKDT]: > ld32: FATAL 12 : Expecting n32 objects: /usr/freeware/lib/libXpm.so > is o32. > > What's wrong with our installation of /usr/freeware/lib? How to solve > this problem?
I don't have any IRIX machines anymore to test this, but I think you need to use the libraries in /usr/freeware/lib32 to get the n32 versions. /usr/freeware/lib has the o32 versions. Your linker lines need to have: -L/usr/freeware/lib32 instead of -L/usr/freeware/lib You might also want to see if you're supposed to use the SGI C compiler or gcc. I'm pretty sure you'll get better results with gcc. Chris -- Christopher S. Swingley email: [EMAIL PROTECTED] (primary) Intl. Arctic Research Center [EMAIL PROTECTED] (secondary) University of Alaska Fairbanks www.frontier.iarc.uaf.edu/~cswingle/