« Return to Thread: statically link project with Boost libs in Cygwin/msvc

Re: statically link project with Boost libs in Cygwin/msvc

by Vladimir Prus :: Rate this Message:

Reply to Author | View in Thread

On Friday 12 June 2009 Andrej van der Zee wrote:

>
> Hi,
>
> I am linking my project statically with boost_rexeg in Cygwin, using toolset msvc.

What do you mean "statically", exactly? How are you linking to boost_regex?

> But my executable still looks for boost_regex when I run it.
> Also, it shows boost_regex when I run depends.exe on it.
> Is this normal?

Do you have BOOST_ALL_DYN_LINK or BOOST_REGEXP_DYN_LINK in compiler settings,
perchance?

- Volodya

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: statically link project with Boost libs in Cygwin/msvc