Hi, I'm trying to do the LFS for the first time. I'm using the 7.4 version of the book and I encountered the first error that I couldn't solve using the faq or Google. The host distribution is Ubuntu 13.10.
I'm in the 5.13 section (DejaGNU-1.5.1). I ran `./configure --prefix/tools' and this is the result: --- lfs@yoyodyne:/mnt/lfs/sources/dejagnu-1.5.1$ ./configure --prefix=/tools checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /mnt/lfs/sources/dejagnu-1.5.1/missing: Unknown `--is-lightweight' option Try `/mnt/lfs/sources/dejagnu-1.5.1/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make sets $(MAKE)... (cached) yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for docbook2html... /usr/bin/docbook2html checking for docbook2rtf... /usr/bin/docbook2rtf checking for docbook2pdf... /usr/bin/docbook2pdf checking for docbook2ps... /usr/bin/docbook2ps checking for docbook2x-texi... false checking for expect... /tools/bin/expect checking Tcl version 8.3 or greater... configure: error: Tcl 8.3 or greater is required --- I don't think I've deviated from the book's instructions, but maybe I made a mistake while installing tcl and/or expect (I was a little asleep). I think I may have done some of the instructions from expect in the tcl folder. Other than that, I don't know what the mistake could've been. Any pointers would be helpful. Thanks (and sorry for the English)
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page