[fpc-devel] some other FPC build problems on Linux
Jonas Maebe
jonas.maebe at elis.ugent.be
Sat Feb 21 00:46:43 CET 2009
On 21 Feb 2009, at 00:01, SErgey Ya. KOrshunoff wrote:
> 1) rpm -i fpc-xxx.rpm
> make all
> rpm -e fpc-xxx
> make install
>
> No FPC compiler found, make install do not perform it's task (but we
> have a
> new fpc in /compiler directory)
use
make FPC=`pwd`/ppc386 install
(although I don't really understand how it's possible that the "make
all" does find a compiler binary, but the "make install" doesn't)
> 2) after "make install" fpc386 is not installed in bin directory and
> fpc
> can't find it. Solution: search lib/fpc/xxx for a fpc386
cd compiler
make FPC=`pwd`/ppc386 installsymlink
Jonas
More information about the fpc-devel
mailing list