]> 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:54 +0000 (05:32 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 12 Apr 1999 05:32:54 +0000 (05:32 +0000)
--disable-fast-install, --enable-dlopen, --with-gnu-ld and
--disable-lock.

ChangeLog
doc/libtool.texi

index 6aa41290ecac4850e1b7be11e9433e5aa451f90b..473236189f48fda39156a322f1c3f1257a8bd18c 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 b97d77f2d38c00ca5eb299c53aa16c2e8ddf46c8..87860b7581a57d68b859bb2ee292f5b74b13f72b 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