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: can't find libstdc++


> 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



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