Hello, I'm trying to compile svn FPC after few months of not touching it and I have the following error: $ make zipinstall 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 make[1]: Entering directory `/home/ik/projects/fpc/fpc' Makefile:135: *** Compiler /home/ik/projects/fpc/fpc/compiler/ppcx64 not found. Stop. make[1]: Leaving directory `/home/ik/projects/fpc/fpc' make: *** [zipinstall] Error 2
If I place it as: $ make FPCMAKE=/usr/bin/fpcmake FPC=/usr/bin/ppcx64 zipinstall The problem is the same. For the following : $ make all make: Nothing to be done for `all'. $ whereis ppcx64 ppcx64: /usr/bin/ppcx64 What am I doing wrong, or changes ? Thanks, Ido http://ik.homelinux.org/
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal