On Tue, Nov 01, 2016 at 11:38:27PM +0000, Jared lima wrote:
> im not sure how to do the compiling.
> 
> I try to run the given command:
> 
> ../configure --prefix=/tools \
> --with-sysroot=$LFS \
> --with-lib-path=/tools/lib \
> --target=$LFS_TGT \
> --disable-nls \
> --disable-werror
> 
> 
> after cd'ing to /mnt/lfs/sources/build
> 
> and it says
> "bash: ../configure: no such file or directory"
> 
> 
> help?

For each package: untar the package, cd into the directory it
created, THEN run the commands.  After you install it, cd ../ and
then remove the directory.

I assume this is pass one binutils.  So first extract the binutils
tarball (tar -xf or tar -xvf), cd into the binutils-2.XX
directory, mkdir build, cd build, ../configure ...

And make sure that LFS and LFS_TGT are in your environment.

ĸen
-- 
`I shall take my mountains', said Lu-Tze. `The climate will be good
for them.'     -- Small Gods
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to