From: martin r. <fo...@ru...> - 2004-03-09 15:13:04
|
dear gerhard, On Tue, Mar 09, 2004 at 03:37:27PM +0100, Gerhard Eckel wrote: > /usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../crt1.o: In function > `_start': > /usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../crt1.o(.text+0x18): > undefined reference to `main' o.k., i nearly "expected" that. GSConfig.h now defines the fakeroot function, but since the binary "foo" (which is built in Source/Main) is just linked against elk this gnustep-stuff isn't known there. i changed the GNUmakefile in the cvs tree to reflect this ("foo" is now linked against gnustep-base). hope this solves the problem. bests, martin |