This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: results egcs-1.0: i586-pc-linux-gnulibc1 (S.u.S.E.4.4.1)
- To: tom at zaphod dot wh9 dot tu-dresden dot de (Thomas Weise), egcs at cygnus dot com
- Subject: Re: results egcs-1.0: i586-pc-linux-gnulibc1 (S.u.S.E.4.4.1)
- From: Jason Merrill <jason at cygnus dot com>
- Date: 05 Dec 1997 16:08:40 -0800
- References: <199712051824.TAA09338.cygnus.egcs@zaphod.wh9.tu-dresden.de>
>>>>> Thomas Weise <tom@zaphod.wh9.tu-dresden.de> writes:
> Here are my gcc/g++ results "configure; make bootstrap"
> and below full results "configure --enable-shared; make bootstrap".
> Is --enable-shared g++ known to fail on this target?
It works for me. Look at gcc/testsuite/g++.log to see why it's failing for
you. Perhaps you didn't set LD_LIBRARY_PATH.
Jason