source: trunk/third/db/build_vms/README @ 17055

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
3README for Berkeley DB on OpenVMS 3-Nov-1998
4
5The DB libraries and utilities have been built and casually tested on
6OpenVMS 7.1 with the DECC compiler.  The DB testing suite has not been
7ported to OpenVMS, so extensive testing was not done.
8
9DB will not build on OpenVMS 6.x due to the lack of some C RTL functions
10such as mmap().
11
12The included makefile should work with little or no modifications with
13the make program from the DECUS library.  It has only been used to build
14the object library and the utilities (no doc or test routines):
15
16LIBDB.OLB
17DB_ARCHIVE.EXE
18DB_CHECKPOINT.EXE
19DB_DEADLOCK.EXE
20DB_DUMP.EXE
21DB_LOAD.EXE
22DB_RECOVER.EXE
23DB_STAT.EXE
Note: See TracBrowser for help on using the repository browser.