libstdc++-v3 build failures
Phil Edwards
pedwards@disaster.jaj.com
Fri Nov 17 14:57:00 GMT 2000
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.
More information about the Gcc-bugs
mailing list