Dear all,

To install Mozart 1.3.2 on FreeBSD 7.0RC2 you can follow this procedure (do not try to use the FreeBSD port):

Pre-install phase:
- Install the last version of GMP (ftp://ftp.gnu.org/pub/gnu/gmp/gmp-4.2.2.tar.gz)
- Install emacs
- Add the path to gmp.h in CPATH (e.g., setenv CPATH ${CPATH}:/usr/local/include/:/usr/include)

create the Makefile with the CORRECT paths to your gmp library and your tk:
./configure --with-gmp=/usr/local/lib --with-tkinclude=/usr/local/include/tk8.4/
compile: gmake

Install phase: gmake install

Post-Install: add path to Oz in $PATH

Enjoy!

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

Reply via email to