RE: gcc-3.4.3 bootstrap error

2006-02-27 Thread Warren Wilder
From: "Terror Duizel" <[EMAIL PROTECTED]> Reply-To: LFS Support List To: lfs-support@linuxfromscratch.org Subject: gcc-3.4.3 bootstrap error Date: Mon, 27 Feb 2006 20:59:12 + On 2/23/06, Ken Moffat wrote: On Thu, 23 Feb 2006, Terror Duizel wrote: > >> /tools/i686-pc-linux-gnu/bin/ld:/

Re: GRUB problem

2006-02-27 Thread Dan Nicholson
On 2/27/06, Ellis Wilson <[EMAIL PROTECTED]> wrote: > Hey all, > Finally finished my shiny new linux system, ran great, then went and > wanted to install Win2Kpro on the third partition on my harddisk (1st is > LFS, 2nd swap, 3rd Win2k). Yes, thanks to Microsoft for assuming that everyone wants th

Re: GRUB problem

2006-02-27 Thread Ellis Wilson
Thanks a lot your tips worked perfect my linux system is up and running again and grub is fine. Take care and thanks again. - Original Message - From: Josh <[EMAIL PROTECTED]> Date: Monday, February 27, 2006 11:06 pm Subject: Re: GRUB problem > > > > simply follow the chapter 8 instruc

Re: GRUB problem

2006-02-27 Thread Ellis Wilson
Thanks worked perfect :D - Original Message - From: Chris Staub <[EMAIL PROTECTED]> Date: Monday, February 27, 2006 11:22 pm Subject: Re: GRUB problem > Ellis Wilson wrote: > > Hey all, > > Finally finished my shiny new linux system, ran great, then went and > > wanted to install Win2Kpro

Re: LFS Sed

2006-02-27 Thread Scott
On Sun, Feb 26, 2006 at 10:07:52PM -0800, Justin O'Neil wrote: > On 2/26/06, Chris Staub <[EMAIL PROTECTED]> wrote: > > You probably used the wrong quote marks. You need ` not ' > > > > > By the way, the back-tick [ ` ] is on the same key as the tidle [ ~ ] just > so you know. > I don't know e

Re: GRUB problem

2006-02-27 Thread Chris Staub
Ellis Wilson wrote: Hey all, Finally finished my shiny new linux system, ran great, then went and wanted to install Win2Kpro on the third partition on my harddisk (1st is LFS, 2nd swap, 3rd Win2k). I put windows on and miraculously it treats my system like its the only OS on it. No big deal I t

Re: GRUB problem

2006-02-27 Thread Josh
> simply follow the chapter 8 instructions on making grub install > itself > back into the MBR I type in root(hd0,0) and it replys: > Error 21: Selected disk does not exist > So I just type in root to find out what does exist and it replys: > (fd0): Filesystem type unknown, partition type 0x0 >

GRUB problem

2006-02-27 Thread Ellis Wilson
Hey all, Finally finished my shiny new linux system, ran great, then went and wanted to install Win2Kpro on the third partition on my harddisk (1st is LFS, 2nd swap, 3rd Win2k). I put windows on and miraculously it treats my system like its the only OS on it. No big deal I think and put in the lf

Re: LFS in an external hdd

2006-02-27 Thread Chakkaradeep C C
Hi all, On 2/27/06, Josh <[EMAIL PROTECTED]> wrote: > > >can i boot from the external drive? > > just check the boot device priority in your computer's BIOS. although > i've never tried it, it is theoretically possible with mine to boot > from a flashdrive. when my flashdrive is plugged into the

Re: LFS Sed

2006-02-27 Thread Justin O'Neil
On 2/27/06, Andrew Benton <[EMAIL PROTECTED]> wrote: > Justin O'Neil wrote: > > By the way, the back-tick [ ` ] is on the same key as the tidle [ ~ ] > > That depends on your keyboard, which depends on your locale. Back tick > is not on the same key as tilde on my keyboard. > > Andy > -- I guess

Problem with sound in LFS

