On Sun, 11 Oct 2009 15:51:26 +0100 David W Noon
<[email protected]> wrote:

> The most frequent problem installing a snapshot of FPC is that the
> ppcx64 (or ppc386) symlink is not created to make the compiler
> accessible by $PATH look-up. Using a root console, try the following:
> 
>    cd /usr/local/bin
>    ln -s ../lib/fpc/2.5.1/ppcx64 .

Yeah, that's it! Actually:

cd /usr/bin
sudo rm -rf /usr/bin/ppcx64
sudo ln -s ../lib/fpc/2.5.1/ppcx64 .

Thanks, David and JoshyFun

Thierry


-- 
        Blog Linuxeries : http://linuxeries.blogspot.com
    Thierry sur Twitter : http://twitter.com/tandriamirado
Salon Linux Francophone : http://friendfeed.com/linux-francophone
(Nouveau)

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to