Re: ERROR : gcc pass 2

2009-09-13 Thread Michael Tsang
On Sunday 13 September 2009 11:32:49 hardwork wrote: ../libtool: line 5969 : eval: -a:invalid option eval: usage :eval [arg...] Can you post the output of readlink /bin/sh -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: Help

2009-09-13 Thread Sam Vivacqua
The problem is that when I type the comand In -sv $LFS/tools / I get the output: -bash: In: comand not found On Sat, Sep 12, 2009 at 11:01 PM, Chris Staub ch...@beaker67.com wrote: On 09/12/2009 02:26 PM, Sam Vivacqua wrote: Hi, For the comand ln -sv

Re: Help

2009-09-13 Thread Support
Sam Vivacqua wrote: The problem is that when I type the comand In -sv $LFS/tools / I get the output: -bash: In: comand not found On Sat, Sep 12, 2009 at 11:01 PM, Chris Staub ch...@beaker67.com mailto:ch...@beaker67.com wrote: On 09/12/2009 02:26 PM, Sam Vivacqua

Re: Stumped by a Script

2009-09-13 Thread Philippe Delavalade
Le samedi 12 septembre à 22:31, Dan McGhee a écrit : This is not a problem with building LFS. I'm asking for help in the way I want to do it. I'm preparing for another build and over the years I have developed some scripts to take care of the sometimes drudge work of configure, make,

ASUS EeePC Laptop

2009-09-13 Thread Adrian Fisher
Hello all, I want to put LFS on my ASUS Eee PC Laptop (40GB SSD) but it has no CD/DVD drive and I have no external one. While it already has Linux on it it is a minimal installation as it has no compiler and no means of installing software manually, other than the few packages Asus saw fit to

Re: ASUS EeePC Laptop

2009-09-13 Thread Marcus Wanner
On 9/13/2009 12:26 PM, Adrian Fisher wrote: Hello all, I want to put LFS on my ASUS Eee PC Laptop (40GB SSD) but it has no CD/DVD drive and I have no external one. While it already has Linux on it it is a minimal installation as it has no compiler and no means of installing software

Re: ASUS EeePC Laptop

2009-09-13 Thread Dan Corda
http://www.askvg.com/how-to-create-bootable-usb-drive-to-install-windows-vista/ On Sun, Sep 13, 2009 at 12:26 PM, Adrian Fisher adr...@leofcwen.com wrote: Hello all, This website contains several methods https://help.ubuntu.com/community/Installation/FromUSBStick another method

Re: ASUS EeePC Laptop

2009-09-13 Thread Dan McGhee
Adrian Fisher wrote: Hello all, I want to put LFS on my ASUS Eee PC Laptop (40GB SSD) but it has no CD/DVD drive and I have no external one. While it already has Linux on it it is a minimal installation as it has no compiler and no means of installing software manually, other than the few

Re: zlib instructions - 'rm /lib/libz.so'?

2009-09-13 Thread Jeffrey 'jf' Lim
If I could just take the chance to ask again (sorry - but read through the thread if you want - you'll find out why) - why do the instructions for LFS 6.5 (p.94) for zlib say to remove 'rm /lib/libz.so' - and create a libz.so (symlink) in /usr/lib instead? The exact commands: rm -v /lib/libz.so

Re: zlib instructions - 'rm /lib/libz.so'?

2009-09-13 Thread Trent Shea
On Sunday 13 September 2009 11:43:58 Jeffrey 'jf' Lim wrote: If I could just take the chance to ask again (sorry - but read through the thread if you want - you'll find out why) You just replied to the answer! If you're interested read through the FHS description of the /lib directory. I'm

Re: ASUS EeePC Laptop

2009-09-13 Thread dennisjperkins
There is another method you can try. The Eee lets you boot from SD/SDHC, so you could try mounting an SD chip on the computer you are building LFS with, and build LFS on the SD chip. Then insert the chip into the Eee and boot from it. - Original Message - From: Dan McGhee

Re: ASUS EeePC Laptop

2009-09-13 Thread Adrian Fisher
Thanks to all those who offered help :) Regards, A. dennisjperk...@comcast.net wrote: There is another method you can try. The Eee lets you boot from SD/SDHC, so you could try mounting an SD chip on the computer you are building LFS with, and build LFS on the SD chip. Then insert the chip

Re: zlib instructions - 'rm /lib/libz.so'?

2009-09-13 Thread Jeffrey 'jf' Lim
On Mon, Sep 14, 2009 at 2:11 AM, Trent Shea trent.s...@gmail.com wrote: On Sunday 13 September 2009 11:43:58 Jeffrey 'jf' Lim wrote: If I could just take the chance to ask again (sorry - but read through the thread if you want - you'll find out why) You just replied to the answer! If

Re: ERROR : gcc pass 2

2009-09-13 Thread hardwork
hi,Michael: My readlink /bin/sh output is : bash -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

glibc headers versus linux kernel headers

2009-09-13 Thread Alexander Haley
Alright, I'm using the 'package users' approach, and I've hit a snag where I don't understand the choice I'm about to make. Here is the scenario. I've compiled section 5, built my /tools, and am now inside the chroot working on the final packages. I've completed the 'Linux API Headers' and

Re: glibc headers versus linux kernel headers

2009-09-13 Thread Alexander Haley
On Sun, Sep 13, 2009 at 9:04 PM, Alexander Haley aha...@alum.wpi.edu wrote: Alright, I'm using the 'package users' approach, and I've hit a snag where I don't understand the choice I'm about to make. Here is the scenario. One followup