Subject: Re: lossage guile-gtk, guile, pthreads
To: Greg Troxel <gdt@ir.bbn.com>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 05/12/2004 23:15:08
On Wed, May 12, 2004 at 05:11:56PM -0400, Greg Troxel wrote:
> I think I have narrowed this down to guile not being linked with
> pthread but guile-gtk is (because gtk is):
...

guile14 contains the following workaround:

# Link the native thread so that Guile processes won't die when libpthread.so
# is dl_open(3)'ed.
CFLAGS+=                ${PTHREAD_CFLAGS}

Does a similar thing help for guile(16)?

 Thomas