The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




Thread: Posix
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-10-2008
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,807
POSIX is a specification, not a product. pthreads is what POSIX threads support is often called. It looks like you are missing a library - libpthreads - at the very least. Your distribution media should already have it.

I do know that for earlier versions of Solaris you had to request it... don't know if that is true for Solaris 8 or not.