Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Cc: pipping@××××××××.org
Subject: [gentoo-alt] Re: error configuring sys-devel/gcc-apple-4.0.1_p5363-r1
Date: Mon, 14 May 2007 19:07:55
Message-Id: 20070514190730.GG7697@gentoo.org
1 On 14-05-2007 20:57:01 +0200, Elias Pipping wrote:
2 > Hi,
3 >
4 > I get this problem when configuring gcc (near the end of emerge -e system):
5 >
6 > /Users/pipping/Gentoo/usr/i686-apple-darwin8/sys-include -m64
7 > checking for suffix of object files... configure: error: cannot compute
8 > suffix of object files: cannot compile
9
10 Do you do anything specific? I don't know of any x86_64 support of
11 Apple GCC. What kind of system are you on?
12
13 > I've appended config.log from configure and build.log from portage
14
15 can you compile this little program as follows:
16
17 $ echo '
18 #include <stdio.h>
19
20 int main() {
21 printf("%d\n", sizeof(size_t) * 8);
22 }
23 ' > bits.c
24 $ gcc -m64 -o bits bits.c
25 $ ./bits
26
27 and mail me what it returns on your system?
28
29
30
31
32 --
33 Fabian Groffen
34 Gentoo on a different level
35
36 --
37 gentoo-alt@g.o mailing list