From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.bugs Subject: Re: More problems on HP-UX ... 7 Date: Wed, 28 Apr 2004 08:51:28 +1000 Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Message-ID: <87isfl9gr3.fsf@zip.com.au> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1083106477 16124 80.91.224.253 (27 Apr 2004 22:54:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Apr 2004 22:54:37 +0000 (UTC) Cc: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Apr 28 00:54:31 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BIbTD-0000V4-00 for ; Wed, 28 Apr 2004 00:54:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIbT1-0005n1-DN for guile-bugs@m.gmane.org; Tue, 27 Apr 2004 18:54:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BIbSa-0005eM-7i for bug-guile@gnu.org; Tue, 27 Apr 2004 18:53:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BIbR3-0004E0-MQ for bug-guile@gnu.org; Tue, 27 Apr 2004 18:52:50 -0400 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BIbQi-0003lb-Bm for bug-guile@gnu.org; Tue, 27 Apr 2004 18:51:56 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i3RMph4u025192; Wed, 28 Apr 2004 08:51:43 +1000 Original-Received: from localhost (ppp24D0.dyn.pacific.net.au [61.8.36.208]) by mailproxy2.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i3RMpfHV008024; Wed, 28 Apr 2004 08:51:42 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1BIbQG-0001By-00; Wed, 28 Apr 2004 08:51:28 +1000 Original-To: =?iso-8859-1?q?Andreas_V=F6gele?= In-Reply-To: (Andreas =?iso-8859-1?q?V=F6gele's?= message of "Mon, 26 Apr 2004 23:30:44 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:1355 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:1355 Andreas V=F6gele writes: > > I can now link Guile but I get the following runtime error message: > > Internal error: Need to upgrade mutex size Thanks. There's a hard coded maximum size expected of a mutex in the pluggable threads support stuff. On a hpux11 in 32-bit mode I see pthread_mutex_t is 88 bytes. Is that what you get? _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://mail.gnu.org/mailman/listinfo/bug-guile