* doc/libtool.texi (Invoking ltconfig): Document

--disable-fast-install, --enable-dlopen, --with-gnu-ld and
--disable-lock.
This commit is contained in:
Alexandre Oliva 1999-04-12 05:32:54 +00:00 committed by Alexandre Oliva
parent c836f3090d
commit ddcd2e7a1e
2 changed files with 26 additions and 0 deletions

View File

@ -1,3 +1,9 @@
1999-04-12 Alexandre Oliva <oliva@dcc.unicamp.br>
* doc/libtool.texi (Invoking ltconfig): Document
--disable-fast-install, --enable-dlopen, --with-gnu-ld and
--disable-lock.
1999-04-11 Thomas Tanner <tanner@gmx.de> 1999-04-11 Thomas Tanner <tanner@gmx.de>
* libltdl/configure.in: check for shl_load in libdld * libltdl/configure.in: check for shl_load in libdld

View File

@ -1533,6 +1533,18 @@ Create a @code{libtool} that builds only shared libraries if they are
available. If only static libraries can be built, then this flag has available. If only static libraries can be built, then this flag has
no effect. no effect.
@item --disable-fast-install
On platforms in which installable executables, that are created by
default, are not suitable for execution in the build directory, create a
@code{libtool} that links executables that search for uninstalled
libraries by default, and relinks them at install time. It is ignored
on platforms in which a single executable is enough.
@item --enable-dlopen
Test whether some dlopening mechanism is supported. If this flag is not
given, or no working dlopening mechanism is found, create a
@code{libtool} that performs dlpreopening of all dlopened modules.
@item --help @item --help
Display a help message and exit. Display a help message and exit.
@ -1560,6 +1572,14 @@ Print @code{ltconfig} version information and exit.
@item --with-gcc @item --with-gcc
Assume that the GNU C compiler will be used when invoking the created Assume that the GNU C compiler will be used when invoking the created
@code{libtool} to compile and link object files. @code{libtool} to compile and link object files.
@item --with-gnu-ld
Assume that the C compiler uses the GNU linker.
@item --disable-lock
Create a @code{libtool} that does not perform locking to ensure proper
parallel compilation if the C compiler does not support @samp{-c} and
@samp{-o} together.
@end table @end table
@var{ltmain} is the @code{ltmain.sh} shell script fragment that provides @var{ltmain} is the @code{ltmain.sh} shell script fragment that provides