[kaffe] Problems compiling kaffe (gcc 3.2 & 3.1.1)

Vesa Kaihlavirta vpkaihla@cc.jyu.fi
Sat, 31 Aug 2002 20:24:57 +0300


On Sat, Aug 31, 2002 at 10:02:57AM -0700, Dalibor Topic wrote:
> Hi vesa,
> --- Vesa Kaihlavirta <vpkaihla@cc.jyu.fi> wrote:
> > Something isn't #included correctly (fcntl.h, I
> > assume). But my
> 
> it seems that the configure script is unable to find
> fcntl.h or string.h. Do these include files exist on
> your system?

Seems ok: 

# cd /usr/include; find -iname 'fcntl.h'
./asm/fcntl.h
./sys/fcntl.h
./bits/fcntl.h
./linux/fcntl.h
./fcntl.h
# find -iname 'string.h'
./asm/string.h
./bits/string.h
./linux/string.h
./string.h
./wx/string.h


And I assume other programs would've failed to compiled if they
were not there at all. Could kaffe try to #include them in a wrong 
order for some reason?

--
V.K.