Hello everyone,
it seems that this (
http://www.mozart-oz.org/download/view.cgi?action=freebsd&version=1.4.0 )
information about Mozart on FreeBSD installation is slightly outdated.
Here is the right sequence of steps:
1) install libgmp4, tk84 and emacs ports
2) configuration: ./configure --with-inc-dir=/usr/local/include/
--with-lib-dir=/usr/local/lib --with-tkinclude=/usr/local/include/tk8.4/
3) quick hack with include and library paths: export
CPATH=/usr/local/include && export LIBRARY_PATH=/usr/local/lib
4) patch DSS makefile: cd mozart/platform/dss, open Makefile in a text
editor and add libDSS.a prerequisite to "all" target.
5) gmake && gmake install
6) /usr/local/oz/bin/oz - starts OPI
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to