This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: Bootstrapping


Benjamin Kosnik wrote:
> 
> > Unfortunately, the c++ compiler cannot link executables until a c++
> > library is installed. This is a chicken and egg problem.
> 
> I hadn't really thought about this problem, but I suppose you've got a
> point.
> 

In the past I used to use

CFLAGE='[...] ' \ 
CXXFLAGS='[...] -nodefaultlibs -lgcc -lc' \ 
$LIBSRC_/configure --prefix=$INSTDIR_

this is add -nodefaultlibs -lgcc -lc to CXXFLAGS
at libstdc++v3 configure time, after I had built egcs with [...].

Alfred

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