Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 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 CC: cygwin AT cygwin DOT com Subject: Re: Fw: automake error References: <000701c1f2bc$9588d2b0$547cadcf AT homeke6pijupjp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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/