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
On Sun, 29 Oct 2006 20:05:52 +0100, Nicolas Cannasse
<[EMAIL PROTECTED]> wrote:
Hi list,
A few weeks after a 1.4.5 bugfix release, Neko 1.5 is now available !
This version includes all bugfixes in 1.4.5 as well as a new Thread API
that enables you to create and manage Threads from a Neko program.
See http://nekovm.org/doc/view/thread
Neko 1.5 can be downloaded from http://nekovm.org/download
Enjoy,
Nicolas
Kind regards,
Danny Wilson
deCube - design and development
--
Neko : One VM to run them all
(http://nekovm.org)