Jon Trowbridge wrote:
> On Wed, Jun 28, 2000 at 01:16:01PM -0500, Bill Gribble wrote:
> > Budman <[EMAIL PROTECTED]> writes:
> > This isn't referring to QT the graphics toolkit; it's QThreads, the
> > guile cooperative threading library. qthreads should be a part of the
> > standard guile distribution; try running 'guile-config link' to
> > see if guile knows where to find qthreads. On my system (debian)
> > it prints this:
> >
> > $ guile-config link
> > -L/usr/lib -lguile -lqthreads -ldl -lm
>
When I did this, it didn't show the -lqthreads. Did the older version 1.3.2
require qthreads?
>
> In older versions of guile, qthreads wasn't built by default: You had
> to run configure with the --enable-threads (or was it
> --enable-qthreads?) option for libqthreads to be built. This caused
> no end of problems.
>
> The three posibilities here are:
>
> (1) You built guile from sources yourself, and didn't say
> --enable-threads when you ran configure. The solution is
> to re-build/re-install, adding this option.
>
Woohoo! :) I recompiled guile with the --with-threads option. That did
it.
Thanks for the help!
Rich
--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]