[m-users.] Compiler trouble

Julien Fischer jfischer at opturion.com
Mon Aug 8 11:17:46 AEST 2016


On Sun, 7 Aug 2016, Noah Scott Goldman wrote:

> 
> I get this message:
> 
> cl : Command line warning D9024 : unrecognized source file type 'hello.exe', object file assumed
> 
> LINK : fatal error LNK1149: output filename matches input filename
> 'C:\Users\McPhee\Me\Personal_files\Programs\Mercury\Hello\hello.exe'
> 
> ...So it thinks hello.exe is the input file?

There cannot be a space between '-Fe' and 'hello.exe', it should be
'-Fehello.exe'.

Julien.


More information about the users mailing list