HI Sylvia. If you open a commnd line and navigate to your source file. Does this work
for windows gcc Yourfile -o yourfile.exe Linux gcc Yourfile -o yourfile if using linux and the above command worked then you would exceute with ./yourfile 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. Sayth On Fri, Nov 11, 2011 at 4:00 AM, Sylvia Sánchez <[email protected]>wrote: > Hello > > I'm programming in C using Geany. It creates well the object but > Geany doesn't run the program. Usually it doesn't create an > executable neither. > > How can I have the executable? > > How can I run the program with Geany? > > > Thanks! > Sylvia > _______________________________________________ > Geany mailing list > [email protected] > https://lists.uvena.de/cgi-bin/mailman/listinfo/geany >
_______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
