Gentoo Archives: gentoo-osx

From: Tobias Hahn <tobhahn@×××.de>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] bootstrap gcc-apple fails
Date: Fri, 07 Apr 2006 10:43:13
Message-Id: 79106E32-AD3E-4B10-9819-BCF7D9576D37@web.de
In Reply to: Re: [gentoo-osx] bootstrap gcc-apple fails by Tobias Hahn
1 I'm experiencing bug http://gcc.gnu.org/bugzilla/show_bug.cgi?
2 id=26628 (I can't understand marking that bug invalid. It's
3 definitely something autoconf should be able to detect. But support
4 for machines that don't understand tail -n seems to be more of a
5 priority to the gcc people...) since I'm still on a G4. Where's the
6 correct point to --disable-multilib (profile, bootstrap-script?)
7
8 Tobias
9
10 Adding multilib support to Makefile in ../../../gcc-5247/libstdc++-v3
11 multidirs=ppc64
12 with_multisubdir=
13 Running configure in multilib subdirs ppc64
14 pwd: /tmp/gcc-apple/build/powerpc-apple-darwin8/libstdc++-v3
15 Running configure in multilib subdir ppc64
16 pwd: /tmp/gcc-apple/build/powerpc-apple-darwin8
17 configure: creating cache ./config.cache
18 checking build system type... powerpc-apple-darwin8
19 checking host system type... powerpc-apple-darwin8
20 checking target system type... powerpc-apple-darwin8
21 checking for a BSD-compatible install... /usr/bin/install -c
22 checking whether build environment is sane... yes
23 checking for gawk... no
24 checking for mawk... no
25 checking for nawk... no
26 checking for awk... awk
27 checking whether make sets $(MAKE)... yes
28 checking for powerpc-apple-darwin8-gcc... /tmp/gcc-apple/build/gcc/
29 xgcc -B/tmp/gcc-apple/build/gcc/ -B/tmp/gcc-apple/usr/powerpc-apple-
30 darwin8/bin/ -B/tmp/gcc-apple/usr/powerpc-apple-darwin8/lib/ -
31 isystem /tmp/gcc-apple/usr/powerpc-apple-darwin8/include -isystem /
32 tmp/gcc-apple/usr/powerpc-apple-darwin8/sys-include -m64
33 checking for C compiler default output file name... a.out
34 checking whether the C compiler works... configure: error: cannot run
35 C compiled programs.
36 If you meant to cross compile, use `--host'.
37 See `config.log' for more details.
38 make[1]: *** [configure-target-libstdc++-v3] Error 1
39 make[1]: *** Waiting for unfinished jobs....
40
41 --
42 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] bootstrap gcc-apple fails Grobian <grobian@g.o>