Am 16.08.2015 21:17 schrieb "Fred van Stappen" <fi...@hotmail.com>:
>
> Re-re- hello Pierre,
>
> Aaargh, I have to take a rest...
>
> 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.
>
> So, to resume (and sorry for all this doubts):
>
> Using full path to compiler to run it, like =>
> # /usr/local/lib/fpc/2.6.4/ppcx64 myprog.pas
> => bad output characters
>
> Using the symlink to the compiler in /usr/local/bin, like =>
> # /usr/local/bin/ppcx64 myprog.pas
>       or (because /usr/local/bin is in system path):
> # ppcx64 myprog.pas
> => good output characters.

Did you try Pierre's suggestion with the -va option and compare the debug
output if both runs to check whether any incorrect option might be used?

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to