For some hopefully more useful information: env \CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 - arch ppc" \
LDFLAGS="-arch i386 -arch ppc" \
./configure \
--prefix=/opt/local \
--infodir=/opt/local/share/info \
--mandir=/opt/local/share/man &&
make &&
make -k check >& testsuite.log
env \
VERBOSE=1 \
TESTS='tagdemo-make.test' \
make check >& testsuite_verbose.log
bzip2 *.log
config.log.bz2
Description: Binary data
testsuite_verbose.log.bz2
Description: Binary data
testsuite.log.bz2
Description: Binary data
On Feb 28, 2007, at 6:31 AM, Elias Pipping wrote:
Hello, I'm trying to build libtool 1.5.23b (same happens with 1.5.22) as universal binaries, hence i pass these flags/parameters to configure:* CFLAGS=-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc* LDFLAGS=-arch i386 -arch ppc * --disable-dependency-tracking (see config.log) Without them everything's buildt and make check shows no errors. With them, make check indicates 3 failed tests: <snip> PASS: link-order.test PASS: tagdemo-static.test FAIL: tagdemo-make.test SKIP: tagdemo-exec.test PASS: tagdemo-conf.test FAIL: tagdemo-make.test SKIP: tagdemo-exec.test PASS: tagdemo-shared.test FAIL: tagdemo-make.test SKIP: tagdemo-exec.test ==================================== 3 of 100 tests failed (3 tests were not run) Please report to [email protected] ==================================== make[2]: *** [check-TESTS] Error 1 make[1]: *** [check-am] Error 2 make: *** [check-recursive] Error 1 Regards, Elias Pipping <config.log>
_______________________________________________ Bug-libtool mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libtool
