unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Juan José García-Ripoll" <juanjose.garciaripoll@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Avoid duplicate emacs.exe / emacs-$version.exe
Date: Sun, 29 Mar 2020 00:36:12 +0100	[thread overview]
Message-ID: <86o8sgxdar.fsf@csic.es> (raw)
In-Reply-To: 83tv285ole.fsf@gnu.org

Eli Zaretskii <eliz@gnu.org> writes:
> (This is a secondary point, but Emacs is not linked statically, at
> least not by default.

Just a side note: the build-zips.sh script that makes the Windows
distribution files always uses the flag -static when building emacs. I
understand this is done so that Emacs does not require copies of the C,
mingw and other libraries.

So, for the record, perhaps a more accurate statement is that Emacs in
Windows is always statically built, except for some libraries, which are
loaded dynamically by the executable itself, not through the OS linking
process

decompress.c:  HMODULE library = w32_delayed_load (Qzlib);
gnutls.c:  if (!(library = w32_delayed_load (Qgnutls)))
image.c:  if (!(library = w32_delayed_load (Qxpm)))
image.c:  if (!(library = w32_delayed_load (Qpng)))
image.c:  if (!(library = w32_delayed_load (Qjpeg)))
image.c:  if (!(library = w32_delayed_load (Qtiff)))
image.c:  if (!(library = w32_delayed_load (Qgif)))
image.c:  if (!(glib = w32_delayed_load (Qglib))
image.c:      || !(gobject = w32_delayed_load (Qgobject))
image.c:      || !(giolib = w32_delayed_load (Qgio))
image.c:      || !(gdklib = w32_delayed_load (Qgdk_pixbuf))
image.c:      || !(library = w32_delayed_load (Qsvg)))
json.c:  HMODULE library = w32_delayed_load (Qjson);
lcms.c:  HMODULE library = w32_delayed_load (Qlcms2);
xml.c:      if (!(library = w32_delayed_load (Qlibxml2)))

-- 
Juan José García Ripoll
http://juanjose.garciaripoll.com
http://quinfog.hbar.es




  parent reply	other threads:[~2020-03-28 23:36 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-28 16:53 Avoid duplicate emacs.exe / emacs-$version.exe Juan José García-Ripoll
2020-03-28 18:19 ` Eli Zaretskii
2020-03-28 20:41   ` Juan José García-Ripoll
2020-03-28 22:45     ` Phillip Lord
2020-03-29  2:31     ` Eli Zaretskii
2020-03-29  9:38       ` Juan José García-Ripoll
2020-03-29 13:08         ` Phillip Lord
2020-03-29 14:10         ` Eli Zaretskii
2020-03-28 18:19 ` Eli Zaretskii
2020-03-28 20:13   ` Phillip Lord
2020-03-28 20:48     ` Juan José García-Ripoll
2020-03-28 22:22       ` Phillip Lord
2020-03-28 23:36         ` Juan José García-Ripoll
2020-03-29 12:55           ` Phillip Lord
2020-03-29  2:27     ` Eli Zaretskii
2020-03-29 12:52       ` Phillip Lord
2020-03-29 13:56         ` Eli Zaretskii
2020-03-29 17:25           ` Phillip Lord
2020-03-28 23:36   ` Juan José García-Ripoll [this message]
2020-03-29  2:36     ` Eli Zaretskii
2020-03-29 12:59       ` Phillip Lord
2020-03-29 13:59         ` Eli Zaretskii
2020-03-29 18:18           ` Phillip Lord
2020-03-29 18:34             ` Eli Zaretskii
2020-03-29 20:49               ` Phillip Lord
  -- strict thread matches above, loose matches on Subject: below --
2020-03-29 17:01 Angelo Graziosi
2020-03-29 17:22 ` 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=86o8sgxdar.fsf@csic.es \
    --to=juanjose.garciaripoll@gmail.com \
    --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).