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
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.
__
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