Fw: automake error

Charles Wilson cwilson@ece.gatech.edu
Fri May 3 12:33:00 GMT 2002


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/



More information about the Cygwin mailing list