To compile your own binary of the MiNTlib, I recommend at least gcc
2.7.x, gas 2.9, and Atari gcc binutils PL40.  Gas 2.51 has a bug; it
doesn't like \r in its input files.  Gas 1.38 should work, but it does
not optimize the object code and will not recognize opcodes for
processors > 68030 (should you choose to build the lib for 68040 or
greater).

If you must, you can use gcc 2.5.8 or 2.6.x with minor changes to the
optimization options in the Makefile.

Basic steps:

1. Create a working directory

2. Create directory /usr/lib/m68000 or /usr/lib/68020

3. Copy mntlib48.tgz and mntinc48.tgz into your working dir.

4. tar xvzf mntlib48.tgz ; tar zvzf mntinc48.tgz 

5. ls  should yield:

include/ lib/

6. cd lib

7. make top020 (for a >= 68020 build) or
   make top    (for a 68000 build)

8. Wait.  A long.  Time.

9. binary will be found in /usr/lib/m68000 or
/usr/lib/m68020

10. Copy the contents of working_dir/include into /usr/include
