all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
To: 34409@debbugs.gnu.org
Subject: bug#34409: 27.0.50; Cygw32 build break
Date: Sun, 10 Feb 2019 13:21:27 +0900	[thread overview]
Message-ID: <vriuo97k9su0.wl--xmue@d1.dion.ne.jp> (raw)

Cygw32 build is failed on trunk.

$ ./configure --with-w32
$ make

(snip)
emacs.o:emacs.c:(.text.startup+0x1a6): undefined reference to `init_heap'
emacs.o:emacs.c:(.text.startup+0x1a6): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `init_heap'
emacs.o:emacs.c:(.text.startup+0x389): undefined reference to `init_heap'
emacs.o:emacs.c:(.text.startup+0x389): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `init_heap'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:634: temacs.in.exe] Error 1
make[1]: Leaving directory '/dfs/f/build/cygwin64/emacs/src'
make: *** [Makefile:423: src] Error 2

init_heap function is defined in w32heap.c, which is not compiled on
Cygwin buid.

-- 
Kazuhiro Ito





             reply	other threads:[~2019-02-10  4:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-10  4:21 Kazuhiro Ito [this message]
2019-02-10 15:11 ` bug#34409: 27.0.50; Cygw32 build break Eli Zaretskii
2019-02-11  0:24   ` Kazuhiro Ito

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vriuo97k9su0.wl--xmue@d1.dion.ne.jp \
    --to=kzhr@d1.dion.ne.jp \
    --cc=34409@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.