On Sunday 19 August 2007 12:21, Burt Alcantara wrote:
> I created the structure as above.  First time created
> /mnt/lfs/packagename.  Copied sources/glibc-2.5.tar.bz2.  Ran the
> patch.
Ah, see the chapter 5 introduction.
Before issuing the build instructions for a package... (it's marked 
important near the top.)


> I created the structure as above.
I don't really suggest you try doing this I'd stick to the book for now. 
Unpack everything from within the source directory, switch to the newly 
created directory, and follow the book.


> What I don't get is using the syntax "../"
You should try playing around a bit. The ../ syntax is basically 
relative to the pwd (present working directory). Try the following:
cd
pwd
cd ../(hit tab twice)
cd ../../(hit tab twice)
cd ./(hit tab twice)


Good Luck,
Trent.
-- 
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