Hi,
I am using LFS book 6.6 and the latest supported LiveCD version 6.3.
I was able to create a temporary os as described in Ch5 of the book without problems.
I am, however, having trouble installing the glibc package in chapter 6 of the book.
configuring and making don't seem to have errors.
But when I type "make install" i get this:
:1: error: bad value (native) for -mtune= switch
I have double-checked and it seems this has to do with one of the previous steps:
Code:
case `uname -m` in
i?86) echo "CFLAGS += -march=i486 -mtune=native -O3 -pipe" > configparms ;;
esac
I have verified that this step was done correctly.
What I'm wondering, being a linux newbie is: what does 'native' refer to and where did I mess up to make it a bad value for -mtune?
Please tell me what files/logs are needed in order to solve this problem.
Thanks in advance
Krol.