[fpc-pascal] FreeBSD and fpc messages.

Sven Barth pascaldragon at googlemail.com
Sun Aug 16 23:25:50 CEST 2015


Am 16.08.2015 21:17 schrieb "Fred van Stappen" <fiens at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20150816/bddc363d/attachment.html>


More information about the fpc-pascal mailing list