Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-16 Thread Dan Nicholson
On 5/16/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: echo | /sources/gcc-build/gcc/cc1 -v ignoring nonexistent directory "/usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include" ignoring nonexistent directory "/usr/lib/../i686-pc-linux-gnu/include" #include "..." search starts here: #include <...

Re: alsa udev device creation

2006-05-16 Thread Georgina Joyce
> > Udev should create them automatically if you compiled your kernel to > support those features. Post the sound part of your kernel .config That's what the discussion is about in that there's a timing issue i.e. the devices are being generated before alsa, so udev doesn't know about setting a

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-16 Thread Mag. Leonhard Landrock
Am Montag, 15. Mai 2006 23:52 schrieb Dan Nicholson: > On 5/15/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: > > $ /sources/gcc-build/gcc/xgcc -v dummy.c | grep include > > I just figured out something simpler to see the header search path. > xgcc is just a frontend for the actual driver, cc1. This

Re: LFS Version SVN-20060501 - GCC-4.0.3 - compilation fails

2006-05-16 Thread Mag. Leonhard Landrock
Hi Dan! I noticed your second post, but just to make sure I try both tests (the one from this mail and the one from the other mail). Am Montag, 15. Mai 2006 23:30 schrieb Dan Nicholson: > On 5/15/06, Mag. Leonhard Landrock <[EMAIL PROTECTED]> wrote: > > Hi once again! > > > > OK, so let's try to

LFS-6.1.1 gcc 1 pass error: genmodes not find; on iBook G4 !!

2006-05-16 Thread Aurel
Hi everybody, As you can see in the subject, I have an error with te first pass of gcc. At one moment, compilation stops and the error is that the file "genmodes" in $LFS/sources/gcc-build/gcc is not founded, but the file is well present in this directory. For information, i use LFS 6.1.1

Re: alsa udev device creation

2006-05-16 Thread Andrew Benton
Georgina Joyce wrote: Hi I see that there has been some discussion about creating the alsa devices when using udev. I don't understand how to create devices such as /dev/audio and /dev/dsp. Could someone point to a resorce so that I can get alsa working? Udev should create them automatical

alsa udev device creation

2006-05-16 Thread Georgina Joyce
Hi I see that there has been some discussion about creating the alsa devices when using udev. I don't understand how to create devices such as /dev/audio and /dev/dsp. Could someone point to a resorce so that I can get alsa working? Cheers Gena -- 2E0AXU Freedom & Power provided by debian

Re: lfs and network configuration

2006-05-16 Thread Jeremy Huntwork
Georgina Joyce wrote: But the ifconfig command isn't available. LFS uses 'ip' instead. Try running 'man ip'. -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: lfs and network configuration

2006-05-16 Thread Georgina Joyce
Hi Whoops, found the ifconfig answer by putting "lfs ifconfig command" into google. Thanks Gena On Tue, May 16, 2006 at 02:45:15PM +0100, Georgina Joyce wrote: > Hi > > Well I'm sure that I've followed all the steps in the book 6.1 and in > addition from the blfs book xinetd. But the ifconfig

lfs and network configuration

2006-05-16 Thread Georgina Joyce
Hi Well I'm sure that I've followed all the steps in the book 6.1 and in addition from the blfs book xinetd. But the ifconfig command isn't available. I'm so used to passing parameters and observing available interfaces via ifconfig. Has ifconfig been replaced with something else? When I ca