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: cd /home/eddy/work/toys/ /usr/local/bin/make boom-2002-Nov-13 Compilation segmentation fault at Thu Dec 19 12:50:17 using cd /home/eddy/

Re: make segmentation fault

2002-11-13 Thread Paul D. Smith
This bug is fixed in the latest version, GNU make 3.80. Please try that and let us know if it doesn't work. Thanks for the report! -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://w

make segmentation fault

2002-11-13 Thread Edward Welbourne
I'm using GNU make from within GNU emacs using M-x compile. A (buggy) Makefile containing only: PACKAPPS = simple $(PACKAPPS:%=pack-index-dt-%): echo '' \ '$(@:pack-index-dt-%:%)' \ >>index.html boom: $(PACKAPPS:%=pack-index-dt-%) will seg-fault make: cd /home/e

make segmentation fault

2001-06-29 Thread Andrzej Wozniak
Dear Sirs, I think I found a bug in gnu make program causing segmentation fault. First I identified it in make version 3.79.1 on Linux 2.4.2-2smp machine, but next I tried the same version (3.79.1) on SunOS 5.7 Generic_106541-15 sun4u sparc machine with the same result, then I verified that th