[SM-Grimoire-Bugs] [Bug 13327] New: Ruby with optional_depends tk needs --enable-pthread
bugzilla-daemon at bugs.sourcemage.org
bugzilla-daemon at bugs.sourcemage.org
Thu Dec 14 13:13:06 EST 2006
http://bugs.sourcemage.org/show_bug.cgi?id=13327
Summary: Ruby with optional_depends tk needs --enable-pthread
Product: Codex
Version: test grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: sm-grimoire-bugs at lists.ibiblio.org
ReportedBy: chat at sourcemage.org
I noticed this error when building ruby:
compiling tk
*****************************************************************************
**
** PTHREAD SUPPORT MODE ERROR:
**
** Ruby is not compiled with --enable-pthread, but your Tcl/Tk
** library seems to be compiled with pthread support. This
** combination may cause frequent hang or segmentation fault
** errors when Ruby/Tk is working. We recommend that you NEVER
** create the library with such a combination of pthread support.
**
** Please recompile Ruby with the "--enable-pthread" configure option
** or recompile Tcl/Tk with the "--disable-threads" configure option.
**
*****************************************************************************
Both tcl and tk have this in the BUILD: OPTS="$OPTS --enable-threads" &&
It looks like this will cause problems for ruby if we don't use --enable-pthread
for ruby in this case.
--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the SM-Grimoire-Bugs
mailing list