libtool(1)
Canonical URL: /libtool.1/
| LIBTOOL(1) | General Commands Manual | LIBTOOL(1) |
NAME
libtool — compile
and link complex libraries
DESCRIPTION
libtool is supposed to be a drop-in
replacement for the eponymous GNU project. The following differences in
behaviour with GNU Libtool are intentional:
- Relative
-Lpaths are put before absolute ones. This fixes many (but not all, unfortunately) issues when software links to libraries already installed instead of those just built because, for example, "-L/usr/local/lib" comes before "-L../libfoo". - Extra (duplicate)
-Land-litems are stripped from the link command line. - When both "-lstdc++" and "-lestdc++" are encountered in the link command line, only the latter is kept.
| January 2, 2017 | Linux 7.1.13-200.fc44.x86_64 |
Need conceptual guidance? Continue in the OpenBSD Handbook.