Hello,I have successfully installed Mozart on an Intel Mac (compiling GMP and Mozart), but I'm now trying to install it on a PPC Mac using the provided package.
Installing only the package does not work: oz launches Carbon Emacs but I get in the oz emulator window:
Process Oz Emulator trace/BPT trap If I run ozc in a shell, I get: dyld: Library not loaded: /usr/local/lib/libgmp.3.dylib Referenced from: /usr/local/oz/platform/powermac-darwin/emulator.exe Reason: image not found zsh: trace trap ozcSo I tried to install GMP. I finally found the options needed for it to generate a dylib library (--enable-cxx --enable-shared) but it also fails now with a different reason:
dyld: Library not loaded: /usr/local/lib/libgmp.3.dylib
Referenced from: /usr/local/oz/platform/powermac-darwin/emulator.exe
Reason: no suitable image found. Did find:
/usr/local/lib/libgmp.3.dylib: mach-o, but wrong architecture
/usr/local/lib/libgmp.3.dylib: mach-o, but wrong architecture
zsh: trace trap ozc
I don't know what to try next except recompiling Mozart (but I'm
doing this to provide a simple installation to other users, so it's
not really satisfying).
Thank you for any suggestion, Alan -- Alan Schmitt <http://alan.petitepomme.net/>The hacker: someone who figured things out and made something cool happen.
.O. ..O OOO
PGP.sig
Description: This is a digitally signed message part
_________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
