Re: HP-UX/9.x-10.x

Tom Myers (tmyers@cfsmo.honeywell.com)
Mon, 21 Apr 1997 10:22:48 -0500

To subscribers of the xforms list from Tom Myers <tmyers@cfsmo.honeywell.com> :

MetalOxid wrote:
> it didnt succesfully install.. umm is there anyone out there using
> xfomrs on an HP system? please tell me how you did it..

The standard C compiler delivered on the HP is not ANSI. You need to
purchase the compiler from HP (I think the application is named c89)
or use GCC. I use GCC. I modify my mkconfig.h file to look like the
following:

CC=gcc
CCFLAG=-O -D_HPUX_SOURCE
LDFLAG=-O -s
AR=ar r
RANLIB=touch
XINCLUDE=-I/usr/local/X11R5/include
SYSLIB=-L/usr/local/X11R5/lib -lX11 -lm

I didn't do our GCC install, so I don't know what was involved there to
get it to work.

-- 
Tom Myers
_________________________________________________
To unsubscribe, send the message "unsubscribe" to
xforms-request@bob.usuf2.usuhs.mil or see
http://bob.usuf2.usuhs.mil/mailserv/xforms.html
Xforms Home Page: http://bragg.phys.uwm.edu/xforms
List Archive: http://bob.usuf2.usuhs.mil/mailserv/list-archives/xforms-archive/