From: SourceForge.net <no...@so...> - 2012-05-29 00:49:33
|
Bugs item #3530379, was opened at 2012-05-28 17:49 Message generated for change (Tracker Item Submitted) made by janssen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3530379&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: multithreading Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Bill Janssen (janssen) Assigned to: Vladimir Tzankov (vtz) Summary: configure --with-threads hangs on Mac OS Initial Comment: When I try to build clisp-2.49 with --with-threads=POSIX_THREADS, the build hangs, on both OS X 10.5 and 10.6. The issue seems to be some of the clisp.m4 macros that run clisp into a pipe, e.g. /tmp/clisp-2.49/src/clisp -K boot -E UTF-8 -Epathname 1:1 -Emisc 1:1 | head -n 1 This works fine if building without threads, but hangs (hard) when threading is specified. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3530379&group_id=1355 |