Hello David, * David Fang wrote on Fri, Feb 23, 2007 at 11:02:55PM CET: > As mentioned from a previous thread, here's a link to a simple > shlib project: > http://www.csl.cornell.edu/~fang/sw/hello-autotools-0.1.tar.bz2
Thanks. I did this: bzip2 -dc hello-autotools-0.1.tar.bz2 | tar xf - mkdir build ../hello-autotools-0.1/configure -C make make install DESTDIR=`pwd`/DEST objdump -p DEST/usr/local/bin/hello-main | DEST/usr/local/bin/hello-main: file format elf32-i386-freebsd | [...] | Dynamic Section: | NEEDED libhello.so.0 | NEEDED libstdc++.so.5 | NEEDED libm.so.4 | NEEDED libc.so.6 | RPATH /usr/local/lib/hello-autotools | INIT 0x80485e8 [...] on a i386-unknown-freebsd6.2 system. Looks all normal to me. Could you make your (non-ccache, please, for reproduceability) build tree and install tree of this package available as a tarball as well? Thanks, Ralf _______________________________________________ Bug-libtool mailing list Bug-libtool@gnu.org http://lists.gnu.org/mailman/listinfo/bug-libtool