This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Solaris2.7 installation problem (other problems...)
- From: "David S. Miller" <davem at redhat dot com>
- To: apl at alum dot mit dot edu
- Cc: Michael dot Couren at bdl dot fr, gcc at gcc dot gnu dot org
- Date: Tue, 04 Jun 2002 07:11:09 -0700 (PDT)
- Subject: Re: Solaris2.7 installation problem (other problems...)
- References: <3CFCBCFA.A2937AF5@bdl.fr><a05111a02b9226f518b78@[63.214.89.46]>
From: Alan Lehotsky <apl@alum.mit.edu>
Date: Tue, 4 Jun 2002 09:34:59 -0400
I have different but equally frustrating roblems, including things like
1/ insn-attrtab won't assemble because it references a label that
is never materialized.
I've hit this before, it's because of a bug in the GCC you are using
to build 3.1, you have to use another compiler.
2/ compile errors in sparc.h because the default architecture doesn't
seem to be
specified when compiling gmon_sol2.c
3/ complaints in collect2 about being unable to find
/usr/lib/sparcv9/values-Xa.o.
My Solaris 2.7 system didn't even HAVE a /usr/lib/sparcv9 directory!
(I am building on a SPARC Ultra 5, which appears to be a V9
architecture machine)
Add --disable-multilib to your configure command line, this is
mentioned in the Solaris specific sections of the GCC installation
documentation.
Franks a lot,
David S. Miller
davem@redhat.com