Re: gcc tutorial?
In <d290pc$nbt$3@n ews.net.uni-c.dk> JS <d44sf@44ada.co m> writes:
[color=blue]
>Rouben Rostamian wrote:
>[color=green]
>> In article <pan.2005.03.28 .12.18.33.11249 3@asd.com>, JS <asd@asd.com>
>> wrote:[color=darkred]
>>>I have used google and searched for gcc tutorial but have not found
>>>anything usefull yet. Does somebody know a good link to a gcc tutorial?[/color]
>>
>> What do you expect to find in a gcc tutorial?
>>[/color]
>
>Overview of the different compiler options and how in general to use the gcc
>when compiling c code.[/color]
The gcc compiler driver follows the classic Unix C compiler driver
principles of operation and conventions, so the section about using
the C compiler in any Unix tutorial will give you the basics.
For an overview of the gcc options, read the man page. And for any
additional questions on this topic use gnu.gcc.help.
Dan
--
Dan Pop <Dan.Pop@ifh.de >
In <d290pc$nbt$3@n ews.net.uni-c.dk> JS <d44sf@44ada.co m> writes:
[color=blue]
>Rouben Rostamian wrote:
>[color=green]
>> In article <pan.2005.03.28 .12.18.33.11249 3@asd.com>, JS <asd@asd.com>
>> wrote:[color=darkred]
>>>I have used google and searched for gcc tutorial but have not found
>>>anything usefull yet. Does somebody know a good link to a gcc tutorial?[/color]
>>
>> What do you expect to find in a gcc tutorial?
>>[/color]
>
>Overview of the different compiler options and how in general to use the gcc
>when compiling c code.[/color]
The gcc compiler driver follows the classic Unix C compiler driver
principles of operation and conventions, so the section about using
the C compiler in any Unix tutorial will give you the basics.
For an overview of the gcc options, read the man page. And for any
additional questions on this topic use gnu.gcc.help.
Dan
--
Dan Pop <Dan.Pop@ifh.de >
Comment