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

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

bug#9852: 24.0.90; pthread_sigmask() check is bogus when HAVE_PTHREAD is


From: Nali Toja
Subject: bug#9852: 24.0.90; pthread_sigmask() check is bogus when HAVE_PTHREAD is defined
Date: Sun, 23 Oct 2011 21:24:52 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (berkeley-unix)

emacs configure detects (via gnulib) pthread_sigmask even when there is
a stub in libc, marks it broken with

  PTHREAD_SIGMASK_INEFFECTIVE
  PTHREAD_SIGMASK_UNBLOCK_BUG

and links with LIB_PTHREAD during build. What if the version in
LIB_PTHREAD is not broken? gnulib would still wrap it with code
that may not work as expected.
  
forwarding http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/161911
it adds -lpthread to LDFLAGS as a workaround
--
In GNU Emacs 24.0.90.9 (amd64-unknown-freebsd9.9)
 of 2011-10-23 on hidden
configured using `configure  '--without-x'




reply via email to

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