On 10 Feb 2006, at 17:10, Matthew Fero wrote:

When I try to compile my program with:
fpc myfile.p

This produces no errors and myfile.o appears in my home directory. However, there is no executable file (a.out). Am I doing something wrong?

Unless myfile is a unit, there should also be a file simply called "myfile" (without extension) after compilation, which is the executable.


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

Reply via email to