unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Some comments on the MSYS-based build
@ 2013-06-03 18:01 Óscar Fuentes
  2013-06-03 19:33 ` Eli Zaretskii
  2013-06-07  8:34 ` Eli Zaretskii
  0 siblings, 2 replies; 16+ messages in thread
From: Óscar Fuentes @ 2013-06-03 18:01 UTC (permalink / raw)
  To: emacs-devel

/nt/INSTALL.MSYS says

"A nice GUI installer, called mingw-get,"

mingw-get has no GUI yet. It is a planned feature. However,
mingw-get-inst (confusing, uh?) is a GUI front-end that invokes
mingw-get for MinGW/MSYS installation. It onlyl supports the most
essential packages, though. The URL for mingw-get-inst is:

http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/


/nt/INSTALL.MSYS says that mingw-developer-toolkit and msys-automake
should be installed. The mingw-get XML file for mingw-developer-toolkit
says that it includes mingw-automake and the XML file for msys-automake
says:

        <paragraph>This msys port of automake has been modified specifically for
          the MSYS System Builder (msys-dvlpr) environment; that is, it is
          intended to be used only when producing binary packages for the MSYS
          subsystem.  If you intend to produce executables for the native
          "mingw32" subsystem (that is, applications that should work on
          Microsoft Windows installations without the MSYS dll), then you should
          install the mingw32-automake-*, and/or the mingw32-automake1.NN-*
          packages instead.

so it seems that msys-automake is unnecesary.


MSYS has its own top-level configure script (/nt/msysconfig.sh) Shall we
expect from it the same features than from /confgiure.sh? (modulo OS
differences) For instance, /INSTALL mentions

`GZIP_PROG' is the name of the executable that compresses installed info,
	manual, and .el files.  It defaults to gzip.  Setting it to
	the empty string suppresses compression.

and my build script has

    export GZIP_PROG=""  # Do not compress .elc files
    if ! ../emacs/nt/msysconfig.sh --prefix $einstall ; then
	exit 12
    fi

but the build compresses the .el files.




^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-06-08  3:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-03 18:01 Some comments on the MSYS-based build Óscar Fuentes
2013-06-03 19:33 ` Eli Zaretskii
2013-06-03 19:52   ` Óscar Fuentes
2013-06-04 16:20     ` Eli Zaretskii
2013-06-07  8:34 ` Eli Zaretskii
2013-06-07 14:13   ` Óscar Fuentes
2013-06-07 14:43     ` Eli Zaretskii
2013-06-07 15:03       ` Óscar Fuentes
2013-06-07 15:18         ` Eli Zaretskii
2013-06-07 15:25           ` Eli Zaretskii
2013-06-07 15:29           ` Óscar Fuentes
2013-06-07 19:03             ` Eli Zaretskii
2013-06-07 20:06               ` Óscar Fuentes
2013-06-07 20:28                 ` Eli Zaretskii
2013-06-07 20:51                   ` Óscar Fuentes
2013-06-08  3:39                     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).