971105: results on i586-pc-linux-gnulibc1
Joe Buck
jbuck@synopsys.com
Fri Nov 7 10:19:00 GMT 1997
> > > 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.
Put the directory
$srcdir/libraries/libstdc++
where $srcdir is the directory containing the egcs sources, at the front
of your LD_LIBRARY_PATH (or the equivalent, for systems like HPUX that
use a different environment variable).
Works for me.
More information about the Gcc
mailing list