This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/10057] [Sparc/Solaris 2.6] relocation error when creating libstdc++


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 ask@wisdom.weizmann.ac.il  2003-06-08 14:12 -------
Subject: Re:  [Sparc/Solaris 2.6] relocation error when
 creating libstdc++

On 8 Jun 2003, ebotcazou@libertysurf.fr wrote:
> > Do you want me to try some other command?
>
> I'm not sure whether this is going to change anything, but at this point we
> need to standardize everything. So could you:
> - set
>
> 	CONFIG_SHELL=/bin/ksh
>
> in your environment before configuring,
>
> - pass
>
> 	--with-as=<path_to_gnu_as> --with-gnu-as
>
> and
>
> 	--with-ld=<path_to_gnu_ld> --with-gnu-ld
>
> to the configure script?

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)

Regards,
ASK


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