This is the README for the FPK-pascal compiler sources under Linux.
The compiler version is 0.9.1

Everything to compile and install the libraries and compiler is set in the
Makefile in this directory. There also you can set all important install
options. You don't have to edit the makefiles in the subdirectories, 
although you can use them separately (with maybe different effects...).
Everything can be set in the main Makefile.
You should at least check 3 things in the main Makefile:
- Define if you want the compiler and units linked against the C library
- set a define if you have an a.out linux system.
- give the directory where libgcc.a lives, if you want to link to the C
  library.
if you don't do this _correctly_, you will not be able to compile.
All the other things are optional.

The makefile understands the following commands :

+ rtl      : compile the run-time library
+ compiler : compile the compiler
+ units    : compile extra units.
+ all      : do the previous things (in that order)
+ install  : do all if necessary, and then install.
+ clean    : removes all unnecesary files.
+ dvi      : make the documentation in LaTeX
+ ps       : make the documentation in PostScript (needs LaTeX)
+ html     : make the documentation in latex2html
+ cleandoc : clean documentation directory.

So, as a quick start, do a 'make all', and let things happen...

Comments/suggestions concerning the compiler/rtl can be sent to:

Linux rtl & units                   : mmay@dnaco.net
Linux Compiler, units, docs and rtl : michael@tfdec1.fys.kuleuven.ac.be
Compiler and general                : fnklaemp@haegar.cip.tu-muenchen.de


Michael.