- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Building Portable Static Binaries With HP C/ANSI C...
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
тАО03-04-2004 08:08 AM
тАО03-04-2004 08:08 AM
I'm trying to isolate the source of a coredump issue with the popular Open Source version control product "CVS" and to do so I'd like to build a portable, statically linked version to avoid any chance that incompatible libraries are contributing to the crashes.
Unfortunately, I can't seem to find a way to build this. When I use "+DAportable -noshared", the compiler doesn't complain, but it generates a dynamically linked binary. When I use "+DA2.0W -noshared" I get a nice fat statically linked binary, but it coredumps with illegal instruction errors. (Which is odd, since this is an L2000 running 11.0/64bit, which is PA2.0W-compatible.)
How can I build a statically linked PA1.1 binary? Any idea why +DA2.0W code would core on an illegal instruction under HPUX 11.0/64-bit?
Thanks,
-- Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2004 08:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2004 10:01 AM
тАО03-04-2004 10:01 AM
Re: Building Portable Static Binaries With HP C/ANSI C Compiler
-- Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2004 12:11 PM
тАО03-04-2004 12:11 PM
Re: Building Portable Static Binaries With HP C/ANSI C Compiler
Any idea why +DA2.0W code would give illegal instruction errors on an L2000?
-- Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2004 12:30 PM
тАО03-04-2004 12:30 PM
Re: Building Portable Static Binaries With HP C/ANSI C Compiler
Another source to this problem might be a missing 64bit library
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2004 12:58 PM
тАО03-04-2004 12:58 PM
Re: Building Portable Static Binaries With HP C/ANSI C Compiler
This system has PA8600 CPUs. Last I heard, this was PA2.0 compatible. ;-)
-- Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2004 01:07 PM
тАО03-04-2004 01:07 PM
Re: Building Portable Static Binaries With HP C/ANSI C Compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-04-2004 04:54 PM
тАО03-04-2004 04:54 PM
Re: Building Portable Static Binaries With HP C/ANSI C Compiler
I plan to whip out the debugger and find the code responsible in the next couple of days.
-- Steve