Gentoo Archives: gentoo-user

From: Christian Fischer <Christian.Fischer@×××××××××××××××.com>
To: gentoo-users <gentoo-user@l.g.o>
Subject: [gentoo-user] gcc-config error / fix_libtool_files trouble
Date: Thu, 06 Oct 2005 09:10:46
Message-Id: 200510061107.20955.Christian.Fischer@fischundfischer.com
1 Hi all.
2
3 I've some trouble with emerging dev-python/pyopengl.
4 I get "gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
5
6 I've done the following:
7
8 # gcc-config -l
9 [1] i686-pc-linux-gnu-3.3.6 *
10 [2] i686-pc-linux-gnu-3.3.6-hardened
11 [3] i686-pc-linux-gnu-3.3.6-hardenednopie
12 [4] i686-pc-linux-gnu-3.3.6-hardenednopiessp
13 [5] i686-pc-linux-gnu-3.3.6-hardenednossp
14
15 # fix_libtool_files.sh 3.3 --oldarch i386-pc-linux-gnu
16 * Scanning libtool files for hardcoded gcc library paths...
17 * [1/6] Scanning /lib ...
18 * [2/6] Scanning /usr/lib ...
19 * FIXING: /usr/lib/libkwmf.la ...[]
20 [...]
21 * [3/6] Scanning /usr/i386-pc-linux-gnu/lib ...
22 * [4/6] Scanning /usr/kde/3.4/lib ...
23 FIXING: /usr/kde/3.4/lib/libkabc_ldapkio.la ...[]
24 [...]
25 * [5/6] Scanning /usr/local/lib ...
26 * [6/6] Scanning /usr/qt/3/lib ...
27
28 # env-update && source /etc/profile
29
30 But that don't help.
31
32 # emerge dev-python/pyopengl
33 [...]
34 SWIG Version 1.3.21
35 Copyright (c) 1995-1998
36 University of Utah and the Regents of the University of California
37 Copyright (c) 1998-2003
38 University of Chicago
39 Compiled with g++ [i686-pc-linux-gnu]
40 [...]
41 running build_py
42 i386-pc-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -O2
43 -march=pentium3 -fomit-frame-pointer -pipe -fPIC -DGLX_PLATFORM
44 -I/usr/include -I/usr/local/include -I/usr/X11R6/include
45 -I/usr/lib/tk8.4/include -Isrc/gle/src -I/usr/include/python2.3 -c
46 _configtest.c -o _configtest.o
47 gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
48 [...]
49
50 Please can you give me some hints how to solve this problem?
51
52 Christian
53 --

Replies

Subject Author
Re: [gentoo-user] gcc-config error / fix_libtool_files trouble Frank Schafer <frank.schafer@×××××××××.cz>