Hi Alan,

Some students over here has used the darwinports packages also for the PPC's... you probably used that way to install Mozart in the Mac Intel. I don't know how to fix those problems related to the PPC packages.

cheers
Boriss

Alan Schmitt wrote:
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  ozc


So 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




------------------------------------------------------------------------

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to