Hi all,
We've been busy trying to put together a Universal Binary build for
Neko. I'm on a Intel Mac, so I can't test PPC behaviour. It would
could be great of some of you (pretty please, Alex :) ) could give
it a spin and see if things work as expected.
If the binaries work initially than it would be nice to know if the
system will continue to work okay once Universal .ndll's get
replaced by native PPC .ndll versions. Please let us know!
Here are my result:
- it fails to run with your libgc with the following message
libgc:
dyld: lazy symbol binding failed: Symbol not found: _GC_push_regs
Referenced from: /usr/local/lib/libgc.1.dylib
Expected in: flat namespace
dyld: Symbol not found: _GC_push_regs
Referenced from: /usr/local/lib/libgc.1.dylib
Expected in: flat namespace
Trace/BPT trap
- it runs fine with my build of libgc (default build from sources)
- it runs fine with my ppc versions of .ndll files
By the way, shouldn't the links to libgc be symbolic links (ln -s)?
(it doesn't solve my problem, but isn't that more 'standard')
Alex
--
Neko : One VM to run them all
(http://nekovm.org)