delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <3CD2E5F2.5030209@ece.gatech.edu> |
Date: | Fri, 03 May 2002 15:33:06 -0400 |
From: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
User-Agent: | Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 |
X-Accept-Language: | en-us |
MIME-Version: | 1.0 |
To: | Michael Labhard <ince AT pacifier DOT com> |
CC: | cygwin AT cygwin DOT com |
Subject: | Re: Fw: automake error |
References: | <000701c1f2bc$9588d2b0$547cadcf AT homeke6pijupjp> |
Michael Labhard wrote: > Automake > >>doesn't work. Here is the error: >> >>automake --version >> >>assertion "!inheap (s)" failed: file >>"/cygnus/netrel/src/cygwin-snapshot-2002050 >>2-1/winsup/cygwin/cygheap.cc", line 325 >>Aborted (core dumped) Well, automake is just a script. (actually, it's three scripts on cygwin). try the following: $ /usr/autotool/devel/bin/automake --version coredump? $ /usr/autotool/stable/bin/automake --version coredump? these two incantations execute the perl script directly. If there is an assert, then it's probably in perl.exe. your first attemp called /usr/bin/automake, which is a bash script. Since that had an assert, then if the other two incantations do NOT assert, then the problem is in bash.exe. --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |