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: Solaris2.7 installation problem (other problems...)


   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


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