Does HylaFAX will compile on UnixWare 2.x with the CC / C++ ?
The problem is that port/syslog.c does not compile on svr4.2. But port/syslog.c is not needed. I've had to change two things to compile v3.0pl1 on UnixWare2.0x:
I've created :
osfcn.h as "#include <unistd.h>"to use the CC of UnixWare2.0x;
the syslog problem went away with MACHDEPLIBS="-lgen" in config.site