Dear Chris,

The first issue was the configure script that is unable of determine my
architecture (as you pointed out). So the firt error was present in
platform/dss/: CPU does not support x86-64 instruction set. Then I manually
change platform/dss/Makefile.vars from -march=i386 to -march=x86-64. This
change was not successful, as expected. Then I change from -march=x86-64 to
-m32 which was a successful change. Then the compilation was failing in the
emulator by the same reason, but this time the error was "loss of
precision". Then I change in the Makefile.vars of the emulator from
-march=i386 to -m32, this solved the presicion problem but now I have
another error with the linking part.
Right now I'm in home, so I have no the same machine for trying something
else. However I think the problem remains on the g++ flags, that's why I
need a confirmation of the error in a similar machine. Anybody can do
compile on a Darwin 32bit OS and a intel 64bit processor?

Thanks a lot,

2011/5/5 Chris Double <[email protected]>

> 2011/5/6 Andrés Felipe Barco Santa <[email protected]>:
> > As I pointed out in another thread, I could not build Mozart 1.4.0 from
> > source on my iMac machine. Maybe someone out there has the same problem,
> it
> > will be nice to document it as well.
>
> Were you able to find out the information I emailed about to help
> track the issue down? Basically the log of the configure script, or
> running 'config.guess' to tell me what Mozart thinks your machine is.
> Or have you resolved that problem now?
>
> Chris.
> --
> http://www.bluishcoder.co.nz
>
> _________________________________________________________________________________
> mozart-users mailing list
> [email protected]
> http://www.mozart-oz.org/mailman/listinfo/mozart-users
>



-- 
Andrés Felipe Barco Santa
Ingeniero de Sistemas
Profesor Hora Cátedra
Pontificia Universidad Javeriana
América del Sur
http://cic.javerianacali.edu.co/~anfelbar
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to