cp-tools-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cp-tools-discuss] Unable to build Classpath tools


From: Audrius Meskauskas
Subject: [Cp-tools-discuss] Unable to build Classpath tools
Date: Sat, 04 Feb 2006 22:03:08 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]