Boost logo

Boost :

Subject: Re: [boost] <build>no in common properties
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-12-15 13:38:36


David Abrahams wrote:

>
> on Mon Dec 15 2008, "K. Noel Belcourt" <kbelco-AT-sandia.gov> wrote:
>
>>> If you edit testing.jam, run-path-setup function so that this block:
>>>
>>> PATH_SETUP on $(target) = [ common.prepend-path-variable-
>>> command
>>> [ os.shared-library-path-variable ] : $(dll-paths) ] ;
>>>
>>> is commented out, does this improve things for runtime-link=shared?
>>
>> We had a configuration problem with runtime-link=shared and intel-11.0. Seems like
>> the user's environment is getting picked up okay. Thanks for the help Volodya!
>
> Still, shouldn't this work with runtime-link=static?

No. It's not possible to use static runtime with shared libraries on Linux, last
time I've checked.

- Volodya


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk