Re: gcc issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8 November 2011 13:25, Sebastian Huber wrote:
> On 11/08/2011 02:20 PM, trisha yad wrote:
>>
>> when i pass garbage option it still got pass.
>>
>> gdb_mips]$ gcc -odfhksdf test.c
>
> This is not a garbage option.  It creates the "dfhksdf" program (provided
> test.c is not garbage).

Right, the -o option takes an argument, so the command is equivalent to:

gcc -o dfhksdf test.c



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux