Hello, list,
I have finished the first version of iiop support for rmic, but suddenly
realised that I cannot build the Classpath tools package itself.
I have placed the asm.jar (asm-2.2.1.jar) into /usr/share/java and
kawa.jar (v 1.8) into /usr/local/lib. After this, I was able to complete
sh autogen.sh and sh configure without errors. However the subsequent
make (in the root folder) fails with the following error message:
gcj -shared src/jars/.libs/asm.o -Wl,-soname -Wl,libasm.so.0 -o
.libs/libasm.so.0.0.0
(cd .libs && rm -f libasm.so.0 && ln -s libasm.so.0.0.0 libasm.so.0)
(cd .libs && rm -f libasm.so && ln -s libasm.so.0.0.0 libasm.so)
creating libasm.la
(cd .libs && rm -f libasm.la && ln -s ../libasm.la libasm.la)
make[1]: *** No rule to make target `src/jars/bytecode.jar', needed by
`src/jars/bytecode.lo'. Stop.
make[1]: Leaving directory `/home/audriusa/workspace/cp-tools'
make: *** [all] Error 2
In News is written that the new unreleased Kaws (1.7.91 - obsoleted
information) should build that file. Hence the newer 1.8 also should,
but due some reason it probably does not.
Could anybody suggest any ideas how to solve the problem?
Regards
Audrius Meskauskas
_______________________________________________
Cp-tools-discuss mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/cp-tools-discuss