[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Help getting es 0.84 up on HP-UX 9? (also Solaris)
Here are the notes I have about building es on a variety of
architectures. Remember, folks, you get what you pay for.... (-:
A few warnings/comments:
* The HP version was probably built under HP-UX 8.x.
* I see I have no notes for SunOS 5.x. Another reference I have
seems to indicate that the command line used was
make 'CFLAGS=-g -O -DSOLARIS -DBUILTIN_TIME=0' 'YACC=bison -y' LIBS=''
Sorry about the quoting; it appears I was still using bash at the
time.... (-:
-----------------
In order to build on a symmetry, the command line used was:
make -j11 -k CFLAGS='-g -O -D_SIZE_T -D_PTRDIFF_T -DSIG_ERR="((void (*)()) -1)" -DUSE_DIRENT=0' LIBS=-ltcl
In order to build on an hp_pa1_1, the command line used was:
make -k CC='c89 -DSYSV_SIGNALS -DHPUX -D_HPUX_SOURCE' CFLAGS='-g' LIBS=
To build on a Next, please, I used the command line
make CC=cc 'CFLAGS=-g -O'
I also was unable to build sigmsgs.c because the Nexts, please, don't
come with real header files (BOO HISS). What I did instead is
"acquire" a signal.h from elsewhere, and modified the Makefile to use
the signal.h in the current directory instead of the one in
/usr/include/sys.