2006-02-27 Thread Satish Chebrolu
Hi, I recently installed LFS on my computer. I have problems setting up sound on the system. I compiled AC97 driver as a module in the kernel. I installed ALSA utils and libs as mentioned in the BLFS book. snd_intel8x0, snd_ac97_codec are listed in lsmod. When I open KMix, I am able to adjust t

Re: gcc-3.4.3 bootstrap error

2006-02-27 Thread Ken Moffat
On Mon, 27 Feb 2006, Terror Duizel wrote: thanks for your help but it don't work i tried debian instead of fedora and then i get the next error: make[2]: Entering directory `/mnt/lfs/sources/gcc-build/gcc' ./genattrtab ../gcc-3.4.3/gcc/config/i386/i386.md > tmp-attrtab.c make[2]: *** [s-attrta

gcc-3.4.3 bootstrap error

2006-02-27 Thread Terror Duizel
On 2/23/06, Ken Moffat wrote: On Thu, 23 Feb 2006, Terror Duizel wrote: > >> /tools/i686-pc-linux-gnu/bin/ld:/usr/lib/libc.so:5: syntax error Oh, I misread so:5 as so.5 - sorry for the noise. As to using fedora, I can remember somebody saying fedora couldn't compile LFS because fedora was

Re: LFS Sed

2006-02-27 Thread Andrew Benton
Justin O'Neil wrote: By the way, the back-tick [ ` ] is on the same key as the tidle [ ~ ] That depends on your keyboard, which depends on your locale. Back tick is not on the same key as tilde on my keyboard. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.l

GCC compilation error

2006-02-27 Thread Ivan
Hello Are you involved with Oriflame?   Please advise     Ivan Romanic -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: LFS Sed

2006-02-27 Thread Justin O'Neil
On 2/26/06, Chris Staub <[EMAIL PROTECTED]> wrote: You probably used the wrong quote marks. You need ` not '  By the way, the back-tick [ ` ] is on the same key as the tidle [ ~ ] just so you know.I don't know exactly what it means but it's somthing like "Take what this evaluates toand stick it her

Re: First time question: Perl !

2006-02-27 Thread Dan Nicholson
On 2/27/06, Joao Miguel Ferreira <[EMAIL PROTECTED]> wrote: > > Is there any kind of knwon limitation in Perl on an LFS system ? > > Generally speaking, can I run any 5.8.7 Perl code that I run on any > other standard/vulgar Linux system ? Certainly, if the code uses only the core perl functions a

Re: First time question: Perl !

2006-02-27 Thread Rainer Peter Feller
On Mon, 2006-02-27 at 15:04 +, Joao Miguel Ferreira wrote: > Hello all @ LFS, > > This is my first question on this list: about Perl... > > > Is there any kind of knwon limitation in Perl on an LFS system ? > > Generally speaking, can I run any 5.8.7 Perl code that I run on any > other stan

First time question: Perl !

2006-02-27 Thread Joao Miguel Ferreira
Hello all @ LFS, This is my first question on this list: about Perl... Is there any kind of knwon limitation in Perl on an LFS system ? Generally speaking, can I run any 5.8.7 Perl code that I run on any other standard/vulgar Linux system ? Thank you very much. jmf -- http://linuxfromsc

Re: LFS in an external hdd

2006-02-27 Thread Josh
>can i boot from the external drive? just check the boot device priority in your computer's BIOS. although i've never tried it, it is theoretically possible with mine to boot from a flashdrive. when my flashdrive is plugged into the USB port, it shows up as a selectable harddisk in the BIOS. _

Re: LFS in an external hdd

2006-02-27 Thread Rainer Peter Feller
On Mon, 2006-02-27 at 04:22 -0500, Chakkaradeep C C wrote: > Hi All, > > I have tried LFS a lot in my hard drive, now i want to give a try in > my external usb disk...after building lfs there, can i boot from the > external drive?i just wanted to know this before i proceed... > > thanks a lot

LFS in an external hdd

2006-02-27 Thread Chakkaradeep C C
Hi All, I have tried LFS a lot in my hard drive, now i want to give a try in my external usb disk...after building lfs there, can i boot from the external drive?i just wanted to know this before i proceed... thanks a lot... Thanks and Regards, C.C.Chakkaradeep -- http://linuxfromscratch.org/