public inbox for cygwin-talk@cygwin.com
 help / color / mirror / Atom feed
From: Gary <cygwin@garydjones.name>
To: cygwin-talk@cygwin.com
Subject: Re: -static not working with gcc 4.3.4
Date: Tue, 19 Oct 2010 17:27:00 -0000	[thread overview]
Message-ID: <83hbgif5z1.fsf@garydjones.name> (raw)
In-Reply-To: <4CBC490B.9060704@lysator.liu.se>

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)

      reply	other threads:[~2010-10-19 17:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20101017005857.GA28900@const.famille.thibault.fr>
     [not found] ` <2BF01EB27B56CC478AD6E5A0A28931F201762C09@A1DAL1SWPES19MB.ams.acs-inc.net>
2010-10-18 13:18   ` Peter Rosin
2010-10-19 17:27     ` Gary [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83hbgif5z1.fsf@garydjones.name \
    --to=cygwin@garydjones.name \
    --cc=cygwin-talk@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).