This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: can't find libstdc++
- To: Keith Duthie <psycho@albatross.co.nz>
- Subject: Re: can't find libstdc++
- From: Christian Jönsson FOA 72 <chj@lin.foa.se>
- Date: Fri, 06 Aug 1999 08:57:01 +0200
- cc: xxx <xxx@perpetuallink.com.au>, gcc@gcc.gnu.org
> On Fri, 6 Aug 1999, xxx wrote:
>
> > All,
> >
> > After compiling gcc2.95, thecompilation of a C++ program failed because
> > it can't
> > find libstdc++. How do I fix this problem?
> >
> > How do I tell the system to build libstdc++ when I build gcc2.95?
> try "configure --enable-shared"
Hmm, that should not make a difference in this case, would it? If the
``make bootstrap'' succeeded *without* the --enable-shared, there would
have been a static libstdc++.a in a place that c++ ``run as linker'' would
have found it (libstdc++.a) , right?
/ChJ