Hi, Which version are you using?
Current versions >0.17 have f8 as compile and f9 as build which compiles and links, no need for a compile first :-) By default f9 should build an executable with the same name as the source file you are compiling, not a.out. What is shown in the build field of the menu->build->set includes and arguments dialog ? It should be gcc -Wall -o "%e" "%f" Cheers Lex 2009/9/12 Vinicius Massuchetto <[email protected]>: > Hi! > > I'm amazed with the F7 and F8 sequence to compile C code, but is there > a way to change the output filename from a.out? > > Thanks! > -- > Vinícius André Massuchetto > http://vinicius.soylocoporti.org.br > _______________________________________________ > Geany mailing list > [email protected] > http://lists.uvena.de/cgi-bin/mailman/listinfo/geany > _______________________________________________ Geany mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
