This is the mail archive of the
eclipse@sources.redhat.com
mailing list for the gcj-compiled eclipse project.
Re: cannot build from srpm.
- From: Tom Tromey <tromey at redhat dot com>
- To: Marcos Dione <mdione at grulic dot org dot ar>
- Cc: eclipse at sources dot redhat dot com
- Date: 12 Aug 2003 09:58:06 -0600
- Subject: Re: cannot build from srpm.
- References: <20030812115856.GD2137@sexy>
- Reply-to: tromey at redhat dot com
>>>>> "Marcos" == Marcos Dione <mdione@grulic.org.ar> writes:
Marcos> I'm using eclipse under debian. once I heard that it was
Marcos> compiled under linux w/ gcj, I wanted to do the same. so I
Marcos> downloaded the srpm, used alien to convert it to a .tgz which
Marcos> contained the .spect and the tar.gz w/ the sources.
You also need to install all the RPMs we depend on. At build time
this is the gcc-ssa stuff, plus the gcj-compiled ant and its
dependencies.
Marcos> /usr/bin/ld: cannot find -l-org-apache-tools-1.5.2
This comes from the ant RPM.
Tom