RE: Help:Stop compile due to Segmentation Fault Error

2013-06-22 Thread Martin Dorey
martin.dorey=hds@gnu.org [mailto:bug-make-bounces+martin.dorey=hds@gnu.org] On Behalf Of Michael Stahl Sent: Saturday, June 22, 2013 10:03 To: bug-make@gnu.org Cc: help-m...@gnu.org Subject: Re: Help:Stop compile due to Segmentation Fault Error On 21/06/13 16:09, 최철우 wrote: > Dear GNU.org &g

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

Re: Help:Stop compile due to Segmentation Fault Error

2013-06-21 Thread Paul Smith
On Fri, 2013-06-21 at 23:09 +0900, 최철우 wrote: > Segmentation Fault error occurred while compile below part of > Makefile. > > we used the make 3.81 on ubentu 10.10. I'm pretty confident that this bug has been fixed. Please try a newer version of GNU make. __

RE: Help:Stop compile due to Segmentation Fault Error

2013-06-21 Thread Martin Dorey
rg/git/?group=make? From: bug-make-bounces+martin.dorey=hds@gnu.org [mailto:bug-make-bounces+martin.dorey=hds@gnu.org] On Behalf Of ??? Sent: Friday, June 21, 2013 07:09 To: bug-make@gnu.org; help-m...@gnu.org Subject: Help:Stop compile due to Segmentation Fault Error Dear GNU.org I have a p

Help:Stop compile due to Segmentation Fault Error

2013-06-21 Thread 최철우
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. $(APKCERTS_FILE): @echo APK certs list: $@ @mkdir -p $(dir $@) @rm -f $@ $(eval APKCE