* 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.
This commit is contained in:
Ralf Wildenhues 2007-04-03 19:09:39 +00:00
parent 01efecee4d
commit 5d9eaf09a4
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,11 @@
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)

1
THANKS
View File

@ -112,6 +112,7 @@
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

View File

@ -1384,8 +1384,9 @@ if the program won't be necessarily installed.
@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.

View File

@ -250,7 +250,7 @@ do
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= ;;