Jari Korva wrote:
Hi,

executing the following commands...

./configure --with-glibj-zip=....
make
make clean
make

... results in errors such as:

make[1]: Entering directory `/home/jko/kaffe/kaffe/include'
make[1]: *** No rule to make target
`../libraries/javalib/external/classpath/lib/glibj.zip', needed by
`stamp-h0all'.  Stop.
make[1]: Leaving directory `/home/jko/kaffe/kaffe/include'
make: *** [all-recursive] Error 1

The reason seems to be that make clean removes the copy of glibj.zip but
does not do the same for libraries/javalib/stamp-glibj file. Thus the 2nd
"make all" does not do everything it should and fails.

The following kind of modification should fix the problem:


Thank you very much for the patch, Jari, it fixes the problem. I've checked it in. Keep them coming ;)

cheers,
dalibor topic

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to