From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Failure to bootstrap on Windows Date: Fri, 2 Oct 2015 17:31:03 +0200 Message-ID: References: <560E4253.3050103@gmx.at> <83twq95q9s.fsf@gnu.org> <83h9m95mbr.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1140347c5ce6e5052120dcec X-Trace: ger.gmane.org 1443804485 25140 80.91.229.3 (2 Oct 2015 16:48:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Oct 2015 16:48:05 +0000 (UTC) Cc: martin rudalics , Emacs developers To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 02 18:48:00 2015 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 1Zi3Us-0001AD-LI for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2015 18:47:50 +0200 Original-Received: from localhost ([::1]:33264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi3Ur-00068F-IM for ged-emacs-devel@m.gmane.org; Fri, 02 Oct 2015 12:47:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi2JG-0007n9-Qy for emacs-devel@gnu.org; Fri, 02 Oct 2015 11:31:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zi2JF-0005uN-Ud for emacs-devel@gnu.org; Fri, 02 Oct 2015 11:31:46 -0400 Original-Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:32859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi2JE-0005tu-0P; Fri, 02 Oct 2015 11:31:44 -0400 Original-Received: by lafb9 with SMTP id b9so6476777laf.0; Fri, 02 Oct 2015 08:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=CCd9NCkGH8U71u+ORf0pj2a91kEHP/WevA6OrHhaRLg=; b=y/FqUJHBCpkD2LmSKrSlkw1kYZsoHej7WPmhoYGDV4f6PHbpoygzcZvJN+rPHmwSKz LqfVpFb/69pC7jSG1GntPZysrhLZdsQabJdFTobkHcjiVa49BjZtauxVmnkeoJLuQPQT jnFBHcFAfkQJNxnWLbQd9tx1xf/x2fClPhwy9hRldFm6F53DbokxVKdCyoAW74VWVtYd 810ADVQ+wU4EKDw0ZEA6ghzBLsP7L4oib5VPwhCSY59ulTD9Yr5IGph2sRHSbzpTRDYY cRIGIRKj4TJRilhxdR1x4h6OoASeKt6ATQChX0+753v4SLxcYphvOyB0FsVmUDnSRmou NXMg== X-Received: by 10.25.20.80 with SMTP id k77mr3835051lfi.117.1443799903297; Fri, 02 Oct 2015 08:31:43 -0700 (PDT) Original-Received: by 10.25.217.135 with HTTP; Fri, 2 Oct 2015 08:31:03 -0700 (PDT) In-Reply-To: <83h9m95mbr.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::230 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:190718 Archived-At: --001a1140347c5ce6e5052120dcec Content-Type: text/plain; charset=UTF-8 On Fri, Oct 2, 2015 at 5:20 PM, Eli Zaretskii wrote: > Does /mingw/bin exist, and if so, is there anything in it? Yes, /mingw is mapped to my MinGw installation path (C:\bin\mingw) so /mingw/bin contains the MinGW binaries. > How about /c/Devel/emacs/build/bin? Yes, /c/Devel/emacs/build is where I put all additional binaries and libraries required (the -c and -L args in my configure.sh command use c:/Devel/emacs/include and c:/Devel/emacs/lib instead of c:/Devel/emacs/build/{include,lib} because I have symlinks). > In general, the MinGW's bin directory should be _after_ the MSYS > directories on PATH, otherwise you risk invoking native MinGW programs > instead of their MSYS name-sakes. I'll fix that. --001a1140347c5ce6e5052120dcec Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Fri, Oct 2, 2015 at 5:20 PM, Eli Zaretskii <= eliz@gnu.org> wrote:

>= ; Does /mingw/bin exist, and if so, is there anything in it?

=
Yes, /mingw is mapped to my MinGw installation path (C:\bin\ming= w) so /mingw/bin contains the MinGW binaries.

>= How about /c/Devel/emacs/build/bin?

Yes, /c/Devel= /emacs/build is where I put all additional binaries and libraries required = (the -c and -L args in my configure.sh command use c:/Devel/emacs/include a= nd c:/Devel/emacs/lib instead of c:/Devel/emacs/build/{include,lib} because= I have symlinks).

> In general, the MinGW'= s bin directory should be _after_ the MSYS
> directories on PATH, oth= erwise you risk invoking native MinGW programs
> instead of their MSY= S name-sakes.

I'll fix that.
--001a1140347c5ce6e5052120dcec--