This is the mail archive of the libstdc++@gcc.gnu.org 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]
Other format: [Raw text]

Re: versioning C++ includes


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


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