]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Invoking ltconfig): Document
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 12 Apr 1999 05:32:44 +0000 (05:32 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 12 Apr 1999 05:32:44 +0000 (05:32 +0000)
--disable-fast-install, --enable-dlopen, --with-gnu-ld and
--disable-lock.

ChangeLog
doc/libtool.texi

index 97a75929d86b2870e7e1c3a9fb54f2804974a9ed..25f57d60fc38876a12e62f81d70018e9a22f5015 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * libltdl/configure.in: check for shl_load in libdld
index 1abe8aeca7a655223084344603967ab7d37f153e..d0e3a27e540cee1bb59a69f0c8d03fc60838fee3 100644 (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
 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