bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool 1.5.22: make check fails on universal binaries


From: Peter O'Gorman
Subject: Re: libtool 1.5.22: make check fails on universal binaries
Date: Wed, 28 Feb 2007 22:03:10 +0900


On Feb 28, 2007, at 3:50 PM, Elias Pipping wrote:

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

tagdemo is built with a C++ compiler, but you do not set CXXFLAGS to build fat objects.

Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]