head	1.2;
access;
symbols
	RPM_4_2_1:1.1.1.4
	RPM_4_2:1.1.1.4
	RPM_4_1_1:1.1.1.4
	RPM_4_1:1.1.1.3
	RPM_4_0_5:1.1.1.2
	RPM_4_0_4:1.1.1.1
	RPM:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2008.01.02.09.54.53;	author rse;	state dead;
branches;
next	1.1;
commitid	z4cpSiAhOCXk5PLs;

1.1
date	2002.01.08.00.30.11;	author rse;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.01.08.00.30.11;	author rse;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2003.01.18.13.49.01;	author rse;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2001.10.15.03.47.34;	author rse;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2003.01.18.14.04.59;	author rse;	state Exp;
branches;
next	;


desc
@@


1.2
log
@remove the ancient RPM 4.2.1 source tree copy
@
text
@<!--Id: macosx.so,v 11.1 2001/09/21 16:23:52 bostic Exp -->
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
<!--All rights reserved.-->
<html>
<head>
<title>Berkeley DB Reference Guide: Mac OS X</title>
<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,java,C,C++">
</head>
<body bgcolor=white>
<a name="2"><!--meow--></a>
<table width="100%"><tr valign=top>
<td><h3><dl><dt>Berkeley DB Reference Guide:<dd>Building Berkeley DB for UNIX systems</dl></h3></td>
<td align=right><a href="../../ref/build_unix/linux.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/build_unix/osf1.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p>
<h1 align=center>Mac OS X</h1>
<p><ol>
<p><li><b>I can't use the Berkeley DB Tcl and Java APIs on Mac OS X.</b>
<p>The Berkeley DB configuration and build procedure is unable to dynamically
load libraries on Mac OS X.  This restriction is expected to be removed
in future Berkeley DB releases.
</ol>
<table width="100%"><tr><td><br></td><td align=right><a href="../../ref/build_unix/linux.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../../reftoc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../../ref/build_unix/osf1.html"><img src="../../images/next.gif" alt="Next"></a>
</td></tr></table>
<p><font size=1><a href="http://www.sleepycat.com">Copyright Sleepycat Software</a></font>
</body>
</html>
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import: RPM 4.0.4
@
text
@@


1.1.1.2
log
@Import: RPM 4.0.5
@
text
@d1 2
a2 2
<!--Id: macosx.so,v 11.7 2002/09/05 15:59:10 bostic Exp -->
<!--Copyright 1997-2002 by Sleepycat Software, Inc.-->
a3 1
<!--See the file LICENSE for redistribution information.-->
d19 1
a19 1
<p><li><b>I cannot use the Java API on Mac OS X.</b>
d21 2
a22 15
load some libraries on Mac OS X.  This restriction is expected to be
removed in future Berkeley DB releases.
<p>There is a workaround for Java.  Mac OS X normally requires Java
loadable libraries to end with a .jnilib extension.  Libtool, used by
our build procedure, does not support this extension.  To work around
this, you must add a -D option to your Java command line to specify the
complete pathname of the installed library:
<p><blockquote><pre>% java -Dsleepycat.db.libfile=/full/path/to/libdb_java-VERSION.so</pre></blockquote>
<p><li><b>I cannot run the test suite on Mac OS X.</b>
<p>The Mac OS X 10.1 and 10.2 Developer Tools installer will optionally
install one additional package called simply, "BSD SDK".  That package
contains the additional parts of the TCL distribution required to
configure, compile and run the Berkeley DB test suite.  The Berkeley DB configuration
step will need the flag "--with-tcl=/System/Library/Tcl/8.3" added to
the arguments in order to locate the now installed TCL distribution.
@


1.1.1.3
log
@Import: RPM 4.1
@
text
@d1 2
a2 2
<!--Id: macosx.so,v 11.1 2001/09/21 16:23:52 bostic Exp -->
<!--Copyright 1997-2001 by Sleepycat Software, Inc.-->
d4 1
d20 1
a20 1
<p><li><b>I can't use the Berkeley DB Tcl and Java APIs on Mac OS X.</b>
d22 15
a36 2
load libraries on Mac OS X.  This restriction is expected to be removed
in future Berkeley DB releases.
@


1.1.1.4
log
@Import: RPM 4.1.1
@
text
@d1 2
a2 2
<!--Id: macosx.so,v 11.7 2002/09/05 15:59:10 bostic Exp -->
<!--Copyright 1997-2002 by Sleepycat Software, Inc.-->
a3 1
<!--See the file LICENSE for redistribution information.-->
d19 1
a19 1
<p><li><b>I cannot use the Java API on Mac OS X.</b>
d21 2
a22 15
load some libraries on Mac OS X.  This restriction is expected to be
removed in future Berkeley DB releases.
<p>There is a workaround for Java.  Mac OS X normally requires Java
loadable libraries to end with a .jnilib extension.  Libtool, used by
our build procedure, does not support this extension.  To work around
this, you must add a -D option to your Java command line to specify the
complete pathname of the installed library:
<p><blockquote><pre>% java -Dsleepycat.db.libfile=/full/path/to/libdb_java-VERSION.so</pre></blockquote>
<p><li><b>I cannot run the test suite on Mac OS X.</b>
<p>The Mac OS X 10.1 and 10.2 Developer Tools installer will optionally
install one additional package called simply, "BSD SDK".  That package
contains the additional parts of the TCL distribution required to
configure, compile and run the Berkeley DB test suite.  The Berkeley DB configuration
step will need the flag "--with-tcl=/System/Library/Tcl/8.3" added to
the arguments in order to locate the now installed TCL distribution.
@


