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.
k On Wed, Sep 3, 2008 at 5:27 PM, mark richardson <[EMAIL PROTECTED]> wrote: > Hi, > > Solved some problems with configure but I've hit a brick wall with this. > > configure runs through fine except warning me > > 'unknown platform unknown-unknown' > > make then fails with > > dirs="dss emulator wish tools"; \ > for i in $dirs; do \ > if (cd $i && make all); \ > then true; \ > else exit 1; \ > fi; \ > done > make[1]: Entering directory > `/home/mark/Desktop/mozart-1.4.0.20080704-src/mozart-1.4.0.20080704/platform/dss' > g++ -march=x86_64 -mtune=x86_64 -O3 -fomit-frame-pointer -funsigned-char -I. > -I./include -fno-exceptions -Winline -Weffc++ -Wall -Wold-style-cast > -Woverloaded-virtual -Wshadow -c -o base.o ./src/base.cc > ./src/base.cc:1: error: bad value (x86_64) for -march= switch > ./src/base.cc:1: error: bad value (x86_64) for -mtune= switch > make[1]: *** [base.o] Error 1 > make[1]: Leaving directory > `/home/mark/Desktop/mozart-1.4.0.20080704-src/mozart-1.4.0.20080704/platform/dss' > make: *** [all] Error 1 > > Can anyone help? > > Regards > > Mark > > Hi, > > Can anyone help? > > I'm trying to install Mozart on Kubuntu 64 bit (Version 8.04). > There is no package available using 'apt-get install mozart' , only the docs > and stdlib. > Also, I've downloaded the source tarballs but when I run configure I get the > message > . > . > checking for C++ compiler default output file name... > configure: error: C++ compiler cannot create executables > See `config.log' for more details. > configure: error: > /home/mark/Desktop/mozart-1.4.0.20080704-src/mozart-1.4.0.20080704/platform/dss/configure > failed for dss > configure: error: > /home/mark/Desktop/mozart-1.4.0.20080704-src/mozart-1.4.0.20080704/platform/configure > failed for platform > > I'm no expert with configure/make etc, but as far as I am aware, my gcc is > installed fully and correctly. > I'm still working on this, downloading some 32 bit support libraries at the > moment, but any help would be appreciated. > (Didn't have this problem with Mandriva!) > > Regards > Mark > > -- > Mark Richardson > Final year undergraduate > University of Teesside > > > ________________________________ > _________________________________________________________________________________ > mozart-users mailing list > [email protected] > http://www.mozart-oz.org/mailman/listinfo/mozart-users > > -- > Mark Richardson > Final year undergraduate > University of Teesside > > > ________________________________ > _________________________________________________________________________________ > mozart-users mailing list > [email protected] > http://www.mozart-oz.org/mailman/listinfo/mozart-users > > -- > Mark Richardson > Final year undergraduate > University of Teesside > > _________________________________________________________________________________ > 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
