Scott Castaline wrote these words on 08/11/08 16:27 CST: > I've been working under the assumption that prior to unpacking a > packages tarball that you create a directory using the package name > -build ie: glibc-build. Then change to the build directory to unpack the > tarball,
No. As the book says (and I'm sure you're just a tad confused at this point, no big deal), you start in a directory where the tarball exists. Then unpack the tarball which creates a directory containing all the source files. You then change dirs into that new directory and apply any patches (if necessary). After that the instructions say to create a build directory using the .. (parent) notation. Something similar to: mkdir ../glibc-build Then you change into that newly created build directory: cd ../glibc-build Then continue on with the instructions. Does this help any? -- Randy rmlscsi: [bogomips 1003.26] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 16:59:01 up 6 min, 1 user, load average: 0.75, 0.37, 0.17 -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page