gcc 3.4.2, 3.4.3, and 4.0.0 all have the same problem on Solaris 8 (64bit). While trying to link the 64-bit libstdc++, the link command does not specifically indicate the link is a 64-bit link, and thus the 32-bit objects are mixed with 64-bit objects during the link, which is bad. The link-line below, if performed with a -m64 flag, succeeds. Any tips out there for building a multilib gcc on this platform? I'm not seeing anything in the docs but it may be I haven't found the right place to look. Thanks in advance, -Rob ----------------------------- Here's the configure line: ../gcc-3.4.3/configure --prefix=/usr/intel/pkgs/gcc/3.4.3 --with-gnu-ld --wit h-gnu-as --with-ld=/usr/intel/pkgs/gcc/3.4.3/bin/gld --with-as=/usr/intel/pkgs/g cc/3.4.3/bin/gas --disable-libgcj --enable-languages=c,c++,objc --with-gcc-versi on-trigger=/nfs/pdx/disks/comp.build_system.1/gcc/3.4.3/sun4m_solaris8_s parcv9/g cc-3.4.3/gcc/version.c ------------------------------ Here's the link blowing up: /bin/sh ../libtool --tag CXX --mode=link /nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gccb uild/gcc/xgcc -shared-libgcc -B/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gc cbuild/gcc/ -nostdinc++ -L/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gc cbuild/sparc-sun-solaris2.8/libstdc++-v3/src -L/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gc cbuild/sparc-sun-solaris2.8/libstdc++-v3/src/.libs -B/usr/intel/pkgs/gcc/4.0.0/sparc-sun-solaris2.8/bin/ -B/usr/intel/pkgs/gcc/4.0.0/sparc-sun-solaris2.8/lib/ -isystem /usr/intel/pkgs/gcc/4.0.0/sparc-sun-solaris2.8/include -isystem /usr/intel/pkgs/gcc/4.0.0/sparc-sun-solaris2.8/sys-include -Wl,-O1 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -o libstdc++.la -rpath /usr/intel/pkgs/gcc/4.0.0/lib -version-info 6:4:0 -Wl,--version-script=libstdc++-symbol.ver -lm bitmap_allocator.lo pool_allocator.lo mt_allocator.lo codecvt.lo complex_io.lo ctype.lo debug.lo debug_list.lo functexcept.lo globals_locale.lo globals_io.lo ios.lo ios_failure.lo ios_init.lo ios_locale.lo limits.lo list.lo locale.lo locale_init.lo locale_facets.lo localename.lo stdexcept.lo strstream.lo tree.lo allocator-inst.lo concept-inst.lo fstream-inst.lo ext-inst.lo io-inst.lo istream-inst.lo istream.lo locale-inst.lo locale-misc-inst.lo misc-inst.lo ostream-inst.lo sstream-inst.lo streambuf-inst.lo streambuf.lo string-inst.lo valarray-inst.lo wlocale-inst.lo wstring-inst.lo atomicity.lo codecvt_members.lo collate_members.lo ctype_members.lo messages_members.lo monetary_members.lo numeric_members.lo time_members.lo basic_file.lo c++locale.lo ../libmath/libmath.la ../libsupc++/libsupc++convenience.la -lm /nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gccb uild/gcc/xgcc -shared-libgcc -B/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gc cbuild/gcc/ -nostdinc++ -L/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gc cbuild/sparc-sun-solaris2.8/libstdc++-v3/src -L/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gc cbuild/sparc-sun-solaris2.8/libstdc++-v3/src/.libs -B/usr/intel/pkgs/gcc/4.0.0/sparc-sun-solaris2.8/bin/ -B/usr/intel/pkgs/gcc/4.0.0/sparc-sun-solaris2.8/lib/ -isystem /usr/intel/pkgs/gcc/4.0.0/sparc-sun-solaris2.8/include -isystem /usr/intel/pkgs/gcc/4.0.0/sparc-sun-solaris2.8/sys-include -shared -nostdlib /nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gccb uild/gcc/sparcv9/crti.o /usr/ccs/lib/sparcv9/values-Xa.o /nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gccb uild/gcc/sparcv9/crtbegin.o .libs/bitmap_allocator.o .libs/pool_allocator.o .libs/mt_allocator.o .libs/codecvt.o .libs/complex_io.o .libs/ctype.o .libs/debug.o .libs/debug_list.o .libs/functexcept.o .libs/globals_locale.o .libs/globals_io.o .libs/ios.o .libs/ios_failure.o .libs/ios_init.o .libs/ios_locale.o .libs/limits.o .libs/list.o .libs/locale.o .libs/locale_init.o .libs/locale_facets.o .libs/localename.o .libs/stdexcept.o .libs/strstream.o .libs/tree.o .libs/allocator-inst.o .libs/concept-inst.o .libs/fstream-inst.o .libs/ext-inst.o .libs/io-inst.o .libs/istream-inst.o .libs/istream.o .libs/locale-inst.o .libs/locale-misc-inst.o .libs/misc-inst.o .libs/ostream-inst.o .libs/sstream-inst.o .libs/streambuf-inst.o .libs/streambuf.o .libs/string-inst.o .libs/valarray-inst.o .libs/wlocale-inst.o .libs/wstring-inst.o .libs/atomicity.o .libs/codecvt_members.o .libs/collate_members.o .libs/ctype_members.o .libs/messages_members.o .libs/monetary_members.o .libs/numeric_members.o .libs/time_members.o .libs/basic_file.o .libs/c++locale.o -Wl,--whole-archive ../libmath/.libs/libmath.a ../libsupc++/.libs/libsupc++convenience.a -Wl,--no-whole-archive -L/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gc cbuild/sparc-sun-solaris2.8/libstdc++-v3/src -L/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gc cbuild/sparc-sun-solaris2.8/libstdc++-v3/src/.libs -lm ../libmath/.libs/libmath.a -L/usr/intel/pkgs/gawk/3.1.4/lib -lm ../libsupc++/.libs/libsupc++convenience.a -lm -L/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gc cbuild/gcc/sparcv9 -L/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gc cbuild/gcc -L/usr/intel/pkgs/gcc/4.0.0/sparc-sun-solaris2.8/bin -L/usr/intel/pkgs/gcc/4.0.0/sparc-sun-solaris2.8/lib -L/usr/intel/pkgs/gcc/4.0.0/lib/../sparc-sun-solaris2.8/lib -L/usr/ccs/bin/sparcv9 -L/usr/ccs/bin -L/usr/ccs/lib/sparcv9 -L/usr/ccs/lib -L/usr/intel/pkgs/gcc/4.0.0/lib -L/lib/sparcv9 -L/usr/lib/sparcv9 -lgcc_s -lgcc_s -lm -lgcc_s -lgcc_s -lc /nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gccb uild/gcc/sparcv9/crtend.o /nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gccb uild/gcc/sparcv9/crtn.o -Wl,-O1 -Wl,--version-script=libstdc++-symbol.ver -Wl,-soname -Wl,libstdc++.so.6 -o .libs/libstdc++.so.6.0.4 /usr/intel/pkgs/gcc/4.0.0/bin/gld: Warning: size of symbol `std::underflow_error::~underflow_error()' changed from 48 in .libs/functexcept.o to 52 in .libs/stdexcept.o /usr/intel/pkgs/gcc/4.0.0/bin/gld: Warning: size of symbol `std::overflow_error::~overflow_error()' changed from 48 in .libs/functexcept.o to 52 in .libs/stdexcept.o /usr/intel/pkgs/gcc/4.0.0/bin/gld: Warning: size of symbol `std::range_error::~range_error()' changed from 48 in .libs/functexcept.o to 52 in .libs/stdexcept.o /usr/intel/pkgs/gcc/4.0.0/bin/gld: Warning: size of symbol `std::out_of_range::~out_of_range()' changed from 48 in .libs/functexcept.o to 52 in .libs/stdexcept.o /usr/intel/pkgs/gcc/4.0.0/bin/gld: Warning: size of symbol `std::length_error::~length_error()' changed from 48 in .libs/functexcept.o to 52 in .libs/stdexcept.o /usr/intel/pkgs/gcc/4.0.0/bin/gld: Warning: size of symbol `std::invalid_argument::~invalid_argument()' changed from 48 in .libs/functexcept.o to 52 in .libs/stdexcept.o /usr/intel/pkgs/gcc/4.0.0/bin/gld: Warning: size of symbol `std::domain_error::~domain_error()' changed from 48 in .libs/functexcept.o to 52 in .libs/stdexcept.o /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /lib/sparcv9/libm.so when searching for -lm /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /usr/lib/sparcv9/libm.so when searching for -lm /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /lib/sparcv9/libm.so when searching for -lm /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /usr/lib/sparcv9/libm.so when searching for -lm /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /lib/sparcv9/libm.so when searching for -lm /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /usr/lib/sparcv9/libm.so when searching for -lm /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gccb uild/gcc/sparcv9/libgcc_s.so when searching for -lgcc_s /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gccb uild/gcc/sparcv9/libgcc_s.so when searching for -lgcc_s /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /lib/sparcv9/libm.so when searching for -lm /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /usr/lib/sparcv9/libm.so when searching for -lm /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gccb uild/gcc/sparcv9/libgcc_s.so when searching for -lgcc_s /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gccb uild/gcc/sparcv9/libgcc_s.so when searching for -lgcc_s /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /lib/sparcv9/libc.so when searching for -lc /usr/intel/pkgs/gcc/4.0.0/bin/gld: skipping incompatible /usr/lib/sparcv9/libc.so when searching for -lc /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gcc build/gcc/sparcv9/crti.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `/usr/ccs/lib/sparcv9/values-Xa.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gcc build/gcc/sparcv9/crtbegin.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/bitmap_allocator.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/pool_allocator.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/mt_allocator.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/codecvt.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/complex_io.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/ctype.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/debug.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/debug_list.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/functexcept.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/globals_locale.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/globals_io.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/ios.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/ios_failure.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/ios_init.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/ios_locale.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/limits.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/list.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/locale.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/locale_init.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/locale_facets.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/localename.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/stdexcept.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/strstream.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/tree.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/allocator-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/concept-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/fstream-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/ext-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/io-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/istream-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/istream.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/locale-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/locale-misc-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/misc-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/ostream-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/sstream-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/streambuf-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/streambuf.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/string-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/valarray-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/wlocale-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/wstring-inst.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/atomicity.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/codecvt_members.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/collate_members.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/ctype_members.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/messages_members.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/monetary_members.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/numeric_members.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/time_members.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/basic_file.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `.libs/c++locale.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libmath/.libs/libmath.a(stubs.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libmath/.libs/libmath.a(copysignf.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libmath/.libs/libmath.a(signbit.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libmath/.libs/libmath.a(signbitf.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(del_op.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(del_opnt.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(del_opv.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(del_opvnt.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_alloc.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_aux_runtime.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_catch.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_exception.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_globals.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_personality.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_term_handler.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_terminate.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_throw.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_type.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(eh_unex_handler.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(guard.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(new_handler.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(new_op.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(new_opnt.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(new_opv.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(new_opvnt.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(pure.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(tinfo.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(tinfo2.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(vec.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(vterminate.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `../libsupc++/.libs/libsupc++convenience.a(cp-demangle.o)' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gcc build/gcc/sparcv9/crtend.o' is incompatible with sparc output /usr/intel/pkgs/gcc/4.0.0/bin/gld: warning: sparc:v9 architecture of input file `/nfs/pdx/disks/comp.build_system.1/gcc/4.0.0/sun4m_solaris8_sparcv9/gcc build/gcc/sparcv9/crtn.o' is incompatible with sparc output