I am sorry for the confusion. I copy/pasted the wrong line, I was watching some other guide at the same time.Bob P wrote:that sequence of commands isn't part of the tutorial, so i really don't understand why you would choose to intersperse it with the commands that are in the tutorial. if you make changes to the tutorial, you should expect that the ultimate outcome may be different than if you had not.
The question was if I was getting the right linux26-headers. portage was emergeing linux26-headers-2.6.8.1-r2 - are those the right ones?
I have another question/problem now. The first time I tried installing from this guide I used the aggresive CFLAGS. It resulted in gcc not being able to create executables after finishing compiling glibc - when trying to compile binutils. I re-did everything, following each step from the guide and using the same make.conf, but with the conservative CFLAGS. After a few hours compiling I get the same result
Code: Select all
creating cache ./config.cache
checking host system type... i586-pc-linux-gnu
checking target system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for a BSD compatible install... /bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -march=pentium -mtune=pentium -pipe ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
!!! ERROR: sys-devel/binutils-2.15.92.0.2-r2 failed.
!!! Function toolchain-binutils_src_compile, Line 106, Exitcode 1
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


