From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7909 invoked by alias); 23 Oct 2011 17:53:20 -0000 Received: (qmail 7895 invoked by uid 22791); 23 Oct 2011 17:53:19 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 23 Oct 2011 17:53:04 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RI2EI-0000oB-Kq for cygwin@cygwin.com; Sun, 23 Oct 2011 19:53:02 +0200 Received: from fixed-203-69-24.iusacell.net ([189.203.69.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Oct 2011 19:53:02 +0200 Received: from r.berber by fixed-203-69-24.iusacell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Oct 2011 19:53:02 +0200 To: cygwin@cygwin.com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: g++ linker problem with libcygwin.a Date: Sun, 23 Oct 2011 17:53:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 In-Reply-To: X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-10/txt/msg00469.txt.bz2 On 10/23/2011 5:07 AM, Philipp Kraus wrote: > On 2011-10-23 01:28:37 +0200, Ren=E9 Berber said: >=20 >> I'm not sure why this static library is pulled. >=20 > yes *g* that my problem also. My cygwin g++ / ld > links it automatically Where it comes from? The compiler specs: $ g++ -dumpspecs ... *lib: %{pg:-lgmon} %{!mno-cygwin:-lcygwin} ... Its always linked and needed, and it doesn't cause the "undefined reference to _WinMain" problem in other compilations. There must be something else that uses something that pulls _WinMain. Perhaps looking at the link map will clarify what is going on: g++ -Wl,-M ... > link-map.txt --=20 Ren=E9 Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple