# emerge --update --world --deep
mein system aktualisieren, aber dabei bleibt emerge immer bei gcc haengen
Code: Select all
# emerge -p -v gcc
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild NS ] sys-devel/gcc-3.4.3 -bootstrap -boundschecking -build -debug +fortran -gcj -gtk -hardened +multilib -multislot (-n32) (-n64) +nls -nocxx -objc-static (-uclibc) 0 kB
[ebuild N ] sys-libs/libstdc++-v3-3.3.4 -debug +nls 0 kB
Total size of downloads: 0 kB
Code: Select all
#emerge gcc
...
checking for x86_64-pc-linux-gnu-gcc... /var/tmp/portage/gcc-3.4.3/work/build/gcc/xgcc -B/var/tmp/portage/gcc-3.4.3/work/build/gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -B/usr/x86_64-pc-linux-gnu/lib/ -isystem /usr/x86_64-pc-linux-gnu/include -isystem /usr/x86_64-pc-linux-gnu/sys-include -m32
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
make: *** [configure-target-libstdc++-v3] Error 1
!!! ERROR: sys-devel/gcc-3.4.3 failed.
!!! Function gcc_do_make, Line 1297, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
was kann ich tun?


