[Dave reports some Unicon build issues on openbsd.]
Hi Dave,
Thanks for your report, including the suggested CFLAGS fix.
The libz business (and perhaps even the CFLAGS thing you mention) is handled
in Unicon these days by autoconf, but the openbsd Makedefs haven't yet been
updated to use our aut
I'm running 64-bit OpenBSD 3.9 on AMD64.
config/unix/openbsd/Makedefs needs to have added to
the definition of CFLAGS "-I/usr/local/include" to
make compilation work. Makedefs also needs to add
a reference to libz to satisfy references to gzopen, ...
I haven't yet figured out how to fix this proble
I had to make a few changes. Mainly adding to the pc after writing out the Operator numbers which are written by icont in linking. I guess they were overwritten by the next thing. I'm not sure if my other changes made any difference but they were all limited to the OVLD code and I don't think the