On Wed, Oct 8, 2008 at 9:00 PM, Trent Shea <[EMAIL PROTECTED]> wrote:
> On Wednesday 08 October 2008 11:00:13 Dan Nicholson wrote:
>> strace -f -eopen kdesktop
>
> That's fantastic.
>
> I'm going to have to spend some time on this page!
> http://www.linuxfromscratch.org/blfs/view/stable/general/oth
On Wed, Oct 8, 2008 at 5:03 PM, Bill Mason <[EMAIL PROTECTED]> wrote:
> Thanks Dan,
> I'll check -Wall.
>
> Can you add a bunch of zeros and see if it still works? I was able to try
> this on another system, and the problem still existed, but it needed a bit
> more zeros.
Ah, now I got it. Look
Thanks Dan,
I'll check -Wall.
Can you add a bunch of zeros and see if it still works? I was able to try this
on another system, and the problem still existed, but it needed a bit more
zeros.
Bill
--- On Wed, 10/8/08, Dan Nicholson <[EMAIL PROTECTED]> wrote:
> From: Dan Nicholson <[EMAIL PROT
On Wed, Oct 8, 2008 at 1:36 PM, Bill Mason <[EMAIL PROTECTED]> wrote:
>
> I validated this by making a little program that does nothing but prints this
> using printf:
>
> #include
>
> int main() {
>printf ("%-1.3s", "hello");
> }
>
> Same thing, no output. But if I decrease the numb
Hi there,
I'm working through LFS right now. It's really well written, it's a lot of
fun, and everything worked really well up till now. I am having a problem with
the glibc test. Here's the details:
Version of the book: LFS 6.3
Host system: Debian 4.0 (etch) with kernel 2.6.24
Package: Glibc