I've been a guile user erratically for a long time, and maintain the
entry for guile in pkgsrc. Currently that's at 1.8.8 and it works fine.
There's a draft package for guile 2. boehm-gc in pkgsrc on NetBSD is
built without threads, and I have --disable-threads passed to guile's
configure.
The
Hi Greg,
Greg Troxel writes:
> There's a draft package for guile 2. boehm-gc in pkgsrc on NetBSD is
> built without threads, and I have --disable-threads passed to guile's
> configure.
As documented in our README and the output of ./configure --help,
"--without-threads" is the option you shoul
Mark H Weaver writes:
> As documented in our README and the output of ./configure --help,
> "--without-threads" is the option you should be using. To be honest,
> I'm not sure what "--disable-threads" will do, if anything. It's
> possible that gnulib is somehow enabling that option to be accep
Greg Troxel writes:
> After fixing the --disable-threads and updating to 2.0.11, I get the
> following. I'll ask pkgsrc/netbsd people about libgc, since that seems
> to be the issue.
>
> /usr/pkgsrc/wip/guile2/work/guile-2.0.11/libguile > LD_LIBRARY_PATH=.libs gdb
> .libs/guile
> GNU gdb (GDB)
Mark H Weaver writes:
>> Program received signal SIGSEGV, Segmentation fault.
>> [Switching to LWP 1]
>> 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1
>> (gdb) bt
>> #0 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1
>> #1 0xbba8696e in GC_find_l
Hello guilers,
I started [slowly but hopefully surely :)] to work on updating our guile-clutter
binding from clutter 1.10.0 to clutter 1.12.2. [sorry in advance if some of the
questions I will ask may sound a bit stupid, my knowledge of involved lower
level
tools, modules, ... is quite 'superfi
Greg Troxel writes:
> Mark H Weaver writes:
>
>>> Program received signal SIGSEGV, Segmentation fault.
>>> [Switching to LWP 1]
>>> 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1
>>> (gdb) bt
>>> #0 0xbba868ae in GC_find_limit_with_bound () from /usr/pkg/lib/libgc.so.1
>