Kyle Brennan wrote:
> 
> So I should be compiling in the sources folder.  that is probably why
> the compile failed in the first place.  so for example my binutils pass
> 1 directory would look like this: "$LFS/sources/binutils-2.20"

You can build anywhere you want, so long as it isn't $LFS/tools,
$LFS/dev, etc.

I happen not to like to build underneath the $LFS/sources directory.
The usual way I do it is

        $LFS/sources                    tarballs
        $LFS/build/package-version      extracted tarballs

I then build in

        $LFS/build/package-version

As a specific example,

        $LFS/build/binutils-2.20

is the directory where I would extract the tarball and do the build.
The CWD would be

        $LFS/build

when I extract the tarball, and the extraction process creates

        $LFS/build/binutils-2.20

I then

        $ cd binutils-2.20
        $ ./configure
        $ make

That's a personal preference. You can do it anywhere,
so long as it's not any of the other directories which
eventually get used, like

        $LFS/dev

Mike
-- 
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to