Re: LFS-Hash-Style

2006-12-05 Thread Luca
Hello; trying another toolchain I've been encumbered by the "old" cannot compute sizeof (long double), 77. Just a note not hash-style related: When compiling gcc with java language enabled for the awt to work correctly it should be passed "--enable-java-awt=[gtk,xlib,qt]". Luca -- http://linuxf

Re: openssl and coreutils and more

2006-12-05 Thread Robert Connolly
Is this correct?: $ cat nologin.S .section .data message: .ascii "This account is currently not available.\n\0" .section .text .globl _start _start: movl $4, %eax movl $42, %edx movl $message, %ecx movl $1, %ebx int $0x80 movl $1, %eax movl $1, %ebx int $0x80 $ as -o no

test message -- ignore

2006-12-05 Thread Gerard Beekmans
Ignore me. -- Gerard Beekmans /* If Linux doesn't have the solution, you have the wrong problem */ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: test message -- ignore

2006-12-05 Thread Gerard Beekmans
And a last one, ignore as well please. -- Gerard Beekmans /* If Linux doesn't have the solution, you have the wrong problem */ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: test message -- ignore

2006-12-05 Thread Gerard Beekmans
Just when you think you're done testing, there's always one more to go (and no, I can't use the test-list for this one. Need a large list to check loads). -- Gerard Beekmans /* If Linux doesn't have the solution, you have the wrong problem */ -- http://linuxfromscratch.org/mailman/listinfo/lf

Re: openssl and coreutils and more

2006-12-05 Thread Osor Hirutonis
Robert Connolly wrote: > Is this correct?: It works. > $ cat nologin.S > .section .data > message: >.ascii "This account is currently not available.\n\0" > .section .text > .globl _start > _start: >movl $4, %eax >movl $42, %edx >movl $message, %ecx >movl $1, %ebx >int $0x8

Book Rendering

2006-12-05 Thread Randy McMurchy
[cc'd to LFS-Dev in hopes for as much input as possible] Hi all, There was a commit to the BLFS book on the 4th, but the rendering of the book didn't happen. Is Belgarath still scheduled to render every night? -- Randy rmlscsi: [bogomips 1003.25] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU

Re: Book Rendering

2006-12-05 Thread Bruce Dubbs
Randy McMurchy wrote: > [cc'd to LFS-Dev in hopes for as much input as possible] > > Hi all, > > There was a commit to the BLFS book on the 4th, but the rendering of > the book didn't happen. Is Belgarath still scheduled to render every > night? Anduin does it from a cron script. See /usr/bin/r

Re: Book Rendering

2006-12-05 Thread Randy McMurchy
Bruce Dubbs wrote these words on 12/05/06 20:37 CST: > Randy McMurchy wrote: >> Is Belgarath still scheduled to render every >> night? > > Anduin does it from a cron script. See /usr/bin/render-blfs-book.sh > there. It does require belgarath to be up for svn and ssh though. I've > received a c

Re: Book Rendering

2006-12-05 Thread Justin R. Knierim
Randy McMurchy wrote: I suppose I'm too much out of the loop at this point to figure out what you mean. All I know is that I cannot access Belgarath right now, and I don't understand what Anduin has to do with it. Just a guess but if it is the same setup as CLFS, the book is rendered on Anduin

Re: Book Rendering

2006-12-05 Thread Justin R. Knierim
Justin R. Knierim wrote: helped belg to stay stable though. Putting up a maintenance page or a link to lfs-matrix.net or another mirror would be a good idea IMO. Nevermind, pointing to a mirror is useless at this point as well, as rsync is down as well, and at least for lfs-matrix.net, it has

Re: Book Rendering

2006-12-05 Thread Bruce Dubbs
Randy McMurchy wrote: > Bruce Dubbs wrote these words on 12/05/06 20:37 CST: >> Randy McMurchy wrote: >>> Is Belgarath still scheduled to render every >>> night? >> Anduin does it from a cron script. See /usr/bin/render-blfs-book.sh >> there. It does require belgarath to be up for svn and ssh th

Re: LFS-Hash-Style

2006-12-05 Thread Luca
Luca wrote: > Hello; trying another toolchain I've been encumbered by the "old" cannot > compute sizeof (long double), 77. > > Just a note not hash-style related: > > When compiling gcc with java language enabled for the awt to work > correctly it should be passed "--enable-java-awt=[gtk,xlib,qt]".