|
Boost Users : |
Subject: Re: [Boost-users] Boost-users post acknowledgement
From: Yong Qin (YQIN_99_at_[hidden])
Date: 2011-08-11 14:31:10
for VC, I try to link to: libboost_test_exec_monitor-vc100-mt-1_47.lib
and got error:
LNK1561: entry point must be defined VCApp_Test line 0 C/C++ Problem
for MinGW, I try to link to: libboost_test_exec_monitor-mgw46-mt-1_47.a
and got error:
undefined reference to `__chkstk_ms' MinGWApp_Test line 0, external location: D:\boost_1_47_0-MinGW\stage\static\lib\libboost_unit_test_framework-mgw46-mt-1_47.a(unit_test_parameters.o):unit_test_parameters.cpp C/C++ Problem
undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)' MinGWApp_Test line 0, external location: D:\boost_1_47_0-MinGW\stage\static\lib\libboost_unit_test_framework-mgw46-mt-1_47.a(unit_test_suite.o):unit_test_suite.cpp C/C++ Problem
undefined reference to `std::__detail::_List_node_base::_M_unhook()' MinGWApp_Test line 0, external location: D:\boost_1_47_0-MinGW\stage\static\lib\libboost_unit_test_framework-mgw46-mt-1_47.a(unit_test_suite.o):unit_test_suite.cpp C/C++ Problem
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