This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: gcc3.1 on Solaris 2.7 -- Getting sparcv9 attempts but don't want this
- From: "Rupert Wood" <me at rupey dot net>
- To: "'Peter Sterpe'" <psterpe at curaspan dot com>
- Cc: <gcc-help at gcc dot gnu dot org>
- Date: Thu, 23 May 2002 08:46:39 +0100
- Subject: 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.