On 21/03/2022 22:17, Victor Campillo via fpc-pascal wrote:
make: -iVSPTPSOTO: Command not found
Makefile:235: *** The Makefile doesn't support target -, please run fpcmake first.  Stop.

I just run fpcmake before call "make clean all" and "make -j 9 all install", and everything works as expected.

I forgot to reply to this: as Michael mentioned, this does not mean fpcmake needs to be run. Even after running fpcmake, the target "-" would still not be supported.

The issue is probably that the ppc or fpc binary in the compiler subdirectory was in your path, and then got deleted by "make clean" while in parallel "make all" tried to use it for compilation.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to