This isn't really an issue with LFS but most likely something I am doing wrong.
I am using a livecd edition of gentoo as my host system so I can keep my hard drive totally dedicated to LFS
First issue I have is the following.
when logging in as lfs I get the error message
Quote:
bash: unmask: command not found
|
I am assuming this is a result of of the line
this would be from following instructions on page 37 of the PDF document.
This I assume will affect me to some degree later on.
Also my locate command is not functioning, this could be a result of using a livecd copy of gentoo. Is there a way to make this work?
If this has all been covered I apologize, my searches did not net me what i was looking for.
Couple of other notes when trying to install binutils I get compiler errors, specifically this.
Quote:
../binutils-2.14/configure --prefix=/tools --disable-nls
|
I get this error address.
Quote:
Could not run/locate "gcc"
|
Quote:
*** The command 'gcc -o conftest -O2 conftest.c' failed.
|
Quote:
*** You must set the environment variable CC to a working compiler.
|
Is this an issue with using LiveCD or did I miss a step?