[omniORB] 2.8.0 release
Rob Cecil
rceci@master.adams.com
Mon, 27 Sep 1999 12:59:57 -0400
--------------2ECB93C743FA962BE3DC8233
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
The released version of 2.8.0 builds ot of the box on Solaris 2.5.1, and Irix 6.4-n32
without any problems. The new powerpc_aix_4.3.mk platform file works beautifully.
However, there is one more change that is required to src/lib/omnithread/posix.cc. Please
add
#if defined(__aix__)
#include <unistd.h>
#endif
Apparently this is required to provide a prototype for the global sleep() function.
Thanks
--
| Rob Cecil | Senior Development Engineer |
| rceci@adams.com | Product Development |
| (734) 913-9351 | Mechanical Dynamics, Inc. (www.adams.com) |
--------------------------------------------------------------------
--------------2ECB93C743FA962BE3DC8233
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
The released version of 2.8.0 builds ot of the box on Solaris 2.5.1, and
Irix 6.4-n32 without any problems. The new powerpc_aix_4.3.mk platform
file works beautifully. However, there is one more change that is
required to src/lib/omnithread/posix.cc. Please add
<p>#if defined(__aix__)
<br>#include <unistd.h>
<br>#endif
<p>Apparently this is required to provide a prototype for the global sleep()
function.
<p>Thanks
<br>
<pre>--
| Rob Cecil | Senior Development Engineer |
| rceci@adams.com | Product Development |
| (734) 913-9351 | Mechanical Dynamics, Inc. (www.adams.com) |
--------------------------------------------------------------------</pre>
</html>
--------------2ECB93C743FA962BE3DC8233--