This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: okay, what's a "tagged combination" in libtool?
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: okay, what's a "tagged combination" in libtool?
- From: Raja R Harinath <harinath at cs dot umn dot edu>
- Date: 17 Oct 2000 00:39:01 -0500
- Cc: libstdc++ at sources dot redhat dot com
- References: <Pine.SOL.3.91.1001016222905.7117A-100000@cse.cygnus.com>
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