- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- HP-ux 11i v2 support for C Compiler
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
08-10-2005 11:37 AM
08-10-2005 11:37 AM
HP-ux 11i v2 support for C Compiler
Correct me if am wrong please
Am installing a C based program called SIGAGIP 3.0 This program is now live up and running on a AIX IBM R50 Server. My aim is to end up having SIGAGIP running on hp-ux 11i v2 on a hp rx4640 server. WHat i've done so far is that, i've pulled all files from the AIX to the hp-ux.
After that, in normal circontances, i should just run a file and everything will be well. But am getting some character errors during that process. I suspect that it has to do with a compatibility. I would like to ask then if hp-ux 11i v2 has by default the C Compiler laoded or I have to get it in myself.
Please ur fast advices are highly appreciated.
Horace
- Tags:
- migration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 11:40 AM
08-10-2005 11:40 AM
Re: HP-ux 11i v2 support for C Compiler
You can't run binaries from one OS on another OS. For HPUX, AIX binary is just "junk" file. You need to get the source of that program and compile it on HPUX. There is nothing you can do with those binaries.
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 12:33 PM
08-10-2005 12:33 PM
Re: HP-ux 11i v2 support for C Compiler
Yes, indeed a C compiler is included with every HP-UX box; however, this is referred to as the Bundled C compiler and it is really only intended to build kernels. The Bundled compiler only understands K&R syntax so for any serious development you need to purchase the aCC compiler (C++, ANSI/C) or the HP ANSI C compiler. You can also download and install gcc from any of the HP-UX Porting Centre's.
- Tags:
- gcc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 09:17 PM
08-10-2005 09:17 PM
Re: HP-ux 11i v2 support for C Compiler
actually, i dont have the source. I have the compiled program from AIX.
WHen i run it here is the syntax error am getting:
/home/cgi1 [3]$ cd $DIRCOM
/sigprod/devcol/dircom [4]$ rep20
/sigprod/txa020/exec/RTSGIP: syntax error at line 2 : `(' unexpected
Please advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 09:24 PM
08-10-2005 09:24 PM
Re: HP-ux 11i v2 support for C Compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 09:31 PM
08-10-2005 09:31 PM
Re: HP-ux 11i v2 support for C Compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 10:13 PM
08-10-2005 10:13 PM
Re: HP-ux 11i v2 support for C Compiler
Search the net and you will get a Hp installer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 10:23 PM
08-10-2005 10:23 PM
Re: HP-ux 11i v2 support for C Compiler
and i need to know if there is version for Hp-ux 11i v2
- Tags:
- COBOL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 10:26 PM
08-10-2005 10:26 PM
Re: HP-ux 11i v2 support for C Compiler
I guess you must get HPUX binaries or compile he sources ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2005 11:34 PM
08-10-2005 11:34 PM
Re: HP-ux 11i v2 support for C Compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 12:57 AM
08-11-2005 12:57 AM
Re: HP-ux 11i v2 support for C Compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 01:00 AM
08-11-2005 01:00 AM
Re: HP-ux 11i v2 support for C Compiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 01:00 AM
08-11-2005 01:00 AM
Re: HP-ux 11i v2 support for C Compiler
If you don't have the sources of the program, compiler won't help you.