Ola everyone… While I am using Marcus neko files which are indeed 32Bit and running on a 32Bit apache, we run into some issues, that the apache version somehow matters - his libs do not run on my apache 2.
So while waiting for him to send me exactly his apache version, I was again trying to compile neko. So - here is my general approach. 1. installing apache2, boehmgc as 32 bit version using port 2. making the neko lib from source. ok…now here is my point… I have the impression that the makefile was written as a time, when mac compiled per default to 32bit. So, even if not uncommenting the D_64BITS option, it tries to compile and link to 64 bit. I am using Xcode 4.1 command line tools to compile it. By adding the -m32 option to CFLAGS I could manage to compile a 32bit version. Now I am stuck at another point: cc -o bin/std.ndll libs/std/buffer.o libs/std/date.o libs/std/file.o libs/std/init.o libs/std/int32.o libs/std/math.o libs/std/string.o libs/std/random.o libs/std/serialize.o libs/std/socket.o libs/std/sys.o libs/std/xml.o libs/std/module.o libs/common/sha1.o libs/std/md5.o libs/std/utf8.o libs/std/memory.o libs/std/misc.o libs/std/thread.o libs/std/process.o -bundle -undefined dynamic_lookup -L/bin -lneko ld: library not found for -lneko ok…. journey goes on… Anybody managed to compile a 32Bit variant on Mac with Xcode 4.1? Greetings, Nico. On 20 Mar 2012, at 16:11, Quickform | Marcus Bergstrom wrote: > Sent you instructions to your mail account. > Let's see if we can get it working on yours too. > If we do, I should maybe create a git repo for the mac+mamp users. > > cheers, > > Marcus Bergstrom > [email protected] > > -- > Neko : One VM to run them all > (http://nekovm.org)
-- Neko : One VM to run them all (http://nekovm.org)
