Re: [Unicon-group] Unicon 11.1B does not build on OpenBSD

2006-10-13 Thread Clint Jeffery
[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

[Unicon-group] Unicon 11.1B does not build on OpenBSD

2006-10-13 Thread Dave Feustel
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

[Unicon-group] I have overloaded operators working on SUSE Linux 10.1

2006-10-13 Thread Dennis Darland
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