public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
* Re: -static not working with gcc 4.3.4
       [not found] ` <2BF01EB27B56CC478AD6E5A0A28931F201762C09@A1DAL1SWPES19MB.ams.acs-inc.net>
@ 2010-10-18 13:18   ` Peter Rosin
  2010-10-19 17:27     ` Gary
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Rosin @ 2010-10-18 13:18 UTC (permalink / raw)
  To: Kenneth.Nellis; +Cc: cygwin-talk, Peter Rosin

Den 2010-10-18 14:45 skrev Nellis, Kenneth:
>> $ cat test.c
>> int main(void) {}
> 
> Please, why such a large test case when the following would
> have been perfectly adequate to demonstrate the problem?:
> 
> $ cat test.c
> main() {}
> $

Don't throw rocks in glass houses. You have (at least) 20%
absolute crap in your version.

$ cat test.c
main(){}$ 

Cheers,
Peter

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

* Re: -static not working with gcc 4.3.4
  2010-10-18 13:18   ` -static not working with gcc 4.3.4 Peter Rosin
@ 2010-10-19 17:27     ` Gary
  0 siblings, 0 replies; 2+ messages in thread
From: Gary @ 2010-10-19 17:27 UTC (permalink / raw)
  To: cygwin-talk

Peter Rosin wrote:
> Den 2010-10-18 14:45 skrev Nellis, Kenneth:
>>> $ cat test.c
>>> int main(void) {}
>> 
>> Please, why such a large test case when the following would
>> have been perfectly adequate to demonstrate the problem?:
>> 
>> $ cat test.c
>> main() {}
>> $
>
> Don't throw rocks in glass houses. You have (at least) 20%
> absolute crap in your version.
>
> $ cat test.c
> main(){}$ 

That's not complete crap then, only 20% crap.

BTW, isn't main supposed to be

  int main(void) { return 0; }

or alternatively

  int main(int argc, char *argv[]) { return 0; }

?

-- 
Gary (100% pedant, who didn't read the original thread and so, as usual,
      may not know what he is talking about)

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

end of thread, other threads:[~2010-10-19 17:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20101017005857.GA28900@const.famille.thibault.fr>
     [not found] ` <2BF01EB27B56CC478AD6E5A0A28931F201762C09@A1DAL1SWPES19MB.ams.acs-inc.net>
2010-10-18 13:18   ` -static not working with gcc 4.3.4 Peter Rosin
2010-10-19 17:27     ` Gary

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).