1<!--$Id: osf1.so,v 11.11 2004/10/18 20:10:41 bostic Exp $-->
2<!--Copyright (c) 1997,2008 Oracle.  All rights reserved.-->
3<!--See the file LICENSE for redistribution information.-->
4<html>
5<head>
6<title>Berkeley DB Reference Guide: OSF/1</title>
7<meta name="description" content="Berkeley DB: An embedded database programmatic toolkit.">
8<meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++">
9</head>
10<body bgcolor=white>
11<a name="2"><!--meow--></a>
12<table width="100%"><tr valign=top>
13<td><b><dl><dt>Berkeley DB Reference Guide:<dd>Building Berkeley DB for UNIX/POSIX systems</dl></b></td>
14<td align=right><a href="../build_unix/macosx.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../build_unix/qnx.html"><img src="../../images/next.gif" alt="Next"></a>
15</td></tr></table>
16<p align=center><b>OSF/1</b></p>
17<ol>
18<p><li><b>I can't compile and run multithreaded applications.</b>
19<p>Special compile-time flags are required when compiling threaded
20applications on OSF/1.  If you are compiling a threaded application, you
21must compile with the _REENTRANT flag:</p>
22<blockquote><pre>cc -D_REENTRANT ...</pre></blockquote>
23<p>The Berkeley DB library will automatically build with the correct options.</p>
24</ol>
25<table width="100%"><tr><td><br></td><td align=right><a href="../build_unix/macosx.html"><img src="../../images/prev.gif" alt="Prev"></a><a href="../toc.html"><img src="../../images/ref.gif" alt="Ref"></a><a href="../build_unix/qnx.html"><img src="../../images/next.gif" alt="Next"></a>
26</td></tr></table>
27<p><font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
28</body>
29</html>
30