HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- stdio.h and stdlib.h
Operating System - HP-UX
1833758
Members
2335
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
08-21-2001 08:24 AM
08-21-2001 08:24 AM
In trying to compile C code I'm getting an error that it can't find the "fcloseall()" function. When I do a "which stdio.h" or "which stdlib.h" I get a message that there isn't one in my path. Do these "stdlib.h" and "stdio.h" get included in the ansic package? This server is running 10.20.
Thanks for any/all help.
Andy
Thanks for any/all help.
Andy
It is, after all, a matter of survival!!
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 08:45 AM
08-21-2001 08:45 AM
Solutionstdio.h and stdlib.h are both part of the base HP-UX install.
On 10.20 if you do an swlist -l bundle you should see;
HPUXEngRT800 English non-Graphics Runtime HP-UX Environment
If you do an swlist -l file HPUXEngRT800 | grep "stdio.h"
you should see it listed under the ProgSupport fileset.
If these files dont exist then something is wrong with your base HP-UX install as on 11.0 the ProgSupport fileset is also part of a basic HPUX install (as on 10.20). You could install the ProgSupport fileset manually from the HP-UX Core (install) CD if needed. These header files are also included in the aC++ compiler but this is purchaseable and you dont need it.
I noticed on a recently installed server that the ProgSupport fileset was missing and I installed it from the Core/install CD. I have no idea what someone selected on the original install to omit this important fileset.
Im from Palmerston North, New Zealand, but somehow ended up in London...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2001 09:44 PM
08-21-2001 09:44 PM
Re: stdio.h and stdlib.h
Hi,
The 'which' command searches an executables only, so it will not find the headers stdio.h and stdlib.h. These headers, like the other C/C++ headers, are placed under /usr/include directory.
Relating the fcloseall() function, I didn't find such a function in the ANSII C. If it is there, please, let me know.
Igor
The 'which' command searches an executables only, so it will not find the headers stdio.h and stdlib.h. These headers, like the other C/C++ headers, are placed under /usr/include directory.
Relating the fcloseall() function, I didn't find such a function in the ANSII C. If it is there, please, let me know.
Igor
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP