Hi Jan, On Tue, Feb 17, 2009 at 02:51:55PM +0100, Jan Nieuwenhuizen wrote: > On di, 2009-02-17 at 01:58 -0800, Patrick McCarty wrote: > > > With that workaround, I can now build LilyPond for all target > > platforms except for darwin-x86. GUB fails at darwin-x86::gmp. See > > the attached config.log. > > Okay, this is prolly what Han-Wen was talking about, a linux-x86 > on 64 bits hardware problem. Should be fixed, thanks!
With the latest HEAD, gmp fails at configure for both darwin-x86 and darwin-ppc. The ppc build was successful for me before your last commit "Do not set ABI ...". Attached are the new logs for darwin-ppc::gmp and darwin-x86::gmp. The log for x86 is identical to the previous one. However, this looks a bit suspicious: configure:2022: checking for none-apple-darwin8-strip configure:2051: result: no configure:2060: checking for strip configure:2076: found /usr/bin/strip configure:2087: result: strip But I have target/darwin-x86/root/usr/cross/bin/i686-apple-darwin8-strip It seems that configure is not detecting this file. Thanks, Patrick
configure:1487: loading cache config.cache configure:1658: checking build system type configure:1676: result: i686-pc-linux-gnu configure:1684: checking host system type configure:1698: result: powerpc-apple-darwin7 configure:1721: checking for a BSD-compatible install configure:1776: result: /bin/install -c configure:1787: checking whether build environment is sane configure:1830: result: yes configure:1887: checking for gawk configure:1903: found /bin/gawk configure:1913: result: gawk configure:1923: checking whether make sets $(MAKE) configure:1943: result: yes configure:2022: checking for powerpc-apple-darwin7-strip configure:2038: found /home/pnorcks/git/gub/target/darwin-ppc/root/usr/cross/bin/powerpc-apple-darwin7-strip configure:2048: result: powerpc-apple-darwin7-strip configure:2109: checking whether to enable maintainer-specific portions of Makefiles configure:2118: result: no User: ABI=64 CC=powerpc-apple-darwin7-gcc -D__ppc__ CFLAGS=(unset) CPPFLAGS=-DSTDC_HEADERS MPN_PATH= GMP: abilist=32 cclist=gcc cc configure:3662: error: ABI=64 is not among the following valid choices: 32
configure:1487: loading cache config.cache configure:1658: checking build system type configure:1676: result: i686-pc-linux-gnu configure:1684: checking host system type configure:1698: result: none-apple-darwin8 configure:1721: checking for a BSD-compatible install configure:1776: result: /bin/install -c configure:1787: checking whether build environment is sane configure:1830: result: yes configure:1887: checking for gawk configure:1903: found /bin/gawk configure:1913: result: gawk configure:1923: checking whether make sets $(MAKE) configure:1943: result: yes configure:2022: checking for none-apple-darwin8-strip configure:2051: result: no configure:2060: checking for strip configure:2076: found /usr/bin/strip configure:2087: result: strip configure:2109: checking whether to enable maintainer-specific portions of Makefiles configure:2118: result: no User: ABI=32 CC=i686-apple-darwin8-gcc CFLAGS=(unset) CPPFLAGS=-DSTDC_HEADERS MPN_PATH= GMP: abilist=long longlong cclist=gcc cc configure:3662: error: ABI=32 is not among the following valid choices: long longlong
_______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel