[fpc-pascal] Make clean error when building fpc 3.2.2 from sources

Jonas Maebe jonas at freepascal.org
Mon Nov 22 16:21:26 CET 2021


On 22/11/2021 16:02, Bo Berglund via fpc-pascal wrote:
> This is what happens when I execute the first make command inside the fpc source
> dir:
> 
>    ~/devel/fpc/3.2.2$ make clean
>    make: -iVSPTPSOTO: Command not found
>    /usr/bin/rm -f build-stamp.*
>    /usr/bin/rm -f base.build-stamp.*
> 
> I have checked that build-essentials are installed on this Ubuntu machine.
> 
> Where do I go from here?

FPC needs a previous version of FPC to bootstrap. So first install fpc 
using apt-get on the VM.


Jonas


More information about the fpc-pascal mailing list