|
link error with stl
I want to compile ICE on windows 200 professional with vc6.0, whatever I compile the all.dsw or slice.dsp, the compiler always told me the.
/////////////////////////////////////////////////////////////////////////////////////////
--------------------Configuration: Slice - Win32 Debug--------------------
Linking...
Creating library Debug/sliced.lib and object Debug/sliced.exp
Parser.obj : error LNK2001: unresolved external symbol "public: static void __cdecl _STL::_STLP_mutex_spin<0>::_M_do_lock(long volatile *)" (?_M_do_lock@?$_STLP_mutex_spin@$0A@@_STL@@SAXPCJ@ Z)
Debug/slice11d.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
slice11d.dll - 2 error(s), 0 warning(s)
////////////////////////////////////////////////////////////////////////////////////////
who can tell me how to continue, thanks.
|