anonymous pipe read deadlock

2002-12-26 Thread Lars G Johnson
i am using make 3.78.1 on Windows 2000.. i encounter a deadlock due to line 1465 of function.c: cc = read (pipedes[0], &buffer[i], maxlen - i); This is executed by make on an anonymous pipe to communicate with a child process used to spawn a shell command. i am trying to use make in order

A bug with libpanel_status.so.0

2002-12-26 Thread c
Hi there, When I compile my program, I get this message: firestarter: error while loading shared libraries: libpanel_status.so.0: cannot open shared object file: No such file or directory How can I solve this problem knowing that I downloaded libpanel_status.so.0? Big thanks. __

Re: always echoing commands (patch)

2002-12-26 Thread Johan Bezem
I've been using an environment variable for that for ages. Some of the command lines are too simple (like a 'cp' or 'mv') and get their '@'-sign directly; compiler and linker commands get their $(MY_AT) at the position where the @-sign should be. Normally I have an "export MY_AT=@" (using bash) in