-V<version> and libstdc++
Phil Edwards
pedwards@disaster.jaj.com
Sat Feb 24 17:00:00 GMT 2001
On Sun, Feb 25, 2001 at 01:45:33AM +0100, Carlo Wood wrote:
> Why doesn't using option -V switch libstdc++ to?
> Especially since libstdc++ is part of the gcc distribution,
> it would be handy to get the same headers when I use
> -V2.95.3 as do people who only have 2.95.3 installed.
-V is broken. Some still want to fix it; others want to deprecate and
remove it. In this case, too much C++ stuff lives outside the control of -V.
Specifically, the header files.
In any case, we cannot support arbitrary compiler + library combinations.
The libstdc++ for 3.0 cannot be used with a much older compiler. Using the
much older library with the 3.0 compiler might work, but I don't think
anybody's tested it (would anybody care?) to see. You should old compiler +
old library, or new compiler + new library.
Once 3.0 is released, then libraries should be a *bit* more "hot pluggable" I
think. The main issue is again the header files. Patches are welcome. :-)
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
mailing list