<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Peter via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Fr., 11. März 2022, 00:48:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Pleased to report that with version<br>
"Free Pascal Compiler version 3.3.1-10685-gf6ac49a139-unpushed-dirty [2022/03/08] for x86_64"<br>
<br>
it seems fine.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">So it seems it was fixed in main at least. Now the interesting question is 3.2.3...</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is there a prebuild Linux binary for 3.2.3/4 anywhere?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">No. But FPC isn't that hard to build: simply do a checkout of the repo and switch to fixes_3_2 (or download a repo of that branch). In there do a "make all FPMAKEOPT="-T <N>" OPT=-O2" and then "make install INSTALL_PREFIX=/where/you/want/it". </div><div dir="auto">You then also need to adjust your fpc.cfg so that the compiler can find its units. Do a hello world test program to check whether everything works and then test your code. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>