gcc3.1 on Solaris 2.7 -- Getting sparcv9 attempts but don't want this
Rupert Wood
me@rupey.net
Thu May 23 00:46:00 GMT 2002
Peter Sterpe wrote:
> I believe this is a 32-bit/64-bit mismatch problem. The thing is, I
> didn't >want< sparcv9 and didn't try to get it. I gave no arguments
> to configure, and it told me it was compiling for
> sparc-sun-solaris2.7.
By default, building GCC 3.1 for a sparc-solaris target will create a
compiler than can generate both 32 and 64 bit code. It could be that
it's falling over generating the support libraries for its 64-bit
compile case.
Try configuring GCC '--disable-multilib'.
Rup.
More information about the Gcc-help
mailing list