mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-15 06:49:57 +08:00
735c575781
with the Sun C++ compiler, pass convenience libraries through to the linker with -Qoption between allextract/defaultextract. The Sun C++ compiler bundles -Qoption arguments so convenience libraries are linked with defaultextract otherwise. * tagdemo/Makefile.am, tagdemo/main.cpp, tagdemo/conv.h, tagdemo/conv.cpp: Augment tagdemo test to link a convenience library with a libtool library. |
||
---|---|---|
.. | ||
.cvsignore | ||
baz.cpp | ||
baz.h | ||
configure.ac | ||
conv.cpp | ||
conv.h | ||
foo.cpp | ||
foo.h | ||
main.cpp | ||
Makefile.am | ||
README |
# $Id$ This directory contains a sample package that demonstrates the use of GNU Libtool's multi-language support through the use of configuration tags. It requires GNU autoconf, automake and of course libtool. The demonstration generates a libraries using the same libtool script, which is then linked to a C++ program.