<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Source Sans Pro";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Hack;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Perhaps “.\hello.exe”?  (That “.” Is not in your PATH?)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext"> users [mailto:users-bounces@lists.mercurylang.org]
<b>On Behalf Of </b>Noah Scott Goldman<br>
<b>Sent:</b> Saturday, August 06, 2016 7:48 PM<br>
<b>To:</b> users@lists.mercurylang.org<br>
<b>Subject:</b> [m-users.] Compiler trouble<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-family:"Source Sans Pro",serif">I'm trying to compile
</span><span style="font-family:"Hack",serif">hello.m</span><span style="font-family:"Source Sans Pro",serif"> which, as you might have guessed, is a "hello world" program. I'm running Windows 8.1 and installed Mercury from the binary distribution. When I run
 the compiler, everything seems to work fine, except there's no .exe file. I can't figure it out.<br>
<br>
</span><span style="font-family:"Hack",serif">> mercury --make -o hello.exe hello<br>
Making Mercury\int3s\hello.int3<br>
Making Mercury\ints\hello.int<br>
Making Mercury\cs\hello.c<br>
Making Mercury\objs\hello.obj<br>
hello.c<br>
Making hello.exe<br>
<br>
> hello<br>
'hello' is not recognized as an internal or external command, operable program or batch file.<br>
<br>
> hello.exe<br>
</span><br>
<span style="font-family:"Hack",serif">'hello.exe' is not recognized as an internal or external command, operable program or batch file.<br>
<br>
</span><span style="font-family:"Source Sans Pro",serif">Is this a permission issue? As far as I can tell, it produces every other file, just not the .exe.<br>
<br>
Best wishes,<br>
Noah G.</span><o:p></o:p></p>
</div>
</body>
</html>