* bug#34409: 27.0.50; Cygw32 build break
@ 2019-02-10 4:21 Kazuhiro Ito
2019-02-10 15:11 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Kazuhiro Ito @ 2019-02-10 4:21 UTC (permalink / raw)
To: 34409
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#34409: 27.0.50; Cygw32 build break
2019-02-10 4:21 bug#34409: 27.0.50; Cygw32 build break Kazuhiro Ito
@ 2019-02-10 15:11 ` Eli Zaretskii
2019-02-11 0:24 ` Kazuhiro Ito
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2019-02-10 15:11 UTC (permalink / raw)
To: Kazuhiro Ito; +Cc: 34409
> Date: Sun, 10 Feb 2019 13:21:27 +0900
> From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
>
> Cygw32 build is failed on trunk.
>
> $ ./configure --with-w32
> $ make
Sorry about that, should be fixed now.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#34409: 27.0.50; Cygw32 build break
2019-02-10 15:11 ` Eli Zaretskii
@ 2019-02-11 0:24 ` Kazuhiro Ito
0 siblings, 0 replies; 3+ messages in thread
From: Kazuhiro Ito @ 2019-02-11 0:24 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 34409-done
> > Cygw32 build is failed on trunk.
> >
> > $ ./configure --with-w32
> > $ make
>
> Sorry about that, should be fixed now.
I confirmed the problem was fixed.
Thak you.
--
Kazuhiro Ito
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-11 0:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-10 4:21 bug#34409: 27.0.50; Cygw32 build break Kazuhiro Ito
2019-02-10 15:11 ` Eli Zaretskii
2019-02-11 0:24 ` Kazuhiro Ito
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.