![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Porting DHCP from Linux to VxWorks | Sunny Shivam | IP Networking | 2 | 05-02-2008 01:44 AM |
| when porting from HP-UX to Linux | amitpansuria | Linux | 1 | 04-18-2008 03:08 AM |
| Porting linux ftpd code to Aix | srksn | UNIX for Advanced & Expert Users | 2 | 08-17-2007 05:54 AM |
| HP-UX to linux porting | arunprakash | UNIX for Dummies Questions & Answers | 0 | 02-21-2005 05:49 AM |
| Porting Win32 application into Linux | Sergeyy | High Level Programming | 0 | 06-23-2003 08:15 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | 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 04:21 PM.. Reason: wrong |
|
||||
|
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. ![]() |
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|