Török Edwin wrote: > echo "int foo(void){return 1;}" > conftest.c > $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ > -dynamiclib ${wl}-single_module conftest.c > if test -f libconftest.dylib; then > lt_cv_apple_cc_single_mod=yes > rm -rf libconftest.dylib* > fi > rm conftest.c > fi > > It is missing a >&5 redirect, and an exit status check. > Full config.log, and build log attached as logs.tar.gz. > [does this mailing list accept attachments?] > > To reproduce, download the latest ClamAV devel snapshot, and build it on > a Darwin 5.5 Power Macintosh: > http://www.clamav.net/snapshot/clamav-devel-latest.tar.gz
Thanks, I tested on Mac OS X 10.2 (darwin6) but not on an earlier system. :( I will fix this (hopefully prior to libtool-2.2's release). In the meantime, it should be possible to build clamav on this system by adding 'lt_cv_apple_cc_single_mod=no' to the configure arguments. Darwin5.5 is pretty old, so I don't think that this affects a large number of people. Peter -- Peter O'Gorman http://pogma.com _______________________________________________ Bug-libtool mailing list Bug-libtool@gnu.org http://lists.gnu.org/mailman/listinfo/bug-libtool