[Ecls-list] gcc: command not found

Daniel Herring dherring at tentpost.com
Sat Nov 13 19:53:41 UTC 2010


On Sat, 13 Nov 2010, a.shevlyakov wrote:

> Greetings,
> I installed ecl 10.4.1 on arch linux (seemingly successful), but
> compile-file command fails with the following message:
>
> ;;;   Invoking external command:
> ;;;   gcc "-I/usr/local/include/"  -D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC  -Dlinux -O -w -c
> "/root/lisp/hello.c" -o "/root/lisp/hello.o"
> sh: gcc: command not found
>
> gcc and g++ are installed in usual paths (/usr/bin)
>
> Here is the installation config if it's any use:
> http://pastebin.com/Lys0WQqj

In ECL, what is the output of (SI:GETENV "PATH")?  If it doesn't contain 
/usr/bin, then you probably have an issue with a shell or emacs init file.

- Daniel


More information about the ecl-devel mailing list