>
> From: Alexander Syed <[email protected]>
> Subject: Re: [Neko] compiling neko on OS X
>
> Just got it working by changing Makefile:
>
> # For OSX
> #
> MACOSX = 1
>
> # For OSX Universal Binaries
> #
> OSX_UNIVERSAL = 1
>
>
> # For 64 bit
> #
> CFLAGS += -D_64BITS
>
>
> Also edited this line to point to my libgc location
> LIBNEKO_LIBS = -ldl /usr/local/lib/libgc.a -lm -dynamiclib
> -single_module ${LIBNEKO_INSTALL}
>
>
>
> On 22/05/2012 11:09, Alexander Syed wrote:
> > here's the full make output,
> > there looks to be some other issues earlier about it using
> > /usr/lib/libneko.dylib
> >
> >
> > make clean
>

Hello,
  I also have libgc on  /usr/local/lib, 'brew' package manager install libs
there.
Could this library path be configurable?

Thanks
  Cristian

-- 
-----------------------------------------------------
   .^. In an open world, who needs windows or gates?
   /V\   Cristian Molina
  //  \\   GNU/Linux User #73047, Ubuntu User # 14733
 /( _ )\       BsAs-Argentina
  ^^ ^^ ---------------------------------------------
-- 
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to