Boost logo

Boost-Build :

Subject: Re: [Boost-build] installing boost on Mac OS X (version 10.5.5)
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-10-21 08:01:20


On Tuesday 21 October 2008 15:31:31 J. van der Wulp wrote:
> Hello,
>
> I think this problem may be solved by adding <linkflags>-undefined
> dynamic_lookup. This has the effect that dependent symbol lookup is
> postponed until runtime. Because the filesystem library is linked
> against the system library I think it will resolve just fine at runtime.

Why does it work this way? I'd imagine that linker should notice filesystem->system
dependency encoded in the filesystem lib, and not emit this error.

- 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