[fpc-pascal] Newbie question#1

Jonas Maebe jonas.maebe at elis.ugent.be
Sat Feb 11 09:45:42 CET 2006


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



More information about the fpc-pascal mailing list