Problems when building Kaffe on WINNT

Congchun He congchun at cs.nyu.edu
Wed Jun 27 13:41:49 PDT 2001


Dear Sir,

I tried to build Kaffe-1.0.6 on WINNT 4.0.
According to the instruction, I installed CYGWIN firstly, and then ran configure for kaffe. So far, it
worked well. 

But when I tried to compile the source codes using command "make", it invokes a lot of errores which
were caused by the absent header file "windows.h".  

So, I added a line in config-std.h to include "windows.h" and re-compiled the codes. Well, this time, it 
could compile most of modulars but still failed at the directory Kaffe-1.0.6\kaffe\kaffe which would build 
kaffe.exe. The failure was caused by "undefined reference" to those function defined in "zlib.h".

The error message looked as:
"gcc -g -O2 -Wall -Wstrict-prototypes -o Kaffe.exe main.o version.o .libs/Kaffe.e
xeS.o -Wl,--export-dynamic  -L/usr/local/lib ../../libraries/extensions/microsof
t/clib/.libs/libmicrosoft.a ../../libraries/clib/security/.libs/libsecurity.a ..
/../libraries/clib/management/.libs/libmanagement.a ../../libraries/clib/math/.l
ibs/libmath.a -lz ../../libraries/clib/zip/.libs/libzip.a ../../libraries/clib/i
o/.libs/libio.a ../../libraries/clib/net/.libs/libnet.a ../../libraries/clib/nat
ive/.libs/libnative.a ../kaffevm/.libs/libkaffevm.a ../xprof/.libs/libkaffexprof
.a -Wl,--rpath -Wl,/usr/local/lib
../../libraries/clib/zip/.libs/libzip.a(Adler32.o): In function `java_util_zip_A
dler32_update':
file://f/temp/kaffe-1.0.6/libraries/clib/zip/Adler32.c:24: undefined reference to `ad
ler32'
../../libraries/clib/zip/.libs/libzip.a(Adler32.o): In function `java_util_zip_A
dler32_update1':
file://f/temp/kaffe-1.0.6/libraries/clib/zip/Adler32.c:33: undefined reference to `ad
ler32'"

Would you mind telling what can be done to fix such a problem?

Thanks a lot.

congchun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://kaffe.org/pipermail/kaffe/attachments/20010627/2d8b3ef6/attachment-0010.htm 


More information about the kaffe mailing list