QT won't compile

2005-08-17 Thread Steven Pasternak
Hi! I am trying to compile qt 3.3.4, but I get this weird error: g++ -fno-exceptions -o ../../../bin/uic .obj/release-shared-mt/main.o .obj/release-shared-mt/uic.o .obj/release-shared-mt/form.o .obj/release-shared-mt/object.o .obj/release-shared-mt/subclassing.o .obj/release-shared-mt/embed.

Re: 2.6.2 kernal a must?

2005-02-23 Thread Steven Pasternak
On Wednesday 23 February 2005 01:40 pm, jetfirespam wrote: > At chapter 5.2, as directed, I compared the Host > System Requirements against what my computer actually > has. The results were as follows: > > Linux version 2.4.18-14 > ([EMAIL PROTECTED]) (gcc version > 3.2.20020903 (Red Hat Linux 8.0

Re: Kernel Panic!

2005-02-21 Thread Steven Pasternak
On Monday 21 February 2005 04:18 pm, Joel Miller wrote: > Steven Pasternak wrote: > > I just build an LFS 6.0 system (with some newer packages than needed) and > > when I finally go to boot up, I get this: > > VFS: Cannot open root device 'hdb5' or unknown block (3,

Re: Kernel Panic!

2005-02-21 Thread Steven Pasternak
On Monday 21 February 2005 01:35 pm, Gerard Beekmans wrote: > You are not booting a straight kernel, but are using an initial ramdisk > (initrd) setup? > > > > -- > Gerard Beekmans > > /* If Linux doesn't have the solution, you have the wrong problem */ I tried both. I build the kernel w/ support f

Re: Kernel Panic!

2005-02-21 Thread Steven Pasternak
On Monday 21 February 2005 09:06 am, Steven Pasternak wrote: > On Monday 21 February 2005 08:28 am, Steven Pasternak wrote: > > I just build an LFS 6.0 system (with some newer packages than needed) and > > when I finally go to boot up, I get this: > > VFS: Cannot open root dev

Re: Kernel Panic!

2005-02-21 Thread Steven Pasternak
On Monday 21 February 2005 09:36 am, Phoe6 wrote: > Steven Pasternak <[EMAIL PROTECTED]> wrote: > > I just build an LFS 6.0 system (with some newer packages than needed) and > > when I finally go to boot up, I get this: > > VFS: Cannot open root device 'hdb5

Re: Kernel Panic!

2005-02-21 Thread Steven Pasternak
On Monday 21 February 2005 08:28 am, Steven Pasternak wrote: > I just build an LFS 6.0 system (with some newer packages than needed) and > when I finally go to boot up, I get this: > VFS: Cannot open root device 'hdb5' or unknown block (3,69) > Please append a correct "r

Re: kernel panic :No init found.try passing INIT=option to kernel

2005-02-21 Thread Steven Pasternak
On Monday 21 February 2005 07:23 am, Steve Crosby wrote: > [EMAIL PROTECTED] wrote in > > news:[EMAIL PROTECTED]: > > hello, > > i am new bie to linux ,i made LFS-5.1 successfully.now i want to make > > LIVE CD of lfs , so in that direction i follow algorithm and try to > > make cd but when it boot

Kernel Panic!

2005-02-21 Thread Steven Pasternak
I just build an LFS 6.0 system (with some newer packages than needed) and when I finally go to boot up, I get this: VFS: Cannot open root device 'hdb5' or unknown block (3,69) Please append a correct "root=" boot option' Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown block (3

Re: LFS Book 6 Kbd-1.12?

2005-02-21 Thread Steven Pasternak
On Sunday 20 February 2005 04:41 pm, Patrick Rutkowski wrote: > I'm Slightly confused as to what do DL from the page which the v6.0 > LFS book lead me to, ftp://oss.sgi.com/projects/kdb/download/ The book > says to DL kdb-1.12. I'd really appreaciate any advice. > > This is my first post and I acci

Re: Can't find /tools/bin/bash for initial chroot, and /tools/bin/bash is bad too.

2005-02-20 Thread Steven Pasternak
On Sunday 20 February 2005 01:49 pm, Gerard Beekmans wrote: > ldd /mnt/lfs/tools/bin/bash That worked :-) -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Entering Chroot Environment Shell Dies

2005-02-20 Thread Steven Pasternak
On Sunday 20 February 2005 10:55 am, M Maki wrote: > LFS v6.0. Completed everything through Ch. 6.2 without any apparent > errors. Sanity checks OK. > [Requesting program interpreter: tools/lib/ld-linux.so.2]. > Problem starts when I enter chroot environment. I get the > "I have no name!" prompt bu

Re: Can't find /tools/bin/bash for initial chroot, and /tools/bin/bash is bad too.

2005-02-20 Thread Steven Pasternak
On Sunday 20 February 2005 02:30 am, Carsten Böcker wrote: > Steven Pasternak wrote: > >Hi. I use LFS 6.0 with some slightly newer packages and have run into a > > few problems. I just finished the test suite and when I go to use the > > chroot thing (chapter 6) I get this

Re: Can't find /tools/bin/bash for initial chroot, and /tools/bin/bash is bad too.

2005-02-20 Thread Steven Pasternak
On Sunday 20 February 2005 12:02 am, Jim Gifford wrote: > Steven Pasternak wrote: > >Hi. I use LFS 6.0 with some slightly newer packages and have run into a > > few problems. I just finished the test suite and when I go to use the > > chroot thing (chapter 6) I get this

Can't find /tools/bin/bash for initial chroot, and /tools/bin/bash is bad too.

2005-02-19 Thread Steven Pasternak
Hi. I use LFS 6.0 with some slightly newer packages and have run into a few problems. I just finished the test suite and when I go to use the chroot thing (chapter 6) I get this: [EMAIL PROTECTED] steven]# chroot "$LFS" /tools/bin/env -i \ > HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \ > PATH