I've setup a new gentoo on my AMD64 system with an install-amd64-minimal-2007.0.iso. It is
ds9 ~ # uname -a
Linux ds9 2.6.22-gentoo-r5 #1 SMP Wed Sep 26 00:36:53 CEST 2007 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ AuthenticAMD GNU/Linux
I have emerged a few packages but have a problem compiling the glibc, that pointed me to a compiler problem. So I tried to emerge the gcc first.
"emerge gcc". It runs for while but somewhere bails out with
Code: Select all
Running configure in multilib subdir 32
pwd: /var/tmp/portage/sys-devel/gcc-4.1.2/work/build/x86_64-pc-linux-gnu
mkdir 32
configure: creating cache ./config.cache
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-pc-linux-gnu-gcc... /var/tmp/portage/sys-devel/gcc-4.1.2/work/build/./gcc/xgcc -B/var/tmp/portage/sys-devel/gcc-4.1.2/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'.USE="3dnow 3dnowext a52 aac alsa apache2 cpudetection dga divx dv dvb emerald bash-completion gimp glitz gtk2 mmx mmxext multilib mysql network nsplugin realmedia sdk sse unicode v4l v4l2 video_cards_radeon x264 xvid wmp -arts -fortran -gif -gnome -kde -qt -quicktime -recode"
I've found some hints to a problem like that on the net but they all are from the year 2005, no one seems to have that problem recently. What could be the problem here?
Regards
okel




