This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: Where's sbrk()?


	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


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