[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::digital_unix

Title:DIGITAL UNIX(FORMERLY KNOWN AS DEC OSF/1)
Notice:Welcome to the Digital UNIX Conference
Moderator:SMURF::DENHAM
Created:Thu Mar 16 1995
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:10068
Total number of notes:35879

9648.0. "I need the library libpthread.a" by IB004::BERNAT () Tue Apr 29 1997 04:59


	Hello.

	I need to know in wich subset I could find the librery libpthread.a               
	My Digital Unix version is 3.2


			Thanks in advance.


			Josep Mar�a Bernat 
T.RTitleUserPersonal
Name
DateLines
9648.1OSFPGMRxxxEVTAI1::BROCHARDManuel Brochard - French CSCTue Apr 29 1997 06:577
    
    I think you mean libpthreads.a, not libpthread.a
    
    issue a simple : grep libpthread /usr/.smdb./*.inv
    and you'll get : OSFPGMRxxx
    
    	Manuel.
9648.2DCETHD::BUTENHOFDave Butenhof, DECthreadsTue Apr 29 1997 07:129
If you're really looking for "libpthread.a", that is, a static library for
the POSIX threads interface, you're looking in the wrong place. There's no
such thing as a POSIX threads interface until Digital UNIX 4.0. Earlier
systems had only DCE threads, which live in libpthreads{.a|.so}.

Also, be aware that there is no static library (.a) for threads (either DCE
or POSIX) on Digital UNIX 4.0.

	/dave