<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>> Could it be feasible to compile a "custom" fpc, so i could compile libraries for freeBSD 10 ?<br><div>> <br>> Startup files can be exchanged without recompiling everything. Just<br>> overwrite the .o with the newly assembled ones.<br><br>Ok, many thanks Marco. ;-)<br><br>So, according with Michal Wallace solution (hope i understood) :=>
<pre class="wbox"><div class="quote3">>> http://lists.freepascal.org/pipermail/fpc-devel/2013-November/032950.html
</div></pre><br>I will exchange part of code of dllprt0.as with some of prt0.as =><br><br>Change that :<br><br>.weak operatingsystem_parameter_argc<br>.weak operatingsystem_parameter_argv<br>.weak operatingsystem_parameter_envp<br><br>with that :<br><br>.global operatingsystem_parameter_envp<br>.global operatingsystem_parameter_argc<br>.global operatingsystem_parameter_argv<br>.set operatingsystem_parameter_envp,operatingsystem_parameters+0<br>.set operatingsystem_parameter_envp,operatingsystem_parameters+0<br>.set operatingsystem_parameter_envp,operatingsystem_parameters+0<br><br>////////<br><br>=>  And recompile fpc ( or faster, recompile only dllprt0.as)<br><br>PS : Write you later after test ;-)<br><br>Fred<br><br></div>                                           </div></body>
</html>