ソースから Schemeをコンパイルしようとしていますが、OS X 10.5 (Leopard) でBigloo
ネイティブ スレッド サポートを有効にする方法がわかりません(このプラットフォームではスレッド化が機能しないことをどこにも読んでいません)。./configure
を実行./configure --enable-sqlite --enable-web --enable-ssl --enable-pthreads --enable-fthreads
しましたが、構成の概要で常に次のようになっています。
Release features:
release number........................ 3.2a
supported backends.................... native:yes JVM:no .NET:no
default backend....................... native
additional APIs....................... fthreads pthreads ssl web sqlite ssl sqlite web multimedia mail calendar pkgcomp pkglib
native threads support................ no
openssl support....................... yes (dtls no)
sqlite support........................ sqltiny + sqlite
dynamic libraries support............. yes
bee support........................... partial
Bigloo
を使用したいのですがHop
、そのように作成されたバイナリを使用して実行しようとすると、常に警告が表示されます。
*** WARNING:bigloo:hop
Threads disabled, forcing "nothread" scheduler.