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

Re: 971105: results on i586-pc-linux-gnulibc1



> > > 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.


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