This is the mail archive of the gcc-help@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: gcc3.1 on Solaris 2.7 -- Getting sparcv9 attempts but don't want this


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.


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