unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#71412: 30.0.50; Cygw32 build break
@ 2024-06-07 11:40 Kazuhiro Ito
  2024-06-07 13:36 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Kazuhiro Ito @ 2024-06-07 11:40 UTC (permalink / raw)
  To: 71412

Cygw32 build fails on  master

$ make
(snip)
  CCLD     temacs.exe
/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: emacs.o:emacs.c:(.text.startup+0x21ce): undefined reference to `syms_of_w32image'
/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: emacs.o:emacs.c:(.text.startup+0x2317): undefined reference to `globals_of_w32image'
collect2: error: ld returned 1 exit status

It seems that w32image.c is compiled when native image API is enabled
but it is never enabled on Cygwin.

-- 
Kazuhiro Ito





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#71412: 30.0.50; Cygw32 build break
  2024-06-07 11:40 bug#71412: 30.0.50; Cygw32 build break Kazuhiro Ito
@ 2024-06-07 13:36 ` Eli Zaretskii
  2024-06-07 14:15   ` Kazuhiro Ito
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2024-06-07 13:36 UTC (permalink / raw)
  To: Kazuhiro Ito; +Cc: 71412

> Date: Fri, 07 Jun 2024 20:40:39 +0900
> From: Kazuhiro Ito <kzhr@d1.dion.ne.jp>
> 
> Cygw32 build fails on  master
> 
> $ make
> (snip)
>   CCLD     temacs.exe
> /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: emacs.o:emacs.c:(.text.startup+0x21ce): undefined reference to `syms_of_w32image'
> /usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: emacs.o:emacs.c:(.text.startup+0x2317): undefined reference to `globals_of_w32image'
> collect2: error: ld returned 1 exit status
> 
> It seems that w32image.c is compiled when native image API is enabled
> but it is never enabled on Cygwin.

Thanks, should be fixed mow.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#71412: 30.0.50; Cygw32 build break
  2024-06-07 13:36 ` Eli Zaretskii
@ 2024-06-07 14:15   ` Kazuhiro Ito
  0 siblings, 0 replies; 3+ messages in thread
From: Kazuhiro Ito @ 2024-06-07 14:15 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 71412-done

> > Cygw32 build fails on  master
> 
> Thanks, should be fixed mow.

Thank you for the fix.  I confirmed the problem was resolved, closing
the issue.

-- 
Kazuhiro Ito





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-07 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07 11:40 bug#71412: 30.0.50; Cygw32 build break Kazuhiro Ito
2024-06-07 13:36 ` Eli Zaretskii
2024-06-07 14:15   ` Kazuhiro Ito

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).