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

Reply via email to