versioning C++ includes
Phil Edwards
phil@jaj.com
Tue Jun 25 15:04:00 GMT 2002
On Tue, Jun 25, 2002 at 09:09:30PM +0000, Nathan Myers wrote:
> Another way to solve it is to put libraries built with a
> particular compiler in a directory that the compiler, and
> anything built with it, knows about. Then, the .so file
> doesn't need to have a funny name, and the two can happily
> live together on the same machine, ready to provide support
> for running both programs pay and play.
--enable-version-specific-runtime-libs
This also versions the headers, for that matter. It's just that the headers
get installed under $preifx/lib/gcc-lib/... instead of $prefix/include.
Phil
--
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace. We seek
not your counsel, nor your arms. Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen. - Samuel Adams
More information about the Libstdc++
mailing list