This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: problem when making GCJ
Tom Tromey schrieb:
>>>>>> "Vladimir" == Vladimir <vlad666@gmx.de> writes:
>
> Vladimir> I am trying to compile GCJ an get some errors on 'make bootstrap'.
> Vladimir> My system is: Ubuntu 6.10 Edgy Eft
>
> Vladimir> WARNING: `makeinfo' is missing on your system. You should only need it if
>
> Try installing makeinfo. On Fedora it is in the texinfo package; I
> have no idea about ubuntu.
same package. installing the build dependencies of the gcj-4.1 package
might be a good idea to catch all the build dependencies:
sudo apt-get build-dep gcj-4.1
Matthias