Boost logo

Boost Users :

From: Mike Gibson (megibson_at_[hidden])
Date: 2006-02-15 18:51:41


When building from the Visual Studio Command Line in VS 2005, I am
getting some errors linking. What am I doing wrong?

C:\src\boost\bjam.exe --prefix=C:\boost_1_33_1 -sTOOLS=vc-8_0 install

...snip...

MkDir1 bin\boost\libs\date_time\build\boost_date_time.dll\vc-8_0\debug\threading-multi
vc-C++ bin\boost\libs\date_time\build\boost_date_time.dll\vc-8_0\debug\threading-multi\greg_month.obj
greg_month.cpp
vc-C++ bin\boost\libs\date_time\build\boost_date_time.dll\vc-8_0\debug\threading-multi\greg_weekday.obj
greg_weekday.cpp
vc-C++ bin\boost\libs\date_time\build\boost_date_time.dll\vc-8_0\debug\threading-multi\date_generators.obj
date_generators.cpp
vc-Link bin\boost\libs\date_time\build\boost_date_time.dll\vc-8_0\debug\threading-multi\boost_date_time-vc80-mt-gd-1_33_1.dll
bin\boost\libs\date_time\build\boost_date_time.dll\vc-8_0\debug\threading-multi\boost_date_time-vc80-mt-gd-1_33_1.lib
   Creating library
bin\boost\libs\date_time\build\boost_date_time.dll\vc-8_0\debug\threading-multi\boost_date_time-vc80-mt-gd-1_33_1.lib
and object bin\boost\libs\date_time\build\boost_date_time.dll\vc-8_0\debug\threading-multi\boost_date_time-vc80-mt-gd-1_33_1.exp
greg_month.obj : error LNK2019: unresolved external symbol
___CxxFrameHandler3 referenced in function
__ehhandler$?get_month_map_ptr_at_greg_month_at_gregorian@boost@@SA?AV?$shared_ptr_at_V?$map_at_V?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@GU?$less_at_V?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@@2_at_V?$allocator_at_U?$pair@$$CBV?$basic_string_at_DU?$char_traits_at_D@std@@V?$allocator_at_D@2@@std@@G_at_std@@@2@@std@@@3_at_XZ
greg_weekday.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler3
date_generators.obj : error LNK2001: unresolved external symbol
___CxxFrameHandler3
bin\boost\libs\date_time\build\boost_date_time.dll\vc-8_0\debug\threading-multi\boost_date_time-vc80-mt-gd-1_33_1.dll
: fatal error
LNK1120: 1 unresolved externals


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net