$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-10-07 05:31:39
>>>John, I attached a diffent patch for the file to this mail which fixes
>>>the
>>>problem. First of all, the platform in question is Tru64 (not HP-UX).
>>>
>>>Next, when the file is included by the compiler,
>>>_GLIBCPP_HAVE_GTHR_DEFAULT
>> ^^
>> This should be _GLIBCXX_... not _GLIBCPP_...
>
> Attached is a new patch. Hope this one is better. It now also checks
> against _GLIBCXX_HAVE_GTHR_DEFAULT which seems to work ok.
If that fixes the problem, go for it,
John.