This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fw: automake error


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]