home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / unixlib / !UnixLib / !Help < prev    next >
Encoding:
Text File  |  1994-09-30  |  1.4 KB  |  49 lines

  1.                                 UnixLib 3.6e
  2.                                 ~~~~~~~~~~~~
  3.  
  4. This document provides a VERY short introduction to UnixLib, and only covers
  5. the RISC OS specific details of using UnixLib. It does not document what
  6. facilites it provides, or how it works. For this you should look ate the
  7. various documents elsewhere in thsi distribution, the source, and a proper
  8. manual.
  9.  
  10.  
  11.  
  12. Installation
  13. ~~~~~~~~~~~~
  14.  
  15. Installation is quite simple. Copy the !UnixLib directory to an appropriate
  16. location on your hard disc, and ensure that !UnixLib.!Boot is run during the
  17. boot up process.
  18.  
  19.  
  20.  
  21. UnixLib and GCC
  22. ~~~~~~~~~~~~~~~
  23.  
  24. UnixLib is the default library for GCC, and there are no actions that need
  25. to be taken to use this combination.
  26.  
  27.  
  28.  
  29. UnixLib and Norcroft C
  30. ~~~~~~~~~~~~~~~~~~~~~~
  31.  
  32. By default Norcroft C uses the ANSI library that come with the compiler. To
  33. use UnixLib, you have to change its behaviour, by using the following
  34. command switches
  35.  
  36.         -IUnix: -JUnix: -lUnix:o.UnixLib
  37.  
  38. If you are using a seperate link stage, the -l switch is not needed, instead
  39. you should specifiy Unix:o.UnixLib in the link command line.
  40.  
  41. If using the DDE frontend '!CC', the following needs to be changed
  42.  
  43. The 'Include' field should be changed to 'Unix:'
  44. On the popup menu, the 'Default path' should be set to 'Unix:', while the
  45. 'librariries' should be set to 'Unix:o.UnixLib'.
  46.  
  47. For !Link, Unix:o.UnixLib shoukd be specified as one of the files to be
  48. linked.
  49.