home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / adav313.zip / gnat-3_13p-os2-bin-20010916.zip / emx / readme.313p-os2 < prev   
Text File  |  2001-09-16  |  3KB  |  77 lines

  1.       This is Gnat the 3.13p Ada compiler binary distribution for OS/2.
  2.       =================================================================
  3.  
  4. It was built from gnat-3.13p-src.tgz available from:-
  5.  
  6. ftp://cs.nyu.edu/pub/gnat
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. This software package is provided 'as is' in the hope that it will be useful
  11. but with no warranty of any kind, implied or otherwise, as to it's suitability
  12. for any particular purpose.
  13. Conditions for use assume the acceptance that the decision to use it is the
  14. user's responsibility and that no liability can be accepted for any damage or
  15. data loss of any kind through the use of this package.
  16.  
  17. If you can not accept the above, then do not install it.
  18.  
  19. ------------------------------------------------------------------------------
  20.  
  21. See gnat-3.13p-src.tgz for the conditions for further distribution. The only
  22. extra request is that this package is distributed as is complete with this
  23. file.
  24.  
  25. ------------------------------------------------------------------------------
  26.  
  27. The intention has been to build a working version 3.13p which runs under OS/2.
  28. No attempt has been made so far to correct any problems with the original
  29. sources or any OS/2 specific problems associated with the port to OS/2.
  30.  
  31. Requirements for use include emx9d with the Ada enabled Gcc provided in gnudev
  32. and gppdev.
  33. Installation is by simply unzipping the archive into the EMX tree preserving
  34. the existing directory structure.
  35.  
  36. The following environment variables should be set prior to use:-
  37. set ADA_INCLUDE_PATH=?:\emx\gnatlib
  38. set ADA_OBJECTS_PATH=?:\emx\gnatlib
  39.  
  40. The following may also be needed depending upon your existing setup/needs:-
  41. set C_INCLUDE_PATH=?:/emx/include
  42. set CPLUS_INCLUDE_PATH=?:/emx/include/cpp;?:/emx/include
  43. set LIBRARY_PATH=?:\emx\lib
  44. set BEGINLIBPATH=?:\emx\dll;
  45.  
  46. The exact drives and paths should be adjusted to match your environment.
  47.  
  48.  
  49. It was built under eCS preview 1, OS/2 V4.51, and also tested on OS/2 V4.0
  50. with fix pack 12 applied.
  51.  
  52. Testing to date includes the successful compilation and execution of all the
  53. examples and the successful compilation and execution of the Booch components.
  54.  
  55. The Booch components used were bc-20010819.zip, with a couple of corrections
  56. announced in comp.lang.ada. There may well be an updated version available by
  57. the time you read this.
  58. The Booch components are maintained by Simon Wright and may be obtained from:-
  59.  
  60. http://www.pogner.demon.co.uk/components/bc/download.html
  61.  
  62. ------------------------------------------------------------------------------
  63.  
  64. I hope you find the package useful and enjoy using it.
  65.  
  66. Please send any comments and build related bug reports to:-
  67. dwparsons@t-online.de
  68.  
  69. Thanks and good luck,
  70.  
  71. Dave Parsons
  72. 16 Sept 2001
  73.  
  74.  
  75.  
  76.  
  77.