[dundee] How to compile

Duncan Gauld dundee at lists.lug.org.uk
Tue Jun 3 16:19:01 2003


> You shouldn't really be compiling to a files with a .o suffix either, as
> > this is traditionally the suffix for object files rather than
> > executables, and will confuse other programs (such as make) that can be
> > useful.
> 
> what suffix should i use then?

You don't need one. You can leave out the .o and it would be fine.

Duncan