$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-05-28 21:45:38
From: "Ralf W. Grosse-Kunstleve" <rwgk_at_[hidden]>
> We still believe the dependence is new:
>
> - We have been running automatic nightly builds for many weeks. Until two
or
> three days ago there have been no problems under SunOS/gcc. We have not
changed
> the version of Python (2.2.1 with threads) for several weeks.
So what are the differences in the boost installation between when it
started happening and the previous night?
> - We are not using threads anywhere in our code.
>
> - We just did some tests: the ld.so error message also appears with a
Python
> that was compiled with --without-threads.
>
> - Now for Linux/gcc (!): The exact same source code works with both
threaded
> and unthreaded Python 2.2.1 (both times everything compiled from
scratch).
I don't understand the (!) above. Is this new information?
-Dave