
Read the m2f.lsm and ChangeLog for a summary of this
release.

To rebuild the compiler from sources type:

make all
su
make install


this will put the compiler and libraries in
$(RELEASEROOT)/bin and $(RELEASEROOT)/libs respectively.
You may want to alter the definition of RELEASEROOT
which is currently defined in ../make.rules


Note that when before running the compiler it is advisable to
set up two environment variables: M2PATH and M2OPTIONS.
Example:

export M2PATH="/usr/m2/libs ."
export M2OPTIONS=-g

(Actually the compiler path defaults to "/usr/m2/libs ."
 so it will work without this.)

For further examples consult the manual page (man m2f).

Any problems, please email me: gaius@glam.ac.uk
