Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2003 16:11:39 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        Enoch Chan <enoch@cmu.edu>
Cc:        "freebsd-ports@FreeBSD.ORG" <freebsd-ports@FreeBSD.ORG>
Subject:   Re: imake not found error during installation of jdk 1.3
Message-ID:  <3F749D7B.4080907@mac.com>
In-Reply-To: <3054.128.2.65.61.1064600513.squirrel@webmail.andrew.cmu.edu>
References:  <3054.128.2.65.61.1064600513.squirrel@webmail.andrew.cmu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Enoch Chan wrote:
[ ... ]
> Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/lib.
> make: don't know how to make Makefiles. Stop
> making Makefiles in lib/XRes...
> imake: not found
> *** Error code 127
> 
> When I tried to look for imake (using "which imake"), nothing returns. 
> Then, I installed imake (under /usr/ports/devel/imake) manually.  When I
> looked under /var/db/pkg, I found two versions of imake (namely imake-1.0
> and imake-4.3.0_1).  Still "which imake" returns nothing.  As you can tell
> by now, I am a newbie.  Any suggestions are highly appreciated!

You need to add /usr/X11R6/bin to your $PATH; something like this:

PATH=$PATH:/usr/X11R6/bin

...for sh/bash/zsh.

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F749D7B.4080907>