HI Sylvia.<div><br></div><div>If you open a commnd line and navigate to your source file. Does this work </div><div><br></div><div>for windows</div><div>gcc Yourfile -o yourfile.exe </div><div><br></div><div>Linux </div><div>
gcc Yourfile -o yourfile</div><div><br></div><div>if using linux and the above command worked then you would exceute with ./yourfile</div><div><br></div><div>I think you may be running compile in geany and then not running build before trying to execute your file. but need to check first you have your compiler setup correctly.</div>
<div><br></div><div>Sayth<br><br><div class="gmail_quote">On Fri, Nov 11, 2011 at 4:00 AM, Sylvia Sánchez <span dir="ltr"><<a href="mailto:Mapalapa_Igu@yahoo.com.ar">Mapalapa_Igu@yahoo.com.ar</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello<br>
<br>
I'm programming in C using Geany.  It creates well the object but<br>
Geany doesn't run the program.  Usually it doesn't create an<br>
executable neither.<br>
<br>
How can I have the executable?<br>
<br>
How can I run the program with Geany?<br>
<br>
<br>
Thanks!<br>
Sylvia<br>
_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="https://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">https://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
</blockquote></div><br></div>