Alfred M. Szmidt wrote:
What about a firmlink?  That would solve all problems.
Would it ? Yes.  You don't get the funky side-effects of symlinks.

Care to explain ? AFAIK you will get the same effect.

An example :

[EMAIL PROTECTED]:~$ mkdir foo; cd foo
[EMAIL PROTECTED]:~/foo$ mkdir coin; echo -e '#!/bin/sh\necho "We are the
knights who say Coin!"' > coin/bar; chmod +x coin/bar
[EMAIL PROTECTED]:~/foo$ settrans -ca plop /hurd/firmlink coin
[EMAIL PROTECTED]:~/foo$ export PATH=$PATH:~/foo/plop:~/foo/coin
[EMAIL PROTECTED]:~/foo$ IFS=":"; for dir in $PATH; do test -x $dir/bar &&
echo "bar found in $dir/bar" && break 2; done
bar found in /home/mmenal/foo/plop/bar

(the for is nearly the same as the one used by autoconf.)

So the problem remains : if you put /bin first in your PATH, you'll have
configure discover 'gzip' in /bin (which is the right thing) and 'pager'
in /bin (which is the wrong thing), and if you put /usr/bin first you'll
have the same problem the other way around.

Thanks,

--
Manuel Menal


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to