home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mntlib25.zoo / sozobon / readme.dpg < prev    next >
Text File  |  1992-02-25  |  1KB  |  26 lines

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