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

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

Re: Cannot build gettext 0.11.5 on Solaris 7


From: Bruno Haible
Subject: Re: Cannot build gettext 0.11.5 on Solaris 7
Date: Mon, 14 Oct 2002 14:47:16 +0200 (CEST)

address@hidden writes:
> since a couple of month I haven't been able to build or even to configure
> some GNU tools on a Solaris 7 Workstation, among them gettext 0.11.5. ...
> ...
> /bin/sh ../lib/javacomp.sh -d . 
> /usr/local/freeware/sources/gettext-0.11.5/intl-java/gnu/gettext/GettextResource.java
> /usr/bin/javac[36]: JAVA_HOME: parameter not set
> make[2]: *** [gnu/gettext/GettextResource.class] Error 1
> make[2]: Leaving directory 
> `/usr/local/freeware/objects/gettext-0.11.5/intl-java'

Your 'javac' program (/usr/bin/javac) appears to be dysfunctional if
the JAVA_HOME environment is not set. This is unusual: the Sun JDK
1.1.x javac takes JAVA_HOME only as a hint, and the Sun JDK >= 1.2
doesn't look at JAVA_HOME at all.

> I will investigate the problem, which I don't expect to be in my
> environment

The problem _is_ in your environment. Either you set JAVA_HOME, or you
remove /usr/bin/javac from your PATH.

Bruno




reply via email to

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