[...]
[...]
Also interesting would be: objdump -p .libs/lt-clic and objdump -p /path/to/.libs/libmnnbase.so
(you can pipe the output through egrep 'PATH|NEEDED' if it's too long for your taste).
The linking-part of the Makefile.am is this (snippet) $(top_builddir)/nmm/utils/gdparse/libnmmgdparse.la \ $(top_builddir)/nmm/base/libnmmbase.la \
For both of these, I'd very much like to see what libtool makes out of these -- post the output of those commands. To avoid having to ask you again, please add --debug as first libtool option. Pack the output (gzip or preferably bzip2) and attach, like so: /bin/sh ../../libtool --debug --mode=link ..... >linklog 2>&1 bzip2 linklog (attach linklog.bz2)
This is now a lot of text (sorry for that) and I hope, the information is
enough. The clic-application also uses functions from libnmmutils.
It's enough to make me suspect a genuine libtool bug, but not enough to be able to locate or reproduce it. Actually, I can build most of the package just fine.
[...]
Hi Ralf,
I attached the files you requested.
Christoph
-- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
linklog_clic.bz2
Description: application/bzip2
linklog_libnmmbase.bz2
Description: application/bzip2
objdump_clic
Description: Binary data
objdump_libnmmbase
Description: Binary data_______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool