As a information there is a whole book 500 pages or more about the GCC compiler published by Mc Graw hills.
On 30 May 2010 08:20, Kailash Budhathoki <[email protected]> wrote: > Hi Sunil, > If you are really interested in knowing the beauty of gcc > compiler, i would suggest you to compile your files directly from the > terminal. > For your reference: > 1) Make your C program file somewhere > 2) Fire up your terminal > 3) Go inside the directory where your C program file is located > 4) gcc <fileName> -o <outputFileName> > Where <fileName> = Your file name > <outputFileName> = Any name for the output file > 5) ./<outputFileName> > As simple as that. If the last step doesn't work, you should set up > the executable permission for the output file. You can find lots of > resources in internet about gcc too. > > -- > -- > Kailash Budhathoki > 063BCT512 > IOE, Pulchowk > > -- > FOSS Nepal mailing list: [email protected] > http://groups.google.com/group/foss-nepal > To unsubscribe, e-mail: > [email protected]<foss-nepal%[email protected]> > > Mailing List Guidelines: > http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines > Community website: http://www.fossnepal.org/ > -- シ ZZZZZZzzzzzzzssshhhhh.............. -- FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [email protected] Mailing List Guidelines: http://wiki.fossnepal.org/index.php?title=Mailing_List_Guidelines Community website: http://www.fossnepal.org/
