Project

General

Profile

Boost Win32

Added by John Spears over 12 years ago

I want to build Wt using Boost dynamic libraries on Windows. I have set the SHARED_LIBS flag and BOOST_DYNAMIC flag in Wt's Cmake configuration. But when I build, I get a link error because it is looking for boost libraries with the "lib" prefix. Yet, Boost dynamic libraries on Windows do not have the "lib" prefix. That is, Wt linking is looking for "libboost_thread-vc100-mt-1_46_1.lib" but the library is actually "libboost_thread-vc100-mt-1_46_1.lib". Anyone have any idea how to fix this?

Thanks!