Boost logo

Boost Users :

From: Klaus Nowikow (nowikow_at_[hidden])
Date: 2002-11-26 05:48:01


Hi all,

a colleague asked me to post the following question:

When using the boost signal lib in VC6 (Win32 Console Application), the
linker produces the following errors:

msvcprt.lib(MSVCP60.dll) : error LNK2005: "public: __thiscall
std::_Lockit::~_Lockit(void)" (??1_Lockit_at_std@@QAE_at_XZ) already defined in
libcpd.lib(iostream.obj)
msvcprt.lib(MSVCP60.dll) : error LNK2005: "public: __thiscall
std::_Lockit::_Lockit(void)" (??0_Lockit_at_std@@QAE_at_XZ) already defined in
libcpd.lib(iostream.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: "public: __thiscall
exception::exception(class exception const &)" (??0exception@@QAE_at_ABV0@@Z)
already defined in LIBCD.lib(stdexcpt.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: "public: __thiscall
exception::exception(void)" (??0exception@@QAE_at_XZ) already defined in
LIBCD.lib(stdexcpt.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: "public: virtual __thiscall
exception::~exception(void)" (??1exception@@UAE_at_XZ) already defined in
LIBCD.lib(stdexcpt.obj)
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other
libs; use /NODEFAULTLIB:library
Debug/boost.exe : fatal error LNK1169: one or more multiply defined symbols
found

There seems to be a conflict between the libraries signals.lib, libcpd.lib
and libcd.lib.
When I try to ignore the libraries libcpd.lib and libcd.lib in the project
settings, other linker errors occur when I use std::cout for example:
main.obj : error LNK2001: unresolved external symbol "class
std::basic_ostream<char,struct std::char_traits<char> > std::cout"
(?cout_at_std@@3V?$basic_ostream_at_DU?$char_traits_at_D@std@@@1_at_A)

Is there a way to use the boost::signals library in a Win32 Console
Application in VC6?

Regards,

Klaus


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