Re: RFC - Raw Kernel Headers

2006-03-12 Thread Andrew Benton
Sysklog-1.4.1 seems to have a problem with asm/atomic.h If it includes asm/processor.h then the sysklog build errors out like this andy:/sources/sysklogd-1.4.1$ make gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DSYSLOG_INET -DSYSLOG_UNIXAF -DNO_SCCS -DFSSTND -DSYSLOGD_PIDNA

binutils pass-2

2006-03-12 Thread thorsten
Hello, I am experimenting a bit with the toolchain in chapter 5 and was looking into the configure script of binutils, wondering what happens with the --with-lib-path argument. however I couldn't find that this argument is parsed at all by configure. Am I wrong? regards thorsten -- http://linuxfr

Re: binutils pass-2

2006-03-12 Thread Dan Nicholson
On 3/12/06, thorsten <[EMAIL PROTECTED]> wrote: > Hello, I am experimenting a bit with the toolchain in chapter 5 and was > looking into the configure script of binutils, wondering what happens > with the --with-lib-path argument. however I couldn't find that this > argument is parsed at all by con

Re: RFC - Raw Kernel Headers

2006-03-12 Thread Jim Gifford
Andrew Benton wrote: Sysklog-1.4.1 seems to have a problem with asm/atomic.h If it includes asm/processor.h then the sysklog build errors out like this andy:/sources/sysklogd-1.4.1$ make gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DSYSLOG_INET -DSYSLOG_UNIXAF -DNO_SCCS -

Re: binutils pass-2

2006-03-12 Thread thorsten
Dan Nicholson wrote: > On 3/12/06, thorsten <[EMAIL PROTECTED]> wrote: >> Hello, I am experimenting a bit with the toolchain in chapter 5 and was >> looking into the configure script of binutils, wondering what happens >> with the --with-lib-path argument. however I couldn't find that this >> argum

Re: RFC - Raw Kernel Headers

2006-03-12 Thread Jim Gifford
New version up. 00.14, removes process.h from atomic.h in I386. -- -- [EMAIL PROTECTED] [EMAIL PROTECTED] LFS User # 2577 Registered Linux User # 299986 -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information p

Re: RFC - Raw Kernel Headers

2006-03-12 Thread Andrew Benton
Jim Gifford wrote: Andrew Benton wrote: Sysklog-1.4.1 seems to have a problem with asm/atomic.h If it includes asm/processor.h then the sysklog build errors out like this andy:/sources/sysklogd-1.4.1$ make gcc -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce -DSYSLOG_INET -DSYSLO

Re: RFC - Raw Kernel Headers

2006-03-12 Thread Jim Gifford
I went to what LLH does on that file, we know that works. -- -- [EMAIL PROTECTED] [EMAIL PROTECTED] LFS User # 2577 Registered Linux User # 299986 -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: RFC - Raw Kernel Headers

2006-03-12 Thread Alexander E. Patrakov
Andrew Benton wrote: Another solution is to alter the patch we apply to sysklogd. is pulled in by the module.h file created by the sysklogd-1.4.1-fixes-1.patch. We could alter that to also create an atomic.h file in the sysklogd sources and include that instead of /usr/include/asm/atomic.h.