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]

Trouble Compiling gcc v3.2.3


I'm currently having trouble compiling v3.2.3 of gcc.  My environment is:

  host:  Solaris8
  target:  Solaris8 (native compiler)
  binutils:  v2.14 (compiled with gcc-2.95.2)

I'm trying to compile gcc with static libraries (--disable-shared) and I'm getting a link error that is complaining that the libstdc++ compiled by my gcc build is "incompatible" so it is skipped.  I've verified that my path is setup up so that the GNU version of "ld" is used by the compile.  The build then fails because it cannot find a version of libstdc++ that it can use.

Anyone have any thoughts??

Thanks in advance,
Dan Burke


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