Hello,<br>
<br>
I've just checked out kaffe from CVS. I can run ./configure successfully but got following errors when I tried to run make:<br>
<br>
gcc -I./../../../replace -I./../../../replace -Wall -W
-fno-strict-aliasing -fno-omit-frame-pointer -g -O2 -pedantic
-Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -o fastjar
fastjar-jartool.o fastjar-dostime.o fastjar-compress.o
fastjar-pushback.o fastjar-shift.o&nbsp; -pthread ../zlib/.libs/libz.a
./../../../replace/.libs/libreplace.a -lpthread<br>
/usr/lib/libc_nonshared.a(elf-init.oS)(.text.__i686.get_pc_thunk.bx+0x0): In function `__i686.get_pc_thunk.bx':<br>
: multiple definition of `__i686.get_pc_thunk.bx'<br>
../zlib/.libs/libz.a(crc32.o)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0):/home/rubo/kaffe/external/gcc/zlib/crc32.c:206:
first defined here<br>
collect2: ld returned 1 exit status<br>
make[4]: *** [fastjar] error 1<br>
make[4]: Leaving directory `/home/rubo/kaffe/external/gcc/fastjar'<br>
make[3]: *** [all] error 2<br>
make[3]: Leaving directory `/home/rubo/kaffe/external/gcc/fastjar'<br>
make[2]: *** [all-recursive] error 1<br>
make[2]: Leaving directory `/home/rubo/kaffe/external/gcc'<br>
make[1]: *** [all-recursive] error 1<br>
make[1]: Leaving directory `/home/rubo/kaffe/external'<br>
<br>
Can anyone help me out, thanks in advance.<br>
<br>
Best,<br>
Robert<br>