This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 971105: results on i586-pc-linux-gnulibc1
- To: mlawson at drfmc dot ceng dot cea dot fr (Max Lawson)
- Subject: Re: 971105: results on i586-pc-linux-gnulibc1
- From: hjl at lucon dot org (H.J. Lu)
- Date: Fri, 7 Nov 1997 09:25:02 -0800 (PST)
- Cc: egcs at cygnus dot com
>
>
> > From hjl@lucon.org Fri Nov 7 16:53 MET 1997
> >
> > > Hi there!
> > >
> > > Here are 971105-egcs results for gcc and g++. The box I'm using is
> > > i586-pc-linux-gnulibc1 + libc.so.5.4.39 + binutils-2.8.1.0.15.
> > > The g++ results I have are really disappointed compared to those of
> > > similar boxes I've seen on the list (lots of EH failures here) !?
> > >
> >
> > Do you use shared libraries? How did you do "make check"?
>
> I use shared libraries and to do "make check" I just enter "make check"
>
That may work if you are really lucky. You have to first do
"make install" before "make check" or you have to figure out
a way to make sure "make check" uses the right shared library.
I have posted a patch to gcc/Makefile which works for me. But
it may not work for all. Check out the egcs archive.
--
H.J. Lu (hjl@gnu.ai.mit.edu)