Alrighty, finally got everything working.
If anyone needs some information about compiling neko on OSX/PPC
10.4, drop
me an email, and maybe I can pass on some useful information.
Let's see if I can get some time to post it in this thread.
Thanks for everyones help!
Ps. Edwin, yeah it would be really nice if mysql.ndll came with the
osx package.
We do a lot of work for clients, and every single one uses MySQL, so
chances are
that loads of webapp developers will want/need that module. But then
again, they
will probably need to compile the source anyway to get the right
Mod_neko.ndll file.
Just a thought. Ds
M.
On Aug 29, 2006, at 4:48 PM, erixtekila wrote:
I have really tried to do this, downloading the GC and installing
it, and then
trying to compile the source:
delin$ make
mkdir bin 2>/dev/null
make: [createbin] Error 1 (ignored)
cc -o bin/libneko.dylib vm/alloc.o vm/builtins.o vm/callback.o vm/
context.o vm/interp.o vm/load.o vm/objtable.o vm/others.o vm/
hash.o vm/module.o vm/jit_x86.o -ldl -lgc -lm -dynamiclib -
single_module -install_name @executable_path/libneko.dylib
/usr/bin/libtool: can't locate file for: -lgc
/usr/bin/libtool: file: -lgc is not an object file (not allowed in
a library)
make: *** [bin/libneko.dylib] Error 1
Only the CVS version worked for me on osx 10.3.9.
HTH
-----------
erixtekila
http://blog.v-i-a.net/
--
Neko : One VM to run them all
(http://nekovm.org)
--
Neko : One VM to run them all
(http://nekovm.org)