ATT Labs

AT&T Laboratories
Cambridge

Home page About Us Interactive research Software Opportunities

omniORB2 - bug report

Report number 3

Reported by Adrian Joubert

Date 21 May 1997

Platforms Linux

Version omniORB_2.2.0

Description Problem compiling thread package when Linux distribution does not contain pthread/mit/sys/timers.h

Workaround PATCH #2
-------------- cut here --------------------------
*** src/lib/omnithread/posix.cc Tue May  6 16:58:40 1997
--- ../latest/src/lib/omnithread/posix.cc     Thu May 22 13:36:05 1997
***************
*** 50,56 ****
  #include 
  #include "omnithread.h"
  
! #ifdef __linux__
  #include 
  #endif
  
--- 50,56 ----
  #include 
  #include "omnithread.h"
  
! #if defined(__linux__) && defined(_MIT_POSIX_THREADS)
  #include 
  #endif

-------------- end -------------------------------


Action This patch will be incorporated in the next release.

Status

[ omniORB main page| Technical details| Performance measurements|
Documentation| Download a free distribution]

If you need more information, contact [email protected]. We'd like to hear from you.

For comments, suggestions and further information please contact us.
Copyright © 2001 AT&T Laboratories Cambridge