From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton To: egcs@cygnus.com Subject: Where's sbrk()? Date: Fri, 20 Mar 1998 08:45:00 -0000 Message-id: <199803200654.WAA29509@shell.wco.com> X-SW-Source: 1998-03/msg00684.html I'm trying to compile the dbmalloc debugging malloc library for use with egcs (under Windows 95/NT). I'm almost there, but I get the following error messages: 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' What do I need to do to get rid of these errors? Looking further, I get a similar message about fork(). Thanks for any help. Richard Stanton