[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

0.83 on Suns



Well, it's compiling a lot nicer now. Couple of pointers for those of you
with suns, though:

The newer signal code uses NSIG, defined in /usr/include/sys.h. Unfortunately,
on Solaris 2.1, this doesn't get defined if __STDC__ is defined. Obvious
workaround is to put '-DNSIG=34' in CFLAGS.

For those compiling on sparc systems under SunOS 4.1.3, you'll need a -Dsparc
in CFLAGS, so that <sys/wait.h> doesn't barf.

Steve.