Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: HPUX 11, threads, and cma

Re: HPUX 11, threads, and cma

From: Shane Seymour <seymourm_at_bigpond.com>
Date: Sat, 26 Jun 1999 22:05:03 +1000
Message-ID: <3774C1EF.86D7AD20@bigpond.com>


Phil,

Look in the pthread.h header file, you notice that you need another -D to use cma threads, otherwise you get the include files for posix standard threads not draft 4 threads.

Shane

"Phil T. French" wrote:

>
> My application works fine if I remove the calls to Oracle, so it must be
> somewhere in those libs. Here's the compile defines I added:
> -D_POSIX_SOURCE -D_POSIX_C_SOURCE=1990506L -D_XOPEN_SOURCE
> -D_XOPEN_SOURCE_EXTENDED. I'm using sockets so I prefer the XOPEN
> standard.
>
Received on Sat Jun 26 1999 - 07:05:03 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US