> 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
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