This is the mail archive of the cygwin@sourceware.cygnus.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]

gcc does not works at all


Hi,

after installing gnuwin32 b18 gcc does not work at all.
When trying to compile the small test programm:

main()
{
	int i=1,j=1,k;
	k=i+j;
}

with gcc -c test.c

I get the error messages:

<unkwown> heap_init: unable to allocate heap, win32 error 87
cygwin: terminating
<unknown> In cygwin_except_handler
<unknown> Exception trapped!
<unknown> exception C0000005 at 1001E4B2
<unknown> exception: ax 0 bx cx 6 dx 7
<unknown> exception: si 322E372E di 322D7375bp 241FB60 sp 241FB60
<unknown> exception is: STATUS_ACCESS_VIOLATION
<unknown> Stack trace:
..  on so on

I would be very appreciative for any help on this.

Thanks in advance

Rolf

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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