RE: Help:Stop compile due to Segmentation Fault Error

2013-06-22 Thread Martin Dorey
> the problem is that Ubuntu (and Debian) ship a very outdated release of > GNU make The current, recent Debian stable, "Wheezy", ships with a version of make that it pleases Debian to call 3.81-8.2, per http://packages.debian.org/wheezy/make. Per the changelog link to http://ftp-master.metada

Re: Help:Stop compile due to Segmentation Fault Error

2013-06-22 Thread Michael Stahl
On 21/06/13 16:09, 최철우 wrote: > Dear GNU.org > > I have a problem with make file. > > Segmentation Fault error occurred while compile below part of Makefile. > > we used the make 3.81 on ubentu 10.10. ok... >$(eval APKCERTS_TMP_FILE := $(shell mktemp)) using eval... > Here is t