------- Comment #9 from ebotcazou at gcc dot gnu dot org 2006-03-27 22:32 ------- > I'll note that GMP was built with ABI=32 in my case.
I'd recommend to configure it as specified in the instructions: http://gcc.gnu.org/install/specific.html#sparc-sun-solaris2 And you also need to make sure the resulting library is visible from the dynamic linker, i.e. 'ldd f951' should not have unresolved references. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26889