This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/10057] [Sparc/Solaris 2.6] relocation error when creating libstdc++
- From: "ebotcazou at libertysurf dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2003 15:53:45 -0000
- Subject: [Bug bootstrap/10057] [Sparc/Solaris 2.6] relocation error when creating libstdc++
- References: <20030313092601.10057.ask@wisdom.weizmann.ac.il>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10057
------- Additional Comments From ebotcazou@libertysurf.fr 2003-06-08 15:53 -------
Subject: Re: [Sparc/Solaris 2.6] relocation error when creating libstdc++
> Hmm, it is very strange -- now it works:
>
> $ ../gcc/configure --prefix=/usr/local/gcc34 --enable-languages=c,c++
> --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld --with-gnu-as
> --with-gnu-ld && make bootstrap && make install
>
> and I get
>
> $ /usr/local/gcc34/bin/gcc --version
> gcc (GCC) 3.4 20030520 (experimental)
Don't be that surprised, configuring on Solaris can fail in very subtle ways.
Thanks for the quick feedback.