From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28109 invoked by alias); 18 Oct 2010 13:18:12 -0000 Received: (qmail 28101 invoked by uid 22791); 18 Oct 2010 13:18:11 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.lysator.liu.se (HELO mail.lysator.liu.se) (130.236.254.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 Oct 2010 13:18:07 +0000 Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id B96B54001F; Mon, 18 Oct 2010 15:18:04 +0200 (CEST) Received: from [192.168.0.33] (h57n3fls301o1095.telia.com [81.230.178.57]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTP id 8D36040006; Mon, 18 Oct 2010 15:18:04 +0200 (CEST) Message-ID: <4CBC490B.9060704@lysator.liu.se> Date: Mon, 18 Oct 2010 13:18:00 -0000 From: Peter Rosin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: Kenneth.Nellis@acs-inc.com CC: cygwin-talk@cygwin.com, Peter Rosin Subject: Re: -static not working with gcc 4.3.4 References: <20101017005857.GA28900@const.famille.thibault.fr> <2BF01EB27B56CC478AD6E5A0A28931F201762C09@A1DAL1SWPES19MB.ams.acs-inc.net> In-Reply-To: <2BF01EB27B56CC478AD6E5A0A28931F201762C09@A1DAL1SWPES19MB.ams.acs-inc.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-talk-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-talk-owner@cygwin.com Reply-To: The Vulgar and Unprofessional Cygwin-Talk List Mail-Followup-To: cygwin-talk@cygwin.com X-SW-Source: 2010-q4/txt/msg00015.txt.bz2 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