Re: [fpc-pascal] Newbie question#1

2006-02-11 Thread Marco van de Voort
> 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? a.out is an ancient unix fileformat, that is still abused as default name in gcc. (eve

Re: [fpc-pascal] Newbie question#1

2006-02-11 Thread Jonas Maebe
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