Hi, I too encountered the "gc-7.0" error while doing a make after a 'make spotless on Linux (Debian Etch) with the latest rev (397). The configure script refers to gc-7.0 while the garbage collector code is in gc6.7 directory. I got make to build boot/idst.o and gc.a with:
sed -i -e 's/gc-7.0/gc6.7/' object/boot/configure But just a little farther along, make fails to build src/idc1with the error : gc.a(alloc.o): In function `GC_expand_hp': object/gc6.7/alloc.c:990: undefined reference to `pthread_mutex_t rylock' Anyone else face such errors? I noticed that -lpthread was missing for this command. Thanks .. Subbu _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
