hi chris, i'm only compiling the intial toolchain, which I believe should be done in /mnt/lfs/tools.. with a symlink in the root of the fs of "tools"
correct, make shouldn't be run but I went with the flow, the LFS book advised errors are l likely however can be ignored.. so went ahead with the make ls of /tools/lib gives; libbfd.a libbfd.la libiberty.a libopcodes.a libopcodes.la i think the main issue here is that my previous make of TCL didn't complete, as per the issue in the following post.. the tcl ./configure runs fine, infact the last operation is creating the tclConfig.sh.. so why expect fails to find this.. I don't know. the make fails with the error in the post I referenced in the last mail.. thanks in advance.. On 24/03/2008, Chris Staub <[EMAIL PROTECTED]> wrote: > Nick Parrott wrote: > > hi list, > > > > > > > Anyway, I continued and my expect ./configure command fails as below; > > > > lfs:/mnt/lfs/tools/expect-5.43$ ./configure --prefix=/tools > > --with-tcl=/tools/lib --w > > ith-tclinclude=/tools/include --with-x=no > > configuring Expect 5.43.0 > > checking for autoconf... yes > > checking configure up to date... yes > > checking host system type... i686-pc-linux-gnu > > checking target system type... i686-pc-linux-gnu > > checking build system type... i686-pc-linux-gnu > > checking shell to use within Make... > > checking for gcc... gcc > > checking whether the C compiler (gcc ) works... yes > > checking whether the C compiler (gcc ) is a cross-compiler... yes > > checking whether we are using GNU C... yes > > checking whether gcc accepts -g... yes > > checking for building with threads... no (default) > > checking for Tcl configuration... configure: error: /tools/lib > > directory doesn't cont > > ain tclConfig.sh > > lfs:/mnt/lfs/tools/expect-5.43$ make > > make: *** No targets specified and no makefile found. Stop. > > > > As you can see, the tclConfig.sh file seems to be missing from here.. > > am I best backtracking here to the TCL compilation? Sorry I cannot > > provide the exact tcl error.. > > > > Thanks in advance.. > > > > nick > > > You don't compile in /tools. Also, if you're building LFS you should > know that you cannot continue with make if configure had > problems...obviously it isn't going to work. What does "ls /tools/lib" give? > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page > -- Nick Parrott [EMAIL PROTECTED] -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
