Operating System - HP-UX
1833130 Members
3370 Online
110051 Solutions
New Discussion

Compile an Linux X apps under HP-UX 11.00

 
NDQ_1
Advisor

Compile an Linux X apps under HP-UX 11.00

Hi all guru,
I have a small app under Linux using Xlib. And I would like to port it to HP-UX 11.00.

On the our HP-UX 11.00 workstattion we have not HP's C compiler, but we have GCC-3.2.

App needs Xlib.h & libX11.so (or libX11.a) under Linux (with gcc) for work. For ./configure script, there is an option "--x-dir=DIR" and script will found Xlib.h under DIR/include, libX11.so under DIR/lib ...

Do you known how to compile such programme under HP-UX please.

Thank you so much

Q. NGUYEN-DAI