> ----- Original Message ----- > From: "Ken Moffat" <[EMAIL PROTECTED]> > To: "LFS Support List" <[email protected]> > Subject: Re: make - no such file or directory > Date: Thu, 1 Feb 2007 17:31:46 +0000 > > On Fri, Feb 02, 2007 at 12:02:54AM +0800, Aleksandar Adam wrote: > > Hi, > > i am trying to install man-pages-2.34 (6.8. Man-pages-2.34 in > > LFS-book) but when I issue: > > > > "make install" > > > > i got the following output: > > > > ":bash: /tools/bin/make: No such file or directory" > > > > but there is "make" file in "/tools/bin directory" > > > > How to solve this? > > > > Thanks in advance Aleksandar > > > Hi Aleksandar, > > I assume you are following the stable book (6.2). The 'No such > file or directory' message usually means, if it happens in the LFS > book, that a program is linked against a library that is now not > accessible. This is the first time you have tried to run 'make' > since you entered chroot (linux-libc-headers is unusual in only > being installed). > > From outside chroot, please run 'ldd /tools/bin/make' to see what > it is linked against. If it uses anything in /lib or /usr/lib then > probably, something went wrong when you were adjusting the toolchain > in section 5.7 : did you run the sanity check in the 'Caution' box > of section 5.7 ? > > Alternatively, perhaps you interrupted the build, and did not set > things up correctly (e.g. PATH) when you resumed, so that some > packages were built with the host's toolchain. > > ĸen
I have tried: "ldd /tools/bin/make" the output is: "tools/bin/ldd: line 124: /tools/bin/make: No such file or directory" >did you run the sanity check in the 'Caution' box > of section 5.7 ? As I can remember it worked well, I have tried one more time and got the correct result: [Requesting program interpreter: /tools/lib/ld-linux.so.2] What shall I do next ? = New York Film Academy Summer Workshops for High School Students in Film & Acting. US & internal locations. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=86e89e6312970e5940817e00c4755a9a -- Powered by Outblaze -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
