[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] Trouble with getting PNETLIB ./configure to find i
From: |
Fergus Henderson |
Subject: |
Re: [Pnet-developers] Trouble with getting PNETLIB ./configure to find installation of X? |
Date: |
Sun, 22 Feb 2004 14:52:24 +1100 |
User-agent: |
Mutt/1.4i |
On 20-Feb-2004, Jason King <address@hidden> wrote:
> 1) In the usual Terminal-tcsh console, I messed about setting the path
> to include /usr/X11R6/bin but cannot seem to manage this (I am trying
> set path="$path /usr/X11R6/bin", but this doesn't seem to work, in fact,
> I then loose the ability to use the "ls" command)
Try
set path=($path /usr/X11R6/bin)
or
setenv PATH "$PATH:/usr/X11R6/bin"
> 2) Launched X and then used XDarwin to view the path - in XDarwin, the
> path includes /usr/X11R/bin. Having seen that the path is then set, I
> have returned to the PNETLIB folder in the XDarwin window, and tried
> ./configure again - this then reports that 'checking for X...(cached)
> no".
Try "rm -f config.cache; ./configure".
--
Fergus Henderson <address@hidden> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.