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.

Fre;D





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

Reply via email to