From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Fix for Cygwin/GSlice problem Date: Wed, 09 Dec 2009 21:39:16 +0100 Message-ID: <4B200AF4.4090200@swipnet.se> References: <4B1EA7F6.3090504@cornell.edu> <4B1F1424.9020105@cornell.edu> <4B1F5A63.3030509@swipnet.se> <4B1FBB8C.5090909@cornell.edu> <4B1FD098.4040400@cornell.edu> <4B1FF22D.8080800@swipnet.se> <4B1FFA96.7000203@cornell.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1260391225 8219 80.91.229.12 (9 Dec 2009 20:40:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2009 20:40:25 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 09 21:40:18 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NITKb-00063e-IW for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 21:40:17 +0100 Original-Received: from localhost ([127.0.0.1]:43631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NITKb-0004h8-1z for ged-emacs-devel@m.gmane.org; Wed, 09 Dec 2009 15:40:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NITJn-0004VH-DV for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:39:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NITJh-0004Tu-Uo for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:39:26 -0500 Original-Received: from [199.232.76.173] (port=36384 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NITJh-0004Tq-No for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:39:21 -0500 Original-Received: from proxy3.bredband.net ([195.54.101.73]:61354) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NITJh-0002uM-A3 for emacs-devel@gnu.org; Wed, 09 Dec 2009 15:39:21 -0500 Original-Received: from ipb2.telenor.se (195.54.127.165) by proxy3.bredband.net (7.3.140.3) id 4AD3E1BA0187CA56 for emacs-devel@gnu.org; Wed, 9 Dec 2009 21:39:20 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AotMAO6ZH0tV4S1uPGdsb2JhbACBTJc8glMBAQEBN7szhCwEjSE X-IronPort-AV: E=Sophos;i="4.47,370,1257116400"; d="scan'208";a="13505817" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb2.telenor.se with ESMTP; 09 Dec 2009 21:39:19 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id EB3FB7FA07B; Wed, 9 Dec 2009 21:39:18 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 In-Reply-To: <4B1FFA96.7000203@cornell.edu> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118478 Archived-At: Ken Brown skrev 2009-12-09 20.29: > Those comments came from Dave Korn, who is Cygwin's gcc maintainer. If > he's right that it breaks linking against the shared libgcc, I wonder if > that's been the problem all along. As I recall from the February 2007 > thread, there was a suggestion that there were linking problems that > prevented Emacs's memalign from being called by glib. > > Is there a way I can disable linking against the static libgcc just to > see what happens? > Just remove those `gcc -print-libgcc-file-name` from the makefile. Jan D.