still generates a wrapper script on systems without hardcoding.
* tests/stresstest.at: Test `-no-install'.
* THANKS: Update.
Report by Simon Josefsson.
+2007-04-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/libtool.texi (Link mode) <-no-install>: Mention that this
+ still generates a wrapper script on systems without hardcoding.
+ * tests/stresstest.at: Test `-no-install'.
+ * THANKS: Update.
+ Report by Simon Josefsson.
+
2007-03-30 Matthieu Herrb <matthieu.herrb@laas.fr>
* libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG)
Ralf Menzel menzel@ls6.cs.uni-dortmund.de
Robert Ă–gren lists@roboros.com
Sebastian Wilhelmi wilhelmi@ira.uka.de
+ Simon Josefsson jas@extundo.com
Stephan Kulow coolo@kde.org
Steve Ellcey sje@cup.hp.com
Steven M. Schultz sms@wlv.iipo.gtegsc.com
@item -no-install
Link an executable @var{output-file} that can't be installed and
-therefore doesn't need a wrapper script. Useful if the program is only
-used in the build tree, e.g., for testing or generating other files.
+therefore doesn't need a wrapper script on systems that allow hardcoding
+of library paths. Useful if the program is only used in the build tree,
+e.g., for testing or generating other files.
@item -no-undefined
Declare that @var{output-file} does not depend on any other libraries.
do
LT_AT_CHECK([eval '$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o "$rel"sub2/liba.la "$rel"sub/a.lo' $linkargs],
[0],[ignore],[ignore])
- for st in '' '-static'
+ for st in '' '-static' '-no-install'
do
case $st,$l3 in
,-rpath*) mst= ;;