Re: make segmentation fault

2002-12-19 Thread Edward Welbourne
This bug is fixed in the latest version, GNU make 3.80. Please try that and let us know if it doesn't work. Finally got round to trying ... bad news: quote cd /home/eddy/work/toys/ /usr/local/bin/make boom-2002-Nov-13 Compilation segmentation fault at Thu Dec 19 12:50:17 /quote using quote

Re: Bug report

2002-12-19 Thread Prof. Dr. Doeringer (FB Informatik)
Hi, I have a problem with one single line in a Make-File that I cannot figure out at all. The problem is the same under version 3.77 and 3.79.1 under Linux. The errro message is as follows: make: execvp: ../CnGET.h: Keine Berechtigung make: *** [../CnGET.h] Fehler 127 The version info: GNU

Feature request: User-specified update tests

2002-12-19 Thread Nathanael Nerode
This is a very simple request, which would have an incredible amount of value. It would take me a long time to code it myself, just due to the time needed to learn the internals of GNU make. I will if I have to, but I suspect it would be a very quick piece of coding for someone who already

Re: Bug report

2002-12-19 Thread Johan Bezem
Hi, You didn't send the full makefile, since the includes are missing. Make apparently is considering the line $(QuellP)/CnGET.h a command to be executed, where CnGET.h probably doesn't have execute permissions. Look for the _exact_ definitions of variables like 'QuellP' and 'StreaP' (including