This is the mail archive of the gcc-bugs@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: libstdc++-v3 build failures


On Sat, Nov 18, 2000 at 08:15:07AM +1100, Tim Josling wrote:
> 1. I Configure without c++, but the bootstrap insists on building
> libstdc++-v3. Why?

The configure.in fragment for v2 starts off by seeing if cc1plus exists.
If it does, v2 is built; if it doesn't, v2 flags configure to skip itself.

The stuff for v3 doesn't have anything like that.  You could probably get
by with --disable-libstdcxx-v3 (or however it's spelt) to revert to v2,
which would then disable itself.  I will be working this weekend on a more
general "do X if Y is built" method; DJ Delorie and I have been tossing
messages back and forth on gcc-patches about an approach.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

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