[fpc-pascal] Building fpc 3.2.2 from sources - which compiler to use for install?

Bo Berglund bo.berglund at gmail.com
Mon Dec 6 14:37:25 CET 2021


On Mon, 6 Dec 2021 13:29:31 +0100, Marco van de Voort via fpc-pascal
<fpc-pascal at lists.freepascal.org> wrote:

>
>Op 6-12-2021 om 12:53 schreef Bo Berglund via fpc-pascal:
>>   
>>
>> I.e. should I use the newly compiled 3.2.2 in this step or the seed compiler,
>> which is the previous version?
>>
>>
>New. See buildfaq.

I used this:

make install PREFIX="$HOME" FPC="$HOME/devel/fpc/3.2.2/compiler/ppcx64"
ln -sf "$HOME/lib/fpc/3.2.2/ppcx64" "$HOME/bin/ppcx64"
make sourceinstall PREFIX="$HOME" FPC="$HOME/bin/ppcx64"

Seems to have worked fine.
Was able to continue with Lazarus using the $HOME/bin/ppcx64 compiler.


-- 
Bo Berglund
Developer in Sweden



More information about the fpc-pascal mailing list