libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS libtool --silent is ignored


From: Bob Friesenhahn
Subject: CVS libtool --silent is ignored
Date: Sun, 21 Oct 2001 14:28:34 -0500 (CDT)

CVS libtool ignores the --silent option when linking programs, and
when installing modules:

/bin/sh ../libtool --silent --mode=link gcc  -g -O2 -mcpu=ultrasparc
-Wall -Wall  -L/usr/local/lib -L/usr/local/lib -R/usr/local/lib
-L/usr/local/lib -L/usr/local/lib -L/usr/openwin/lib
-R/usr/openwin/lib -o composite -L/usr/local/lib -L/usr/local/lib
-R/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/openwin/lib
-R/usr/openwin/lib -export-dynamic composite.o ../magick/libMagick.la
../ltdl/libltdlc.la 
source='/home/bfriesen/src/graphics/ImageMagick/utilities/convert.c'
object='convert.o' libtool=no \
depfile='.deps/convert.Po' tmpdepfile='.deps/convert.TPo' \
depmode=gcc3 /bin/sh /home/bfriesen/src/graphics/ImageMagick/depcomp \
gcc -DHAVE_CONFIG_H -I.
-I/home/bfriesen/src/graphics/ImageMagick/utilities -I../magick -I../
-I/home/bfriesen/src/graphics/ImageMagick
-I/home/bfriesen/src/graphics/ImageMagick/libltdl
-I/usr/openwin/include  -I/usr/local/include/freetype2 -D_REENTRANT
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include
-I/usr/openwin/include -I/usr/openwin/include/X11  -g -O2
-mcpu=ultrasparc -Wall -Wall -c `test -f
/home/bfriesen/src/graphics/ImageMagick/utilities/convert.c || echo
'/home/bfriesen/src/graphics/ImageMagick/utilities/'`/home/bfriesen/src/graphics/ImageMagick/utilities/convert.c

 /bin/sh ../libtool --silent --mode=install /usr/local/bin/install -c
art.la /usr/local/lib/ImageMagick/modules/coders/art.la
libtool: install: warning: relinking `art.la'
gcc -shared -Wl,-h -Wl,art.so -o .libs/art.so  .libs/art.o
-R/usr/local/lib -R/usr/openwin/lib  -L/usr/local/lib
-L/usr/openwin/lib -lMagick  -lc 
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/ImageMagick/modules/coders

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - use the `-RLIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]