
15 Dec
2008
15 Dec
'08
6:38 p.m.
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