Hello Maurizio, There was a small misunderstanding. With this line below:
> Please print the complete link command line that fails (the one that > starts with ".../libtool --mode=link") and its output, with --debug > added as the first libtool option: > .../libtool --debug --mode=link ... >link-log 2>&1 I meant you should run /bin/bash ../libtool --debug --mode=link gcc -DG_DISABLE_DEPRECATED -g -O2 \ -g -Wall -o libgtk-x11-2.0.la -version-info 1000:2:1000 -export-dynamic \ -export-symbols-regex "^[^_].*" -rpath /usr/lib fnmatch.lo \ gtkaboutdialog.lo gtkaccelgroup.lo gtkaccellabel.lo gtkaccelmap.lo \ gtkaccessible.lo gtkaction.lo gtkactiongroup.lo gtkadjustment.lo \ [ ... lots of stuff deleted ... ] gtktrayicon-x11.lo ../gdk-pixbuf/libgdk_pixbuf-2.0.la \ ../gdk/libgdk-x11-2.0.la -L/usr/openwin/lib -R/usr/openwin/lib -lXrender \ -lX11 -lsocket -lnsl -lpangocairo-1.0 -lpango-1.0 -latk-1.0 \ -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lcairo -lm \ xdgmime/libxdgmime.la That is the failing link command with '--debug' added. In practice, you would either run 'make', and copy and paste the command from its output to your shell terminal and add '--debug' manually, and rerun as above; or you fiddle with the Makefile to add the --debug there. Cheers, Ralf _______________________________________________ Bug-libtool mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libtool
