"Kevin Glynn" <[EMAIL PROTECTED]> writes:

> You can't run Mozart on a 64 bit architecture.
>
> What works quite nicely is to create a 32 bit chroot and run it in
> there.  I think there are instructions in the archives of this mailing
> list.

You don't need a chroot for that. I run a 32-bit mozart on a 64-bit
ubutnu system without problems. You just need the right
libraries. Install libc6-i386 on ubuntu and build a 32-bit libgmp.
You'll probably need to build your mozart on a 32-bit machine, though.

krank% ldd mozart/platform/linux-i486/emulator.exe
        linux-gate.so.1 =>  (0xffffe000)
        libgmp.so.3 => /home/david/lib32/libgmp.so.3 (0x55576000)
        libdl.so.2 => /lib32/libdl.so.2 (0x555c3000)
        libnsl.so.1 => /lib32/libnsl.so.1 (0x555c7000)
        libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0x555e0000)
        libm.so.6 => /lib32/libm.so.6 (0x556d3000)
        libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0x556f8000)
        libc.so.6 => /lib32/libc.so.6 (0x55703000)
        /lib/ld-linux.so.2 (0x55555000)

-- 
David Kågedal

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

Reply via email to