[go: up one dir, main page]

File: README.VMS

package info (click to toggle)
regina 0.08h-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,724 kB
  • ctags: 4,101
  • sloc: ansic: 33,311; lex: 1,881; sh: 1,565; yacc: 1,129; makefile: 624
file content (17 lines) | stat: -rw-r--r-- 664 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is a preliminary version of Regina for OpenVMS.  It has been
tested on OpenVMS 6.1, 6.2 on VAX and AXP systems.

To build Regina, you need MMK.  This can be obtained from:
ftp://ftp.wku.edu/

Run the build.com DCL script to compile and link Regina.  This is a
front-end to the MMK description file; descrip.mms.

Things that don't work:

- Stream BIF when the target is a directory.  This is due to the C runtime
  funtion stat() not behaving the same as on other operating systems.
- Time('O') does not work.  The C runtime function gmtime() does not
  return valid values.
- Uname BIF doesn't return anything.
- Execution of external commands crash Regina.