$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2006-07-25 22:18:06
On 7/24/06, Vladimir Prus <ghost_at_[hidden]> wrote:
> should be fixed now, can you verify things are back to normal for you?
Nope. See http://tinyurl.com/fpedz . We are still missing -lrt in
the link line.
I believe the reason this configuration (gcc-4.1.1_sunos_i86pc) fails
and my gcc-3.4.3-sunos configuration does not is that the
gcc-3.4.3-sunos libPython is a shared library dynamically linked with
librt.so. The gcc-4.1.1 setup is using a static libPython, so -lrt it
is required at link time. I no longer have access to the
gcc-3.4.3-sunos machine to verify this, though, and I will need to
have that machine discontinue regression tests once RC_1_34_0 is out
the door
Adding -lrt in when linking with libPython on Solaris should solve the problem.
-- Caleb Epstein