home *** CD-ROM | disk | FTP | other *** search
- Here's my (dodgy) port of MiNTlib to Sozobon C.
-
- This has not been fully tested, and there is no floating point support,
- because I have no interest in that direction.
-
- I used the Sozobon C 2.0 source as distributed, built under GCC 1.39 as
- a UNIX hosted cross compiler, to do my original port (which was
- released as part of pl18 of the library). Later versions were done with
- Ian Lepore's 1.33i release. I used GNU make; your mileage under any
- other make may vary. I did carry on using a version of ar compiled with
- the GCC, since only a version compiled with the MiNTlib understands
- about long arg lists, such as the enourmous list of modules given.
-
- To build this library, delete all the *.s and *.cpp files from the main
- lib directory, and also linea.c, which clashes with linea.s. Then copy
- all the files in the sozobon directory into the lib directory, and hit
- make (some adjustment of the makefile may be necessary).
-
- You might look on this as a farewell gift to MiNT, since I'm awaiting
- delivery of a brand new 386DX-33 PC to try Linux out on; if it works,
- I'm unlikely to use my ST much any more other than for soundtracking
- and archival purposes (though I will try to build a cross-gcc, to keep
- an eye on how MiNT progresses).
-
- -- Dave Gymer (dpg@Cs.Nott.AC.UK)
-