Gentoo Archives: gentoo-amd64

From: Jack Lloyd <lloyd@×××××××××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Building vanilla gcc fails, any ideas?
Date: Wed, 06 Feb 2008 14:42:49
Message-Id: 20080206144246.GE8236@randombit.net
1 Trying to build a gcc 4.3 snapshot (20080125) fails on my x86-64
2 box. While building libstdc++, I see many problems with various libc
3 functions not being found, for instance
4
5 gcc-4.3-20080125-build/x86_64-unknown-linux-gnu/libstdc++-v3/include/cstdio:140: error: '::ungetc' has not been declared
6
7 I assume this has something to do with Gentoo's multilib header setup
8 but I'm not sure what extra paths I should be configuring the build to
9 search for. This snapshot is supposed to be stable (4.3 is in stage3
10 currently and from the reports on the mailing list is building well on
11 other platforms). Currently I'm configuring with
12
13 ../gcc-4.3-20080125/configure --enable-languages=c,c++,objc,obj-c++ --prefix=/usr/local/gcc-4.3-20080125 --program-suffix=-4.3-20080125
14
15 Any hints?
16
17 Jack
18 --
19 gentoo-amd64@l.g.o mailing list

Replies

Subject Author
[gentoo-amd64] Re: Building vanilla gcc fails, any ideas? Duncan <1i5t5.duncan@×××.net>