I have a big trouble : after upgrating the autotools applications. (redhat 7.1 --> redhat 7.2 ) instaled versions are now ( libtool-1.4.8 , autoconf-2.13-14 & automake-1.4p5-2 )
Following the upgrate I have rebuild all maintainer files by doing: libtoolize --copy --force --automake aclocal autoheader autoconf automake when doing configure all is ok. and when begins the make process, on the first linking a suspicious message error prints out. ------------------------------------------------ make[3]: Cambiando a directorio `/home/Toni/proyectos/cvs/gsound/src/amod' /bin/sh ../../libtool --mode=link gcc -g -O2 -g -Wall -D__GSOUND_COMPILATION_MODE -o libgsamod.la -rpath /home/Toni/lib/gsound -version-info 0:1:0 -release 0.1 -export-dynamic gsamod.lo gsamodnodesync.lo gsamodnode.lo gsamodline.lo gsamodmasterline.lo gsamodwaveplayer.lo -L/usr/lib -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lbz2 -lsrfftw -lsfftw -lmp3lame -lm rm -fr .libs/libgsamod.la .libs/libgsamod.* .libs/libgsamod-0.1.* gcc -shared gsamod.lo gsamodnodesync.lo gsamodnode.lo gsamodline.lo gsamodmasterline.lo gsamodwaveplayer.lo -Wl,--whole-archive /usr/lib/libsrfftw.a /usr/lib/libsfftw.a -Wl,--no-whole-archive -L/usr/lib /usr/lib/libgmodule.so /usr/lib/libgthread.so /usr/lib/libglib.so -lpthread -ldl -lbz2 /usr/lib/libsrfftw.a /usr/lib/libsfftw.a /usr/lib/libmp3lame.so -lm -Wl,-soname -Wl,libgsamod-0.1.so.0 -o .libs/libgsamod-0.1.so.0.0.1 gcc: /usr/lib/libgmodule.so: No such file or directory gcc: /usr/lib/libgthread.so: No such file or directory gcc: /usr/lib/libglib.so: No such file or directory make[3]: *** [libgsamod.la] Error 1 ---------------------------------------------- I have never notice how libtool and gcc works both together. But I can see some suspicious thing. (I unknown the library linking process in gcc , and perhaps this is not an error ) see : gcc -shared gsamod.lo ...... -L/usr/lib /usr/lib/libgmodule.so/usr/lib/libgthread.so /usr/lib/libglib.so .... ..... I use always: gcc gsamod.lo .... -L/usr/lib -lgmodule -lghthread -lglib .... What is wrong ? I need compile the lib !!!! Thaks. ================= Toni Moreno Giménez ================= Pje de las rosas nº 22 Vilassar de Mar (Barcelona) España CP: 08340 _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool