home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pasos2b.zip / readme.pc < prev   
Text File  |  1993-11-09  |  2KB  |  59 lines

  1.                 
  2.                         Eindhoven, 9 november, 1993
  3.  
  4. NOTE: IMPORTANT.
  5.       This compiler does not include an assembler, but it does require one.
  6.  
  7.       And currently it is very picky. 
  8.     It generates code for MASM 6.0A (note the A !!)
  9.     And TASM
  10.  
  11.       I had severe problems with people using the regular MASM 6.0, the major
  12.       reason was wrong address calculations.
  13.       I haven't tried it with MASM 5.x, since I don't have it.
  14.       
  15.       If you can't get it to run with MASM 6.0, go and yell at MS to make
  16.       MASM 6.0A more freely available. So people can buy it.
  17.       
  18. =================================
  19. This archive contains a 32-bit pascal compiler which accepts standard PASCAL
  20. as described in the Pascal User Manual, by Jensen and Wirth.
  21.  
  22. To be able to run this compiler, (not the compiler output) you'll need the
  23. EMX-runtime enviroment, written by Eberhart Mattes. This is available at many
  24. sites which have OS/2 tools. Including ftp.cdrom.com.
  25. It will also be availe from the original source:
  26.     ftp.eb.ele.tue.nl:/pub/pc/src/pascal/*
  27.  
  28. Note that despite the '.../src/...' in the path there are no sources currently
  29. in the package. The code is just not clean enough to be released.
  30.  
  31. Next to this is the GNU-CPP used, until I get my own PASCAL-preprocessor up 
  32. and running. CPP is included in this package, the sources as required are
  33. also available at the above locations. I see no need to duplicate this.
  34.  
  35. To install the compiler:
  36.     - Create a target directory.
  37.     - run 
  38.     unzip pasos2 <target-dir>
  39.       this will create directories:
  40.     target/bin
  41.           /lib
  42.       and the file emxrt.zip       
  43.     - unpack the EMX-rt system. (if you haven't installed it already)
  44.       and follow the included instructions for the installation.
  45.     - Add 'target/bin' and to your path.
  46.     - Add the EXM/DLL directory to your libpath
  47.     
  48.  
  49. Questions, remarks and others can always be directed to:
  50.  
  51.     Willem Jan Withagen.                      phone: +31-(0)40-473401
  52.     Eindhoven University of Technology        fax:   +31-(0)40-474702
  53.     Room 10.35                                Email: wjw@eb.ele.tue.nl
  54.     PO Box 513
  55.     5600 MB Eindhoven
  56.     The Netherlands
  57.  
  58.               
  59.