<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'>Re-re- hello Pierre,<br><br>Aaargh, I have to take a rest...<br><br>No, the image is ok, first command use full path to compiler (and message are not ok) and second command use full path of the symlink to compiler.<br><br>So, to resume (and sorry for all this doubts):<br><br>Using full path to compiler to run it, like =><br># /usr/local/lib/fpc/2.6.4/ppcx64 myprog.pas <br>=> bad output characters<br><br>Using the symlink to the compiler in /usr/local/bin, like =><br># /usr/local/bin/ppcx64 myprog.pas<br> or (because /usr/local/bin is in system path):<br># ppcx64 myprog.pas<br>=> good output characters.<br><br>Fre;D<br><br><br><br><br><br> </div></body>
</html>