![]() |
|
|
|
|
|||||||
| 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 02:49 AM |
| Porting Win32 application into Linux | Sergeyy | High Level Programming | 0 | 06-23-2003 04:15 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
||||
|
||||
|
You might try loading gcc on to the HP server and recompiling on the HP with gcc.
|
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
In addition to "-Wall -Werror" as porter has already mentioned i would consider including "-ansi pedantic" in the list of standard compiler options. It pays to give out only programs which don't produce any error this way.
bakunin |
|||
| Google The UNIX and Linux Forums |