On Wed, 2005-08-31 at 10:39 -0700, Anthony Green wrote:
On Tue, 2005-08-30 at 18:31 -0400, Thomas Fitzsimmons wrote:
> Here are Andrew's instructions for creating a JPackage alternative for
> GCJ HEAD:
>
>
https://www.redhat.com/archives/fedora-devel-java-list/2005-May/msg00046....
>
I'm getting the following:
# rpm -hiv /usr/src/redhat/RPMS/i386/java-1.4.2-gcj-compat-1.4.2.0-40jpp_45rh.i386.rpm
error: Failed dependencies:
libgcjawt.so.7 is needed by java-1.4.2-gcj-compat-1.4.2.0-40jpp_45rh.i386
I fixed this in CVS:
%if %{custom}
# prevent autogeneration of libjawt.so dependencies
AutoReqProv: no
%endif
Also, Andrew's instructions should mention that ecj.sh.in and
*.jar need
to be copied into the SOURCES directory.
I updated the instructions and put them on the Wiki:
http://www.fedoraproject.org/wiki/java-gcjHEAD-compat
Tom