This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc 3.2.3 Solaris C,C++ build error


> I get the following build error when trying in install gcc 3.2.3.
> 
> Assembler messages:Fatal error: No compiled in support
> for 64 bit object file format
> gmake[2]: *** [libgcc/sparcv9/_muldi3.o] Error 1

This sounds like the issue mentioned here regarding 32-bit only
installations:
http://gcc.gnu.org/install/specific.html#sparc-sun-solaris2*

Try configuring with --disable-multilib and see if that helps.

PS: Make sure you read all the various solaris installation docs,
especially the part about using /bin/ksh when building gcc.

--
Kaveh R. Ghazi			ghazi at caip dot rutgers dot edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]