Sorry for the delay in replying.
This looks like a problem on your system -- I think Doug is right:
your system seems to be picking the wrong libraries when you specify -
m32. Can you compile any C++ libraries/binaries with -m32 successfully?
On May 19, 2008, at 5:48 PM, Arif Ali wrote:
Arif,
It looks like your system is 64 bit by default and it therefore
doesn't pick up the 32 bit libraries automatically at the link step
(note the -L/.../x86_64-suse-linux/lib entries prior to the
correspond entries pointing to the 32 bit library versions). I don't
use suse linux so