[fpc-pascal] Makefile:135: *** Compiler /home/ik/projects/fpc/fpc/compiler/ppcx64 not found. Stop

ik idokan at gmail.com
Thu Mar 25 19:22:35 CET 2010


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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20100325/a8127bb0/attachment.html>


More information about the fpc-pascal mailing list