Hi
Book version : LFS 6.1
host system : lfs live cd 6.1
I was working on configuring the binutils (section 5.3) ,
../binutils-2.15.94.0.2.2/configure --prefix=/tools --disable-nls
then i take a look at config.log file and found this errors :
configure:2249: checking for correct version of gmp.h
configure:2262: gcc -c -g -O2 conftest.c 1>&5
configure:2252:17: gmp.h: No such file or directory
configure: In function `main':
configure:2256: error: `choke' undeclared (first use in this function)
configure:2256: error: (Each undeclared identifier is reported only once
configure:2256: error: for each function it appears in.)
configure:2256: error: parse error before "me"
configure: failed program was:
#line 2251 "configure"
#include "confdefs.h"
#include "gmp.h"
int main() {
#if __GNU_MP_VERSION < 3
choke me
#endif
; return 0; }
but the makefile has been made .
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page