This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Trouble Compiling gcc v3.2.3
- From: "Dan Burke" <Dan dot Burke at meriton dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Wed, 10 Sep 2003 11:47:02 -0400
- Subject: 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