Lieber Besucher, herzlich willkommen bei: GentooForum.de.
Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert.
Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können.
Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang.
Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
GCC-config Problem
Guten Morgen... oder... Mittag,
folgendes Problem beim emergen beliebiger Software:
|
Quellcode
|
1
2
3
4
|
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
|
config.log besagt:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
configure:2659: checking for i686-pc-linux-gnu-gcc
configure:2675: found /usr/bin/i686-pc-linux-gnu-gcc
configure:2686: result: i686-pc-linux-gnu-gcc
configure:2964: checking for C compiler version
configure:2972: i686-pc-linux-gnu-gcc --version >&5
gcc-config error: Could not run/locate "i686-pc-linux-gnu-gcc"
configure:2976: $? = 1
configure:2983: i686-pc-linux-gnu-gcc -v >&5
gcc-config error: Could not run/locate "i686-pc-linux-gnu-gcc"
configure:2987: $? = 1
configure:2994: i686-pc-linux-gnu-gcc -V >&5
gcc-config error: Could not run/locate "i686-pc-linux-gnu-gcc"
configure:2998: $? = 1
configure:3021: checking for C compiler default output file name
configure:3043: i686-pc-linux-gnu-gcc -O2 -march=pentium4m -Wl,-O1 conftest.c >&5
gcc-config error: Could not run/locate "i686-pc-linux-gnu-gcc"
configure:3047: $? = 1
configure:3085: result:
configure: failed
|
Installiert ist:
|
Quellcode
|
1
2
|
clover # emerge -av gcc
[ebuild R ] sys-devel/gcc-4.3.2-r3
|
|
Quellcode
|
1
2
|
clover # gcc -v
<eni> gcc-config error: Could not run/locate "gcc"
|
|
Quellcode
|
1
2
3
|
clover # gcc-config -l
* gcc-config: Active gcc profile is invalid!
[1] i686-pc-linux-gnu-4.3.2
|
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
|
clover eni # emerge --info
!!! No gcc found. You probably need to 'source /etc/profile'
!!! to update the environment of this terminal and possibly
!!! other terminals also.
[ ... ]
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4m"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="-O2 -march=pentium4m"
[ ... ]
|
Vollständiges emerge --info
hier.
!!! No gcc found. You probably need to 'source /etc/profile' <- wurde natürlich gemacht.
Übersehe ich hier etwas wichtiges oder woran kann das liegen?
Dankeschön,
eni
Sorry, I'm Late.
But I Got Lost On The Road Of Life.
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »eni« (20.04.2009, 13:18)
|
Quellcode
|
1
|
gcc-config i686-pc-linux-gnu-4.3.2
|
Hast Du das schon mal versucht ??
Gaah >.<
Dankeschön, das war's. Ich hätte schwören können das ich es Heute Morgen probiert hatte aber da habe ich mich wohl vertan.
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
clover bin # gcc-config i686-pc-linux-gnu-4.3.2
* Switching native-compiler to i686-pc-linux-gnu-4.3.2 ...
* Your gcc has a bug with GCC_SPECS.
* Please re-emerge gcc.
* http://bugs.gentoo.org/68395
>>> Regenerating /etc/ld.so.cache... [ ok ]
* If you intend to use the gcc from the new profile in an already
* running shell, please remember to do:
* # source /etc/profile
clover bin # source /etc/profile
clover bin # gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.3.2-r3/work/gcc-4.3.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.3.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2-r3 p1.6, pie-10.1.5'
Thread model: posix
gcc version 4.3.2 (Gentoo 4.3.2-r3 p1.6, pie-10.1.5)
clover bin #
|
Hm... ein bug? Dann werd ich das wohl neu kompilieren müssen.
Vielen lieben Dank
~eni
Sorry, I'm Late.
But I Got Lost On The Road Of Life.
Hm... ein bug?
Eher das gcc update anstatt ein bug.