![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Porting DHCP from Linux to VxWorks | Sunny Shivam | IP Networking | 2 | 05-01-2008 09:44 PM |
| when porting from HP-UX to Linux | amitpansuria | Linux | 1 | 04-17-2008 11:08 PM |
| Porting linux ftpd code to Aix | srksn | UNIX for Advanced & Expert Users | 2 | 08-17-2007 01:54 AM |
| HP-UX to linux porting | arunprakash | UNIX for Dummies Questions & Answers | 0 | 02-21-2005 01:49 AM |
| Porting Win32 application into Linux | Sergeyy | High Level Programming | 0 | 06-23-2003 04:15 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Porting From Linux To Hpux
Gents,
i'm a senior applications developer and need to port a Linux server application ( no additional / special libraries or unique header files ) to a HPUX enviroment. Any chance to compile it on the Linux using flags to create an HPUX binary with gcc? Last edited by anak0nda; 10-31-2007 at 12:21 PM. Reason: wrong |
| Forum Sponsor | ||
|
|
|
|||
|
Quote:
What version of HPUX? I use both gcc and HPUX's cc/aCC compilers on Itanium2, PA-RISC 1.1 and PA-RISC 2.0 running HP-UX 11.11 in both 32bit and 64bit mode and they both do the job well. Do you need help with the compiler options? |
|
|||
|
Quote:
(b) does it assume certain include files? (c) is it using "gcc" pragmas? (d) does it compile on Linux with "-Wall -Werror", if not, fix those firsts. |
|
|||
|
Not suprising, that's a C++ comment in a C source file.
I suggest you strip the C++ comments out of the source. Just because gcc/g++ accepts it, does not make it ANSI C. |