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:
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
16 - Uname BIF doesn't return anything.
17 - Execution of external commands crash Regina.