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
_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel