Revision 17055,
710 bytes
checked in by ghudson, 23 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r17054,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | # $Id: README,v 1.1.1.2 2002-02-11 16:24:39 ghudson Exp $ |
---|
2 | |
---|
3 | README for Berkeley DB on OpenVMS 3-Nov-1998 |
---|
4 | |
---|
5 | The DB libraries and utilities have been built and casually tested on |
---|
6 | OpenVMS 7.1 with the DECC compiler. The DB testing suite has not been |
---|
7 | ported to OpenVMS, so extensive testing was not done. |
---|
8 | |
---|
9 | DB will not build on OpenVMS 6.x due to the lack of some C RTL functions |
---|
10 | such as mmap(). |
---|
11 | |
---|
12 | The included makefile should work with little or no modifications with |
---|
13 | the make program from the DECUS library. It has only been used to build |
---|
14 | the object library and the utilities (no doc or test routines): |
---|
15 | |
---|
16 | LIBDB.OLB |
---|
17 | DB_ARCHIVE.EXE |
---|
18 | DB_CHECKPOINT.EXE |
---|
19 | DB_DEADLOCK.EXE |
---|
20 | DB_DUMP.EXE |
---|
21 | DB_LOAD.EXE |
---|
22 | DB_RECOVER.EXE |
---|
23 | DB_STAT.EXE |
---|
Note: See
TracBrowser
for help on using the repository browser.