diff options
Diffstat (limited to 'config/hpux')
-rw-r--r-- | config/hpux/Makedefs | 19 | ||||
-rw-r--r-- | config/hpux/define.h | 7 | ||||
-rw-r--r-- | config/hpux/status | 33 |
3 files changed, 59 insertions, 0 deletions
diff --git a/config/hpux/Makedefs b/config/hpux/Makedefs new file mode 100644 index 0000000..4d95660 --- /dev/null +++ b/config/hpux/Makedefs @@ -0,0 +1,19 @@ +# CC C compiler +# CFLAGS flags for building C files +# CFDYN additional flags for dynamic functions +# RLINK flags for linking run-time system +# RLIBS libraries to link with run-time system +# TLIBS libraries to link for POSIX threads +# XLIBS libraries to link for graphics +# XPMDEFS definitions for building XPM library +# GDIR directory of graphics helper library + +CC = cc +CFLAGS = -O -I/usr/X11R6/include +CFDYN = +z +RLINK = +RLIBS = -lm +TLIBS = -lrt -lpthread +XLIBS = -lX11 +XPMDEFS = -DZPIPE -DSYSV +GDIR = xpm diff --git a/config/hpux/define.h b/config/hpux/define.h new file mode 100644 index 0000000..d6fa049 --- /dev/null +++ b/config/hpux/define.h @@ -0,0 +1,7 @@ +/* + * Icon configuration file for HP-UX + */ +#define UNIX 1 + +#define CStateSize 20 +#define StackSize 10000 diff --git a/config/hpux/status b/config/hpux/status new file mode 100644 index 0000000..a72a400 --- /dev/null +++ b/config/hpux/status @@ -0,0 +1,33 @@ +System configuration: + + Hewlett-Packard HP-UX operating system. + +Latest Icon version: + + Version 9.4.2 + +Installer: + + Icon Project + The University of Arizona + (with thanks to Chris Tenaglia) + +Missing features: + + Dynamic loading (loadfunc) + +Known bugs: + + None + +Comments: + + Tested on an RX2600 server (Itanium architecture) running + HP-UX version B.11.23. Will probably also work on PA-RISC. + + HP/UX uses the LPATH environment variable as a path to the linker. + This conflicts with Icon's use of LPATH to search for $include files. + +Date: + + December 20, 2003 |