[Ecls-list] gcc: command not found

Michael Wood esiotrot at gmail.com
Sun Nov 14 12:13:46 UTC 2010


On 14 November 2010 12:41, a.shevlyakov <aash29 at mail.ru> wrote:
> The output was "/usr/local/bin/:$PATH", which is the parameter I ran
> ECL with (I used env PATH="/usr/local/bin/:$PATH"). PATH does contain
> /usr/bin though.
> Compiling works if I manually add /usr/bin to PATH

Just a guess.  Did you perhaps use single quotes instead of double quotes?

I think that the path that ecl is using is literally
'/usr/local/bin:$PATH'.  i.e. it's looking for a directory called
'$PATH'.

-- 
Michael Wood <esiotrot at gmail.com>




More information about the ecl-devel mailing list