Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-07-26 04:53:58


On Wednesday 26 July 2006 06:18, Caleb Epstein wrote:
> 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.

Can you tell me the value of jam's JAMUNAME variable on 4.1 config? You can
get it with:

   bjam -f-
   ECHO $(JAMUNAME) ;
   <Ctrl-D>

Thanks,
Volodya


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk