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: What's the name of this library? (was: Re: autotools transition report: v 28.07)


On Mon, Aug 04, 2003 at 11:43:47AM -0500, Benjamin Kosnik wrote:
> What does --enable-shared=libstdc++ do now? I guess I'm not quite sure
> if the new AC/AM bits change this, and if so, how? 

Right now (well, via AC 2.13 in general), arguments to --enable-shared/static
are ignored.


> from
> 
> 	  $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
> 
> to
> 
> 	  $(INSTALL_DATA) $$cat $$install_dir/libstdc++.mo; \

It seems the name also gets used in a a couple other spots too.  Fixing
PACKAGE to do what we want shouldn't be difficult.  I'm experimenting with
testsuite pieces now.



-- 
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]