DM> Has anyone else had success in building it on an HP9000/712 under
DM> HP-UX 9.05?
I've got 2.1 running on HP-UX 9.05 using the HP C compiler in
ANSI mode. I enclose my config.make at the end of this message. It
appears from your description that you're omitting one of the flags
(-D_HPUX_SOURCE or -DHPUX) during compilation.
Let me know if you have any problems.
--Dipankar
----------------------------------------------------
# Common startup for all Makefiles
prefix=/users/dg
exec_prefix = /users/dg
bindir = /users/dg/bin
libdir = /users/dg/lib/stk
mandir = /users/dg/man
CC = cc -Aa -D_HPUX_SOURCE -DHPUX
STKCFLAGS = -g
INSTALL = /users/dg/bin/install -c
INSTALL_PROGRAM = /users/dg/bin/install -c
INSTALL_DATA = /users/dg/bin/install -c -m 644
RANLIB = ranlib
XINCLUDES = -I/usr/include/X11R5
XLIBSW = -L/usr/lib/X11R5 -lX11
USE_STKLOS = -DUSE_STKLOS
OS = HPUX
MP = libgmp
STK_LIBRARY = /users/dg/lib/stk
----------------------------------------------------
Received on Tue Feb 14 1995 - 10:03:39 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST