From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4367 invoked by alias); 22 Oct 2011 22:49:31 -0000 Received: (qmail 4356 invoked by uid 22791); 22 Oct 2011 22:49:31 -0000 X-SWARE-Spam-Status: No, hits=-1.5 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; Sat, 22 Oct 2011 22:49:16 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RHkNP-0006sF-1G for cygwin@cygwin.com; Sun, 23 Oct 2011 00:49:15 +0200 Received: from p4fc61430.dip0.t-ipconnect.de ([79.198.20.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Oct 2011 00:49:15 +0200 Received: from philipp.kraus by p4fc61430.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Oct 2011 00:49:15 +0200 To: cygwin@cygwin.com From: Philipp Kraus Subject: Re: g++ linker problem with libcygwin.a Date: Sat, 22 Oct 2011 22:49:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Unison/2.1.5 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/msg00451.txt.bz2 On 2011-10-22 23:43:32 +0200, René Berber said: > On 10/22/2011 3:37 PM, Philipp Kraus wrote: > > [snip] >> error >> is created again. Should I rebuild my libraries with the -mconsole >> option, at the time >> I have build them only with configure, make, make install? > > You can check which libraries have a reference to _WinMain@16 by using nm. > > $ nm /usr/local/bin/.dll | grep WinMain > > then rebuild only those. I have checked each library (*.dll, *.a, *.dll.a) but no library file as got a reference to the _WinMain and I use the -mconsole linker flag. I don't understand why the linker creates the error on some codes and on other code there is no error. Linker options are the same Thx Phil -- 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