Like I said in the subject I am having trouble on section 6.13 of LFS6.1 "Installation of Binutils".
The "expect -c "spawn ls"" check works fine, but I'm having problems configuring and making.
Make tooldir=/usr results in the following error,
Code:
make[3]: *** [arlex.o] Error 1
and I found the following in config.log
Code:
configure:2241: gcc -c -g -02 conftest.c 1>&5
configure:2231:17: gmp.h: No such file or directory
I have found advice on other threads to make sure bison and flex were installed in chapter 5, which I did, and I also jumped ahead to install them in the chroot environment, so this is not the problem.
I have followed the instructions word for word.
If anyone can give me advice on how to proceed I will be very grateful.
Thanks
EDIT:: Apologies. Subject should read section 6.13, and NOT 3.13