unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: "Jan Djärv" <jan.h.d@swipnet.se>, emacs-devel@gnu.org
Subject: Re: Building without Emacs malloc, possible?
Date: Fri, 23 Feb 2007 00:17:36 +0000	[thread overview]
Message-ID: <45DE32A0.40807@gnu.org> (raw)
In-Reply-To: <jwvirdtu5uc.fsf-monnier+emacs@gnu.org>

Stefan Monnier wrote:
> BTW, isn't the problem that Emacs uses `posix_memalign' because it's found
> in libc, even though its own malloc doesn't provide it?
>   
For that to only happen when GTK is included, posix_memalign would have 
to be exported by the GTK libraries, not by the standard libraries.

I think the original diagnosis is right. Windows DLLs are linked to any 
libraries they need at build time, so functions like malloc cannot be 
overridden by the calling program.

  reply	other threads:[~2007-02-23  0:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-21 20:31 Building without Emacs malloc, possible? Jan Djärv
2007-02-22  4:23 ` Eli Zaretskii
2007-02-22  6:57   ` Jan Djärv
2007-02-23 18:07     ` Eli Zaretskii
2007-02-22 18:48   ` Jan D.
2007-02-23 18:12     ` Eli Zaretskii
2007-02-22 23:33 ` Stefan Monnier
2007-02-23  0:17   ` Jason Rumney [this message]
2007-02-23  6:42     ` Jan Djärv
2007-02-23  6:38   ` Jan Djärv

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=45DE32A0.40807@gnu.org \
    --to=jasonr@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jan.h.d@swipnet.se \
    --cc=monnier@iro.umontreal.ca \
    /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).