From: Alexandre Oliva Date: Mon, 12 Apr 1999 05:32:54 +0000 (+0000) Subject: * doc/libtool.texi (Invoking ltconfig): Document X-Git-Tag: release-1-3b~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddcd2e7a1e66351701a33c19923c84f722ef4cf1;p=thirdparty%2Flibtool.git * doc/libtool.texi (Invoking ltconfig): Document --disable-fast-install, --enable-dlopen, --with-gnu-ld and --disable-lock. --- diff --git a/ChangeLog b/ChangeLog index 6aa41290e..473236189 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-04-12 Alexandre Oliva + + * doc/libtool.texi (Invoking ltconfig): Document + --disable-fast-install, --enable-dlopen, --with-gnu-ld and + --disable-lock. + 1999-04-11 Thomas Tanner * libltdl/configure.in: check for shl_load in libdld diff --git a/doc/libtool.texi b/doc/libtool.texi index b97d77f2d..87860b758 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -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 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 Display a help message and exit. @@ -1560,6 +1572,14 @@ Print @code{ltconfig} version information and exit. @item --with-gcc Assume that the GNU C compiler will be used when invoking the created @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 @var{ltmain} is the @code{ltmain.sh} shell script fragment that provides