Donato Azevedo wrote:
> I am having a problem compiling several packages because of a pthreads
> include problem.
> 
> When I try and compile a wxWidgets app or rta (www.rtai.org) I get the
> following error:
> /usr/local/include/pthread.h:285: error: conflicting declaration
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

> [...] from what
> Ive seen pthread.h is bundled with glibc-devel package 

Correct. But the standard pthread.h (from glibc-devel) is in
/usr/include, not in /usr/local/include.

Th.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to