Gentoo Archives: gentoo-osx

From: Grobian <grobian@g.o>
To: gentoo-osx@l.g.o
Subject: Re: [gentoo-osx] bootstrap gcc-apple fails
Date: Fri, 07 Apr 2006 11:09:35
Message-Id: 20060407110951.GJ25992@gentoo.org
In Reply to: Re: [gentoo-osx] bootstrap gcc-apple fails by Tobias Hahn
1 I don't really understand. Unless you really want to build the upstream
2 GCC release you probably need to give configure that flag, but for
3 Apple's GCC it should just work as far as I know.
4
5 Did you use the bootstrap script? If so does this failure comes during
6 the bootstrap? Have you tried a recent (== a few days ago) version of
7 the bootstrap script?
8
9 On 07-04-2006 13:43:29 +0200, Tobias Hahn wrote:
10 > I'm experiencing bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26628 (I can't
11 > understand marking that bug invalid. It's definitely something autoconf should
12 > be able to detect. But support for machines that don't understand tail -n seems
13 > to be more of a priority to the gcc people...) since I'm still on a G4. Where's
14 > the correct point to --disable-multilib (profile, bootstrap-script?)
15 >
16 > Tobias
17 >
18 > Adding multilib support to Makefile in ../../../gcc-5247/libstdc++-v3
19 > multidirs=ppc64
20 > with_multisubdir=
21 > Running configure in multilib subdirs ppc64
22 > pwd: /tmp/gcc-apple/build/powerpc-apple-darwin8/libstdc++-v3
23 > Running configure in multilib subdir ppc64
24 > pwd: /tmp/gcc-apple/build/powerpc-apple-darwin8
25 > configure: creating cache ./config.cache
26 > checking build system type... powerpc-apple-darwin8
27 > checking host system type... powerpc-apple-darwin8
28 > checking target system type... powerpc-apple-darwin8
29 > checking for a BSD-compatible install... /usr/bin/install -c
30 > checking whether build environment is sane... yes
31 > checking for gawk... no
32 > checking for mawk... no
33 > checking for nawk... no
34 > checking for awk... awk
35 > checking whether make sets $(MAKE)... yes
36 > checking for powerpc-apple-darwin8-gcc... /tmp/gcc-apple/build/gcc/xgcc
37 > -B/tmp/gcc-apple/build/gcc/ -B/tmp/gcc-apple/usr/powerpc-apple-darwin8/bin/
38 > -B/tmp/gcc-apple/usr/powerpc-apple-darwin8/lib/ -isystem
39 > /tmp/gcc-apple/usr/powerpc-apple-darwin8/include -isystem
40 > /tmp/gcc-apple/usr/powerpc-apple-darwin8/sys-include -m64
41 > checking for C compiler default output file name... a.out
42 > checking whether the C compiler works... configure: error: cannot run C
43 > compiled programs.
44 > If you meant to cross compile, use `--host'.
45 > See `config.log' for more details.
46 > make[1]: *** [configure-target-libstdc++-v3] Error 1
47 > make[1]: *** Waiting for unfinished jobs....
48 >
49 > --
50 > gentoo-osx@g.o mailing list
51 >
52
53 --
54 Fabian Groffen
55 Gentoo for Mac OS X Project
56 --
57 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] bootstrap gcc-apple fails Tobias Hahn <tobhahn@×××.de>