HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Wide character support in libc.a
Operating System - HP-UX
1829154
Members
2459
Online
109986
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
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
10-23-2007 02:01 AM
10-23-2007 02:01 AM
Wide character support in libc.a
We are building an application on HPUX 11.11 with gcc and functions such as wctob() (wide character to byte) as being used by the std::locale.
When we try to run the application on a HPUX 11.00 system the libc shared library does not have wctob() etc.
Is there a patch for this version of HPUX or does anybody know how to get round the issue?
Please note cannot build a static application as the build conflicts with a third party library.
When we try to run the application on a HPUX 11.00 system the libc shared library does not have wctob() etc.
Is there a patch for this version of HPUX or does anybody know how to get round the issue?
Please note cannot build a static application as the build conflicts with a third party library.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 07:35 PM
10-24-2007 07:35 PM
Re: Wide character support in libc.a
You are out of luck. 11.11 had a whole bunch of new wchar functions added. These can't be moved back to 11.00. Only forward compatibility is supported.
You do know that 11.00 is no longer supported?]
Any reason you aren't using wctomb(3)?
If the length > 1, then that is an error.
You do know that 11.00 is no longer supported?]
Any reason you aren't using wctomb(3)?
If the length > 1, then that is an error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2007 08:03 PM
10-24-2007 08:03 PM
Re: Wide character support in libc.a
Thankyou for your reply.
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