Seyyed Mehdi Sheikhalishah wrote: >Hi All > I'm new to gcc.Please introduce me a URL about gcc and >give me some >usefull options to compile simple C file.
For compiling a simple C/C++ file you don't need any options. It will compile that file and generate it's executable "a.out". You can use -o option for giving a name for executable file. I think you haven't reed gcc's info and man pages. They are nice references for gcc. Run this command: info gcc Hedayat __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com _______________________________________________ bna-linuxiran mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/bna-linuxiran
