GNU bug report logs - #14603
MS Windows configure needs to be run via msysconfig.sh

Previous Next

Package: emacs;

Reported by: Dmitry Gutov <dgutov <at> yandex.ru>

Date: Wed, 12 Jun 2013 21:54:01 UTC

Severity: minor

Tags: fixed

Fixed in version 24.4

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Dmitry Gutov <dgutov <at> yandex.ru>
Cc: 14603 <at> debbugs.gnu.org
Subject: bug#14603: 24.3.50; Error while bootstrapping Emacs on Windows
Date: Thu, 13 Jun 2013 16:17:12 +0300
> Date: Thu, 13 Jun 2013 11:24:17 +0400
> From: Dmitry Gutov <dgutov <at> yandex.ru>
> CC: 14603 <at> debbugs.gnu.org
> 
> On 13.06.2013 6:43, Eli Zaretskii wrote:
> > Something was wrong during the configure step, because lib/dup2.c is
> > not supposed to be compiled in the MinGW build.  My crystal ball says
> > that somehow the site file nt/mingw-cfg.site was not read by
> > configure.
> 
> The file is there

Its being there does not automatically guarantee that it will be read.

> and I don't see any errors during configure.

That's because the errors are subtle ;-)

Here's one error:

> checking for a BSD-compatible install... /bin/install -c

It should have had this line before the above one:

  configure: loading site script ./nt/mingw-cfg.site

Here's another error:

> checking whether dup2 works... no

It should have said this instead:

  checking whether dup2 works... (cached) yes

And another one:

> checking for library containing acl_get_file... no

which should be

  checking for library containing acl_get_file... (cached) none required

All these, and quite a few more, are arranged by nt/mingw-cfg.site.

How (with what command line) did you invoke the configure script?




This bug report was last modified 8 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.