2009/6/17 Vitaut Bayaryn <[email protected]> > > I use the SVN-20090611 version of the LFS book and OpenSuSE 10.3 host > system. I cannot install Expect-5.43. When doing Configure all is OK, but > when making make gives error: > "gcc -c -I. -I. -I/tools/include -DEXP_VERSION=\"5.43.0\" > -DSCRIPTDIR=\"/tools/lib/expect5.43\" > -DEXECSCRIPTDIR=\"/tools/lib/expect5.43\" -DTCL_DEBUGGER -DUSE_NON_CONST > -DSTTY_BIN=\"/bin/stty\" -DDFLT_STTY="\"sane\"" exp_main_exp.c > exp_main_exp.c:12:17: error: tcl.h: No such file or directory ^^^^^^^^^^^^^^^^^
Sounds as if you missed some or all of the instructions in section 5.11 (Tcl-8.5.7) which you should have completed as the previous step. Perhaps the 'install-private-headers' command. Please go back to tcl and rebuild it making sure you (re)run all of the required commands. That should give you tcl.h in /tools/include. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
