Hello list,

It's the first time I try to compile something from source, and I admit I'm
a bit lost. When I'm trying to compile the thing on OS X Tiger and here what
the command says to me when I'm doing make :

mkdir bin 2>/dev/null
make: [createbin] Error 1 (ignored)
cc -Wall -O3 -fPIC -fomit-frame-pointer -I vm -DCOMPACT_TABLE -pthread -o
vm/alloc.o -c vm/alloc.c
i686-apple-darwin8-gcc-4.0.1: unrecognized option '-pthread'
vm/alloc.c:35:20: error: gc/gc.h: No such file or directory
vm/alloc.c:39:3: error: #error Looks like libgc was not installed, please
install it before compiling
make: *** [vm/alloc.o] Error 1

I have absolutely no idea what the problem might as I installed libgc-dev...
Can someone help?

Bastien

--
haXe - an open source web programming language
http://haxe.org
-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to