forgotten commit. disabled until egl is adapted.
[AROS-Contrib.git] / regina / README.VMS
blob711e4fa69b600db8f403f4a39d574b309e7caaf8
1 This is a preliminary version of Regina for OpenVMS.  It has been
2 tested on OpenVMS 6.1, 6.2 on VAX and AXP systems.
4 To build Regina, you need MMK.  This can be obtained from:
5 ftp://ftp.wku.edu/
7 Run the build.com DCL script to compile and link Regina.  This is a
8 front-end to the MMK description file; descrip.mms.
10 Things that don't work:
12 - Stream BIF when the target is a directory.  This is due to the C runtime
13   funtion stat() not behaving the same as on other operating systems.
14 - Time('O') does not work.  The C runtime function gmtime() does not
15   return valid values.
16 - Uname BIF doesn't return anything.
17 - Execution of external commands crash Regina.