<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello all,<br><br>This is my first CLFS, and I'm ashamed to say I didn't make it very far.<br><br>I'm using ubuntu 8.10 64-bit ed. as my host system<br><br>working off of CLFS 1.1.0<br><br>I have a intel core 2 duo 8300 (Wolfdale) processor<br><br>here are the contents of my ~/.bashrc:<br><br>set +h<br>umask 022<br>CLFS=/mnt/clfs<br>LC_ALL=POSIX<br>PATH=/cross-tools/bin:/bin:/usr/bin<br>export CLFS LC_ALL PATH<br>unset CFLAGS<br>unset CXXFLAGS<br>export BUILD64="-m64"<br>alias 'ls=ls -l'<br>export CLFS_HOST="x86_64-cross-linux-gnu"<br>export CLFS_TARGET="x86_64-unknown-linux-gnu"<br><br><br>I followed all of the instructions to the letter with no odd results up to section 5 where I compile binutils 2.18 . The patches seemed to apply correctly, as did the compilation (which I copy-pasted from the book), and the make configure-host. However, when it
came time to make, I got the following error:<br><br>config.status: creating po/Makefile.in<br>config.status: executing depfiles commands<br>config.status: executing libtool commands<br>config.status: executing default-1 commands<br>config.status: executing bfd_stdint.h commands<br>config.status: executing default commands<br>make[3]: Leaving directory `/mnt/clfs/sources/binutils-build/bfd/po'<br>make[3]: Entering directory `/mnt/clfs/sources/binutils-build/bfd/po'<br>make[3]: Nothing to be done for `info'.<br>make[3]: Leaving directory `/mnt/clfs/sources/binutils-build/bfd/po'<br>make[3]: Entering directory `/mnt/clfs/sources/binutils-build/bfd'<br>make[3]: Nothing to be done for `info-am'.<br>make[3]: Leaving directory `/mnt/clfs/sources/binutils-build/bfd'<br>make[2]: *** [info-recursive] Error 1<br>make[2]: Leaving directory `/mnt/clfs/sources/binutils-build/bfd'<br>make[1]: *** [all-bfd] Error 2<br>make[1]: Leaving directory
`/mnt/clfs/sources/binutils-build'<br>make: *** [all] Error 2<br><br><br>I haven't the slightest what's going on. <br><br>Please, any help is greatly appreciated.<br></td></tr></table><br>