No, no. It compiles. There's an object file, etc.. But it doesn't execute. This is the problem. Even more. One time, I don't know why, Geany created the executable. But it doesn't execute it. But when I drag and drop the executable into a console, program runs without problems. So, there's a problem with Geany. If it is a configuration issue, please tell how I can configure it to run create executables and run programs. Regards, thanks Sylvia On Dom 13 Nov 2011 19:52:55 Sayth Renshaw escribió: > 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
