[Coin-discuss] Bug in ./configure when a non-executable INSTALL is available in $PATH

Stefan Vigerske stefan at math.hu-berlin.de
Fri Jul 12 11:41:06 EDT 2013


Hi,

you could make sure that a working 'install' is in $PATH before the one 
from RepeatMasker-open-3-3-0.
E.g., I have /usr/bin/install on my Linux system.
I also have /bin/echo and since /bin is also early in my search path, I 
think I should not even have problems with spaces in the path.

Also in general, it may be a good idea to have important system paths in 
the front of $PATH.

Stefan

On 07/12/2013 05:30 PM, Peng Yu wrote:
> Hi,
>
> ./configure output in CoinAll-1.6.3, shows something like the following.
>
> checking for a BSD-compatible install... /opt/RepeatMasker-open-3-3-0/install -c
>
> I have the following file in $PATH, but it is not executable. Does
> anybody know how to fix this bug besides I remove
> /opt/RepeatMasker-open-3-3-0 from my path?
>
> ~$ echo $PATH|sed 's/:/\n/g'|grep RepeatMasker
> /opt/RepeatMasker-open-3-3-0
> ~$ ll  /opt/RepeatMasker-open-3-3-0/|grep -i install
> -rw-r--r--  1 pengy staff     2543 2005-10-26 18:00:55 INSTALL
>



More information about the Coin-discuss mailing list