<div dir="ltr"><br>
<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
A position-independent executable is simply an executable that only contains position-independent code and that is linked with the "-pie" linker option. So compiling all code with -Cg (the standard FPC RTL and packages are compiled like that by default on Linux/x86-64) and then linking your application with the -kpie command line option should be enough.<br>
</blockquote><div><br>Thank you Jonas.<br></div></div></div></div>