> ----- 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 > -- > das eine Mal als Tragödie, das andere Mal als Farce > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page
> Thanks for your quick answer. There is one more interesting thing. If I am in folder where man-pages source files reside, there is file README, when I try "cat README" I got the same output: "No such file or directory" but README file is in current working directory, and I can see it with "ls". Is it the same problem as with "make" (as above)? I'll try to follow your suggestions and see whats happening. Best regards Aleksandar = Night Sky Friendly Landscape Lighting Starry Night Lights features a large selection of attractive, night sky friendly outdoor lighting products. http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=9dc1091b3ba83ff77e7fb567ec4ef6a7 -- Powered by Outblaze -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
