home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / c / gmp / Arc-Readme next >
Encoding:
Text File  |  1995-02-22  |  628 b   |  14 lines

  1. This is a port of the GNU multiple precision library to RISC OS. The only
  2. changes are trivial and can be found by searching for ARCH in the source
  3. files. Actually the biggest job in porting it was getting the directory
  4. structure into a sane state!
  5.  
  6. The code was compiled with gcc -mstubs and therefore does not need UnixLib
  7. to link. If you don't have a stubs library, take a look on ftp for gststubs
  8. which is a freeware version, with which this library was tested.
  9.  
  10. Many thanks to Gareth McCaughan for his library file builder, makeALF, which
  11. was used to build the library file (strangely enough ;-)
  12.  
  13. Alun Jones, auj@aber.ac.uk
  14.