unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#60234: Build failure on mac os 12.6 / gcc 12.2
@ 2022-12-21  6:49 lloda
  2022-12-21  7:06 ` lloda
  2023-01-18 22:16 ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: lloda @ 2022-12-21  6:49 UTC (permalink / raw)
  To: 60234


The error is

.../libguile/threads.h:194:43: error: 'scm_i_current_thread' is defined with tls model global-dynamic
  194 | SCM_INTERNAL SCM_THREAD_LOCAL scm_thread *scm_i_current_thread;
      |                                           ^
.../libguile/threads.c:357:30: note: previously defined here as local-dynamic
  357 | SCM_THREAD_LOCAL scm_thread *scm_i_current_thread = NULL;

Simply repeating SCM_INTERNAL in the .c fixes it...

regards

  Daniel






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

end of thread, other threads:[~2023-01-20  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-21  6:49 bug#60234: Build failure on mac os 12.6 / gcc 12.2 lloda
2022-12-21  7:06 ` lloda
2023-01-18 22:16 ` Ludovic Courtès
2023-01-20  9:38   ` lloda

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