[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Libtool 1.4.2 C++ linking
From: |
Christian Cornelssen |
Subject: |
Libtool 1.4.2 C++ linking |
Date: |
Thu, 13 Dec 2001 14:07:02 +0100 (CET) |
Dear Libtool maintainers,
When linking a bunch of libtool convenience archives
together to form a shared library, by using a command like
libtool --mode=link g++ ...
libtool invokes `gcc' to do the linking, not g++. Since linking
objects made from C++ sources may be not as simple as linking
traditional code due to template instantiation management,
global constructors/destructors etc., I am wondering whether libtool
would do the right thing in the general case where the C++ link
wrapper needs to do different things than "gcc" would do.
Sincerely,
Christian Cornelssen
- Libtool 1.4.2 C++ linking,
Christian Cornelssen <=