From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Wilson To: Richard Stanton Cc: egcs@cygnus.com Subject: Re: Where's sbrk()? Date: Mon, 23 Mar 1998 19:24:00 -0000 Message-id: <199803240150.RAA09779@rtl.cygnus.com> References: <199803200654.WAA29509@shell.wco.com> X-SW-Source: 1998-03/msg00772.html gcc -o testmalloc.exe testmalloc.o dbmalloc.a testmalloc.o(.text+0x3bf):testmalloc.c: undefined reference to `sbrk' testmalloc.o(.text+0x3ce):testmalloc.c: undefined reference to `end' You might try asking on one of the gnuwin32 lists. This looks more like a gnuwin32 problem than an EGCS problem. Jim