This is the mail archive of the libstdc++@sources.redhat.com 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]

Re: okay, what's a "tagged combination" in libtool?


Benjamin Kosnik <bkoz@redhat.com> writes:
> Hmm. Let's try to do the right thing. Here's the relevant parts of 
> src/Makefile.am:
> 
> # ... In
> # addition, we don't use $(DEFS), which tries to set $(top_srcdir) as
> # an include diretory, which screws up shadow headers. 

Is this still true, now that you all headers are inside
$(top_srcdir)/include. 

> LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(INCLUDES) \
> 	       $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS) 
> 
> would that be 
> 
> LTCXXCOMPILE = $(LIBTOOL) --tag CXX ...

Yep.

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash

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