public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Basic information sorted on gcc. Please help if possible.
@ 2002-12-29 19:02 Ali_Reza
  2002-12-30  6:17 ` Andrea 'fwyzard' Bocci
  0 siblings, 1 reply; 2+ messages in thread
From: Ali_Reza @ 2002-12-29 19:02 UTC (permalink / raw)
  To: gcc-help

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 ?
Is there a standard make file template available. Any information on
various complier options about gcc / especially those related to
incorporating BEA Tuxedo libraries with gcc will greatly be appreciated.
We're beginners with gcc  .So anything help's at this stage.

Thanks
Ali REZA
IBS - Revenue Assurance - Billing
Phone +91-22-(2)762 6067



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Basic information sorted on gcc. Please help if possible.
  2002-12-29 19:02 Basic information sorted on gcc. Please help if possible Ali_Reza
@ 2002-12-30  6:17 ` Andrea 'fwyzard' Bocci
  0 siblings, 0 replies; 2+ messages in thread
From: Andrea 'fwyzard' Bocci @ 2002-12-30  6:17 UTC (permalink / raw)
  To: Ali_Reza; +Cc: gcc-help

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 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-30 12:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-29 19:02 Basic information sorted on gcc. Please help if possible Ali_Reza
2002-12-30  6:17 ` Andrea 'fwyzard' Bocci

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).