| 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 |
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.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 9648.1 | OSFPGMRxxx | EVTAI1::BROCHARD | Manuel Brochard - French CSC | Tue Apr 29 1997 05:57 | 7 |
I think you mean libpthreads.a, not libpthread.a
issue a simple : grep libpthread /usr/.smdb./*.inv
and you'll get : OSFPGMRxxx
Manuel.
| |||||
| 9648.2 | DCETHD::BUTENHOF | Dave Butenhof, DECthreads | Tue Apr 29 1997 06:12 | 9 | |
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
| |||||