delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
From: | Rugxulo <rugxulo AT gmail DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: bash crash on ZILE's "./configure" (?fixed?) |
Date: | Thu, 20 Aug 2009 16:05:36 -0700 (PDT) |
Organization: | http://groups.google.com |
Lines: | 34 |
Message-ID: | <58628711-4aff-4a46-9f2c-130f4684c7bc@o32g2000yqm.googlegroups.com> |
References: | <9fe70488-2128-4115-b766-c3508c3f28da AT v36g2000yqv DOT googlegroups DOT com> |
<0d60beaa-5dd4-4552-81d0-b589d4cd1fe5 AT d32g2000yqh DOT googlegroups DOT com> | |
<4A8A314C DOT 80004 AT iki DOT fi> <7881ba50-633c-4aec-9947-b3321e3da846 AT c14g2000yqm DOT googlegroups DOT com> | |
<ab2c58fd-f4ef-4af9-95d5-490ca7325e3a AT s31g2000yqs DOT googlegroups DOT com> | |
NNTP-Posting-Host: | 65.13.115.246 |
Mime-Version: | 1.0 |
X-Trace: | posting.google.com 1250809537 32606 127.0.0.1 (20 Aug 2009 23:05:37 GMT) |
X-Complaints-To: | groups-abuse AT google DOT com |
NNTP-Posting-Date: | Thu, 20 Aug 2009 23:05:37 +0000 (UTC) |
Complaints-To: | groups-abuse AT google DOT com |
Injection-Info: | o32g2000yqm.googlegroups.com; posting-host=65.13.115.246; |
posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO | |
User-Agent: | G2/1.0 |
X-HTTP-UserAgent: | Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) |
AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.39 Safari/530.5,gzip(gfe),gzip(gfe) | |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Hi, On Aug 20, 3:42=A0pm, Rugxulo <rugx DOT DOT DOT AT gmail DOT com> wrote: > > > > > checking whether we are using the GNU C compiler... Exiting due to > > > > signal SIGSEGV > > > > > General Protection Fault at eip=3D00026547 > > (quoting what I already mentioned to others): > > The problem seems to be "return $ac_retval". So if you comment those > few out, it obviously won't work, but at least it won't crash. > > zile-2.3.10.tar.gz =A0 =A0 =A012-Aug-2009 20:26 =A0702K > > http://ftp.gnu.org/gnu/zile/zile-2.3.10.tar.gz Well, I don't claim this is really a fix or even a workaround, but it seems to actually skirt the issue, so whatever. Although I welcome any input on the matter, I don't anticipate any. But enough blathering ... Change the 5 instances of this ... : return $ac_retval ... to this: ( return $ac_retval ) And it works. "./configure --version" says 2.64. So if anybody cares, there ya go. (God that was difficult to find and solve!!) On the bright side, at least configure scripts are a lot smaller nowadays. :-P
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |