Manual Page Result
0
Command: libtool | Section: 1 | Source: OpenBSD | File: libtool.1
LIBTOOL(1) FreeBSD 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:
o Relative -L paths 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".
o Extra (duplicate) -L and -l items are stripped from the link command
line.
o When both "-lstdc++" and "-lestdc++" are encountered in the link
command line, only the latter is kept.
FreeBSD 14.1-RELEASE-p8 January 2, 2017 FreeBSD 14.1-RELEASE-p8