From: "Óscar Fuentes" <ofv@wanadoo.es>
To: emacs-devel@gnu.org
Subject: Some comments on the MSYS-based build
Date: Mon, 03 Jun 2013 20:01:59 +0200 [thread overview]
Message-ID: <87hahfysx4.fsf@wanadoo.es> (raw)
/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.
next reply other threads:[~2013-06-03 18:01 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-03 18:01 Óscar Fuentes [this message]
2013-06-03 19:33 ` Some comments on the MSYS-based build 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87hahfysx4.fsf@wanadoo.es \
--to=ofv@wanadoo.es \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).