This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Basic information sorted on gcc. Please help if possible.
- From: "Andrea 'fwyzard' Bocci" <fwyzard at inwind dot it>
- To: Ali_Reza at ril dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 30 Dec 2002 13:09:19 +0100
- Subject: Re: Basic information sorted on gcc. Please help if possible.
At 19.41 29/12/2002 +0530, Ali_Reza@ril.com wrote:
Hi gcc-help@gcc.gnu.org
Hope your doing fine today.I have a simple question. Is there a web-site
where I can help find information on gcc complier ?
See <http://gcc.gnu.org>, and <http://gcc.gnu.org/onlinedocs/> for the
manuals (chose the manual version matching your version of gcc, of course).
If you have the latest version (eg., from a recent Linux or cygwin
installation, or whatever) <http://gcc.gnu.org/onlinedocs/gcc-3.2/gcc/>.
Is there a standard make file template available.
For that you should have a look at the GNU make (assuming you use that)
manulas.
try running
info make
from the command line, or browse an oline version here:
<http://www.gnu.org/manual/make/html_node/make_toc.html>
Any information on
various complier options about gcc / especially those related to
incorporating BEA Tuxedo libraries with gcc will greatly be appreciated.
Well, I think all the options you need are found in the GCC manuals (for
running gcc with the correct command line), the GNU make manual (if you
want to write a Makefile for you software), and with the libraries you want
to use (if there are special steps to take).
We're beginners with gcc .So anything help's at this stage.
Thanks
Ali REZA
I hope these pointer can help you.
fwyzard