"Danny Wilson" <[EMAIL PROTECTED]> (on Mon, 30 Oct 2006 11:48:09 +0100):
> While trying to compile the latest version from CVS on my gentoo box I get > this error: > > zenix neko # make > mkdir bin 2>/dev/null > make: [createbin] Error 1 (ignored) > cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -DCOMPACT_TABLE -pthread -o > bin/neko vm/main.o -Lbin -lneko > bin/libneko.so: undefined reference to `GC_pthread_create' > collect2: ld gaf exit-status 1 terug > make: *** [bin/neko] Error 1 Hey Danny, i just encountered the same problem when upgrading to neko 1.5 on my gentoo. The solution seems to be to emerge boehm-gc with the "threads" USE-flag, a la: USE=threads emerge -av boehm-gc regards, -dan -- http://0xDF.com/ http://iterative.org/ -- Neko : One VM to run them all (http://nekovm.org)
