- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Migration from HP10.2 to HP11
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
Forums
Discussions
Discussions
Discussions
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
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
11-27-2002 04:31 AM
11-27-2002 04:31 AM
I have a couple of source codes(C language) which worked perfectly fine on HP10.2. But when i tried compiling and executing them on HP11, it crashes around strtok/strstr.
The compilation is 64-bit with +DA2.0W +DS2.0 flag.
Can anybody tell me if i need to incorporate and additional flags or anything in using these standard library functions.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 04:37 AM
11-27-2002 04:37 AM
SolutionLatest release of the latter:
a5:/ 101 # swlist -l bundle -l product -l subproduct | grep ANSI
# B3901BA B.11.02.06 HP C/ANSI C Developer's Bundle for HP-UX 11.00 (S800)
B3901BA.C-ANSI-C B.11.11.06 HP C/ANSI C Compiler
a5:/ 102 #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 04:48 AM
11-27-2002 04:48 AM
Re: Migration from HP10.2 to HP11
I am using ANSI C compiler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 04:50 AM
11-27-2002 04:50 AM
Re: Migration from HP10.2 to HP11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2002 05:01 AM
11-27-2002 05:01 AM
Re: Migration from HP10.2 to HP11
The other two that are of any importance:
a5:/ 101 # swlist -l bundle -l product -l subproduct | grep libc
BUNDLE.PHCO_25976 1.0 libc cumulative patch
QPK1100.PHCO_25883 1.0 cumulative 10.20 libc compatibility support
QPK1100.PHCO_25681 1.0 libcrash cumulative patch
QPK1100.PHCO_24904 1.0 libc cumulative man page patch
QPK1100.PHCO_23963 1.0 libc cumulative header file patch
XSWHWCR1100.PHCO_23963 1.0 libc cumulative header file patch
XSWHWCR1100.PHCO_23770 1.0 libc cumulative patch
XSWHWCR1100.PHCO_23706 1.0 cumulative 10.20 libc compatibility support
a5:/ 102 #
a5:/ 104 # swlist -l bundle -l product -l subproduct -l file | grep /usr/include/string
HPUXEng64RT.ProgSupport.Runtime.C-INC: /usr/include/string.h
HPUXEng64RT.ProgSupport.Runtime.C-INC: /usr/include/strings.h
QPK1100.PHCO_23963.C-INC: /usr/include/string.h
XSWHWCR1100.PHCO_23963.C-INC: /usr/include/string.h
a5:/ 105 #