From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs from a new MinGW environment Date: Fri, 20 Sep 2013 00:56:15 +0200 Message-ID: References: <83sixwfdjk.fsf@gnu.org> <834n9nhhp6.fsf@gnu.org> <83ppsbfoe7.fsf@gnu.org> <83mwnffkom.fsf@gnu.org> <83k3ijfhk0.fsf@gnu.org> <83hadnf7gs.fsf@gnu.org> <83hadmqvql.fsf@gnu.org> <83txhkpszv.fsf@gnu.org> <83pps8pnc9.fsf@gnu.org> <83ob7splia.fsf@gnu.org> <83k3ifq5o5.fsf@gnu.org> <83d2o7q28r.fsf@gnu.org> <8338p3pded.fsf@gnu.org> <83r4cmo9m2.fsf@gnu.org> <83pps6o3f2.fsf@gnu.org> <83hadinuf9.fsf@gnu.org> <83wqmelyxc.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1379631412 24829 80.91.229.3 (19 Sep 2013 22:56:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Sep 2013 22:56:52 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 20 00:56:55 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VMn9a-0005Z0-0P for ged-emacs-devel@m.gmane.org; Fri, 20 Sep 2013 00:56:54 +0200 Original-Received: from localhost ([::1]:53413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMn9Z-0001ot-KF for ged-emacs-devel@m.gmane.org; Thu, 19 Sep 2013 18:56:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMn9Q-0001no-LB for emacs-devel@gnu.org; Thu, 19 Sep 2013 18:56:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMn9K-0006KZ-MF for emacs-devel@gnu.org; Thu, 19 Sep 2013 18:56:44 -0400 Original-Received: from mail-lb0-f174.google.com ([209.85.217.174]:45713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMn9E-0006Jr-3M; Thu, 19 Sep 2013 18:56:32 -0400 Original-Received: by mail-lb0-f174.google.com with SMTP id w6so8253516lbh.5 for ; Thu, 19 Sep 2013 15:56:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=q6ciVEWNwEhwSymTAL3ipshm41tjMpdg+fc/lswMzg4=; b=vztJyYQZXGz9T3U4LJ7nMLkJdu9Mu49MejAqKvVR5THKhWzp/xYlBNkuqX58n9K5Wk cMqfptUdioupwrezO75c1htM/e7JNkl0/ewvnoWe9BFxJyX4txW0BSmGJLtVo0Zf719t 70N2hBgjdUFJxbnYo8HTAi57Qi6J+DmsTJbl/bsjfb4vd7fAjSaEuVqS+Z7BfVGe+86K sC8JWZ9KslfpX1IKYFev9yP8RydFCYYq5RTlnqUZdcAJDwp5xGXLVTKhuK+2GVKWhftL PmJPvB7KpTaCXrq199inpQIL8f0aCIKu1tI3vStTrlsQfs9Q3tG8OugqaiFQqz86jv+w FwHg== X-Received: by 10.152.37.103 with SMTP id x7mr3261412laj.28.1379631375839; Thu, 19 Sep 2013 15:56:15 -0700 (PDT) Original-Received: by 10.114.176.231 with HTTP; Thu, 19 Sep 2013 15:56:15 -0700 (PDT) In-Reply-To: <83wqmelyxc.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.217.174 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163490 Archived-At: > Then I'm quite sure you have a dependency on libgcc_s_dw2-1.dll in one > of the other DLLs. All the symptoms are exactly as described in > > http://sourceforge.net/mailarchive/message.php?msg_id=31010191 > > The solution is to use libiconv and libintl from the ezwinports site, > they don't have that problem. Confirmed: When I use earlier versions of those libraries (libiconv-1.13.1-1 and libintl-0.17-1), I finally can bootstrap successfully. Thank you very much! -- Dani Moncayo