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: hjl at lucon dot org (H.J. Lu)
- Subject: Re: 971105: results on i586-pc-linux-gnulibc1
- From: Joe Buck <jbuck at synopsys dot com>
- Date: Fri, 7 Nov 97 10:18:32 PST
- Cc: mlawson at drfmc dot ceng dot cea dot fr, egcs at cygnus dot com
> > > 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.