bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: can not build on Solaris 8


From: Bruno Haible
Subject: Re: can not build on Solaris 8
Date: Tue, 9 Apr 2002 13:10:35 +0200 (CEST)

Kingpin writes:
> I am trying to build gettext -0.11.1  on Solaris 8 with gcc 3.0.4
> But `make` fails in the java stuff.
> ==========
> Making all in intl-java
> make[2]: Entering directory `/other/SOURCE/GNU/gettext-0.11.1/intl-java'
> /bin/sh ../lib/javacomp.sh -d . ./gnu/gettext/GettextResource.java
> ./gnu/gettext/GettextResource.java:0: Can't find default package `java.lang'. 
> Check the CLASSPATH environment variable and the access to the archives.

This means that your "gcj" Java compiler is nonfunctional because it
cannot find the libgcj.jar file (usually installed in
$prefix/share/libgcj.jar). libgcj is part of GCC 3.0.4; maybe it was
not compiled or maybe it was misinstalled. Anyway since your gcj is
nonfunctional you can just remove it.

Thanks for the report; gettext-0.11.2 will check against such
malfunctioning gcj installations.

Bruno



reply via email to

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