[racket-dev] up-to-date libgtk for drracket on debian stable?
Matthew Flatt wrote:
>If you configure with `--enable-pthreads', does it fix the problem?
>If so, we can make `--enable-pthreads' the default for OpenBSD.
--enable-pthread
Yes, it works. Note that I still get a warning when running
configure:
[...]
=== configuring in foreign/libffi (/home/meunier/lang/plt/src/build/foreign/libffi)
configure: running /bin/sh ../../../foreign/libffi/configure '--prefix=/home/meunier/lang/plt' '--enable-pthread' --cache-file=/dev/null --srcdir=../../../foreign/li
bffi
configure: WARNING: unrecognized options: --enable-pthread
but otherwise it works fine. Interestingly, the errors I also used to
get from drracket about saving preferences are now all gone too,
though I don't know whether it's directly related or not.
Anyway, thanks a lot!
Philippe