bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34409: 27.0.50; Cygw32 build break


From: Kazuhiro Ito
Subject: bug#34409: 27.0.50; Cygw32 build break
Date: Sun, 10 Feb 2019 13:21:27 +0900
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/27.0 (x86_64-pc-cygwin) MULE/6.0 (HANACHIRUSATO)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]