[fpc-pascal] Just out of curiosity: Compiling FPC trunk and fpcmake
Jonas Maebe
jonas at freepascal.org
Mon Mar 21 22:26:48 CET 2022
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
More information about the fpc-pascal
mailing list