In the makefiles/config for Unicon, using
make X-Configure name=intel_linux
results in src/h/config.h which has in it
#ifndef VMS
#define VMS 0
#endif
which works for RedHat Linux. However, in Fedora, the zlib
headers have in them (/usr/include/zconf.h):
# ifdef VMS
# include <unixio.h> /* for off_t */
# endif
VMS will be defined to be 0, which is not what is desired (zlib
wants it not defined).
Compiling Unicon without zlib, i.e. editing the Makefile for
sh ./configure --without-zlib
at least allows Unicon to build completely on Fedora core 1.
Wendell
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group