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

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: quote src=Makefile PACKAPPS = simple $(PACKAPPS:%=pack-index-dt-%): echo 'dt id=$(@:pack-index-dt-%:%)' \ 'a href=$(@:pack-index-dt-%:%)$(@:pack-index-dt-%:%)/a' \

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:

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