Operating System - HP-UX
1751976 Members
4790 Online
108784 Solutions
New Discussion юеВ

Re: C compiler compatibility HPUX to SCO

 
SOLVED
Go to solution
Dee_3
Regular Advisor

C compiler compatibility HPUX to SCO

If I compile a program in C on HPUX can I run the executable on SCO?
2 REPLIES 2
Kenneth Platz
Esteemed Contributor
Solution

Re: C compiler compatibility HPUX to SCO

Dee,

If you write a C program in HP-UX that conforms to the POSIX standards, then you should be able to compile that program on your SCO system with a reasonable amount of effort.

Unfortunately, you cannot run the same binary executable on HP-UX and SCO -- they are NOT binary compatible.

I hope this helps.
I think, therefore I am... I think!
Dee_3
Regular Advisor

Re: C compiler compatibility HPUX to SCO

Thanks for the information - we thought as much but thought it couldn't hurt to ask!....