<div dir="ltr">Hello,<br><br>I'm trying to compile svn FPC after few months of not touching it and I have the following error:<br>$ make zipinstall<br>make fpc_zipinstall ZIPTARGET=install FULLZIPNAME=fpc-2.5.1.x86_64-linux FPC=/home/ik/projects/fpc/fpc/compiler/ppcx64 ZIPDESTDIR=/home/ik/projects/fpc/fpc FPCMAKE=/home/ik/projects/fpc/fpc/utils/fpcm/fpcmake<br>

make[1]: Entering directory `/home/ik/projects/fpc/fpc'<br>Makefile:135: *** Compiler /home/ik/projects/fpc/fpc/compiler/ppcx64 not found.  Stop.<br>make[1]: Leaving directory `/home/ik/projects/fpc/fpc'<br>make: *** [zipinstall] Error 2<br>

<br>If I place it as:<br>$ make FPCMAKE=/usr/bin/fpcmake FPC=/usr/bin/ppcx64 zipinstall<br>The problem is the same.<br><br>For the following :<br>$ make all<br>make: Nothing to be done for `all'.<br><br>$ whereis ppcx64<br>

ppcx64: /usr/bin/ppcx64<br><br>What am I doing wrong, or changes ?<br><br>Thanks,<br>Ido<br><br clear="all"><a href="http://ik.homelinux.org/">http://ik.homelinux.org/</a><br>
</div>