Gentoo Archives: gentoo-user-de

From: Sebastian <selist@×××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] gcc update versaut
Date: Sat, 17 Jan 2009 20:32:05
Message-Id: 200901172131.26351.selist@arcor.de
In Reply to: Re: [gentoo-user-de] gcc update versaut by Sebastian Gaebel
1 Hallo,
2
3 > Die CHOST sollte in Deiner /etc/make.conf stehen.
4 > Was sagt ein gcc-config -l? Dieses sollte Dir die vorhandenen
5 > gcc-profile auflisten aus denen Du den gewünschten string für z.B.
6 > 'gcc-config i686-pc-linux-gnu-4.2.4' oder so (je nach CHOST) bekommst.
7
8 r1-gentoo sebastian # gcc-config -l
9 [1] i686-pc-linux-gnu-4.1.2
10 [2] i686-pc-linux-gnu-4.2.4 *
11 r1-gentoo sebastian
12 # /usr/share/gcc-data/i686-pc-linux-gnu/4.2.4/fix_libtool_files.sh 4.1.2
13 * Scanning libtool files for hardcoded gcc library paths...
14 * Could not get gcc's CHOST!
15 r1-gentoo sebastian #
16
17 leider funktioniert es nicht.
18 Irgendwo fehlt hier was. Bei jedem Programm welches ich kompilieren möchte
19 erhalte ich folgende Meldung:
20
21 ....
22 ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/lib --sysconfdir=/etc/gpm --build=i686-pc-linux-gnu
23 checking build system type... i686-pc-linux-gnu
24 checking host system type... i686-pc-linux-gnu
25 checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
26 checking for C compiler default output file name...
27 configure: error: C compiler cannot create executables
28 See `config.log' for more details.
29
30 !!! Please attach the following file when seeking support:
31 !!! /var/tmp/portage/sys-libs/gpm-1.20.5/work/gpm-1.20.5/config.log
32 *
33 * ERROR: sys-libs/gpm-1.20.5 failed.
34 * Call stack:
35 * ebuild.sh, line 49: Called src_compile
36 * environment, line 2375: Called
37 econf '--libdir=/lib' '--sysconfdir=/etc/gpm'
38 * ebuild.sh, line 529: Called die
39 * The specific snippet of code:
40 * die "econf failed"
41
42 Gruß
43 Sebastian

Replies

Subject Author
Re: [gentoo-user-de] gcc update versaut Dirk Heinrichs <dirk.heinrichs@××××××.de>