You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ken 22abc7086e Initial commit 4 years ago
..
aix.3.2 Initial commit 4 years ago
bsd.4.4 Initial commit 4 years ago
bsdi.1.0 Initial commit 4 years ago
clib Initial commit 4 years ago
dgux.5.4 Initial commit 4 years ago
hpux.9.01 Initial commit 4 years ago
include Initial commit 4 years ago
irix.4.05F Initial commit 4 years ago
linux Initial commit 4 years ago
osf.1.0.2 Initial commit 4 years ago
ptx.2.0 Initial commit 4 years ago
sinix.5.41 Initial commit 4 years ago
sunos.4.1.1 Initial commit 4 years ago
sunos.5.2 Initial commit 4 years ago
ultrix.4.2 Initial commit 4 years ago
Makefile Initial commit 4 years ago
README Initial commit 4 years ago
hpux.8.07 Initial commit 4 years ago
osf.1.3 Initial commit 4 years ago
osf.2.0 Initial commit 4 years ago
solaris.2.2 Initial commit 4 years ago
sunos.4.1.2 Initial commit 4 years ago
sunos.4.1.3 Initial commit 4 years ago
ultrix.4.3 Initial commit 4 years ago

README

#	@(#)README	8.6 (Berkeley) 6/20/94

This is the area for building the libdb library. There are a number
of porting directories, for various architecture/OS combinations. Pick
the one that's closest to yours and try "make". For the rest of this
file, I'll use "MACH" as a fake architecture/OS name.

To PORT to a new system, create the following subdirectories and
symbolic links.

mkdir MACH (for example: mkdir sunos.4.0)
cd MACH
cp ../Makefile .
chmod 664 Makefile
ln -s ../clib .
mkdir include
ln -s include sys
cd include
ln -s ../../include/*.h .
rm compat.h
cp ../../include/compat.h .
chmod 664 compat.h
cd ..

The basic idea is that you now have a local area that you can modify.
In particular, you have local copies of the Makefile and the include
file compat.h. Read through the Makefile and compat.h and make whatever
changes are appropriate to your system. If there's an architecture
that's close to yours, you probably should diff the Makefile and
compat.h in that tree against the standard