- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pthread.h file missing
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2003 08:20 AM
тАО02-26-2003 08:20 AM
pthread.h file missing
I am using HP Ansi C compiler on HPUX 10.20. When i am compiling my application, i am getting error "Can't open include file 'pthread.h'". I think pthread.h file will come with compiler, but i searched the include directory but not able to found. Can any one please tell me where pthread.h file resides. Thanks in advance.
Sreedhar Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2003 08:40 AM
тАО02-26-2003 08:40 AM
Re: pthread.h file missing
/usr/include/sys/pthread.h
Good luck
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2003 08:05 PM
тАО02-26-2003 08:05 PM
Re: pthread.h file missing
But it is missing in my system. Can you please tell me where can i get it? It is very urgent.
Thanks in advance.
Sreedhar Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2003 03:47 AM
тАО02-27-2003 03:47 AM
Re: pthread.h file missing
You can check also /usr/include/pthread.h, but I guess you already did it. On my machine I have both, but one is just a simple #include of another.
But - if you do'nt have the header - do you have the library? (in my case /usr/lib/libpthread.sl)
Good luck
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2003 04:10 AM
тАО02-27-2003 04:10 AM
Re: pthread.h file missing
DCE-CoreTools bundle from the 10.20 COre OS cdrom.
You can install them go get that required header file.
check it up
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2003 02:29 AM
тАО03-02-2003 02:29 AM
Re: pthread.h file missing
before HP 11 threading architecture was provided in form of dce threads based on cma.
So you'll be able to find 'pthread.h' in your $(DCE)/include folder most probably /opt/dce/include.
regds
yogi