Hi, Could somebody shed some light on what may be the cause of the following link errors issued by metrowerks compiler in Boost.Test unit tests:
### mwld Linker Error: # Undefined symbol: '__declspec(dllimport) _getenv (__imp__getenv)' # referenced from '_main' in cpp_main.cpp:61 (libboost_prg_exec_monitor.lib) # referenced from '_main' in cpp_main.cpp:71 (libboost_prg_exec_monitor.lib) ### mwld Linker Error: # Note: symbol '_getenv' found in 'MSL_C_x86.lib'; # your project may need MSL_All-DLL_{x86,3DNow,MSE}[_D].lib instead ### mwld Linker Error: # Undefined symbol: '__declspec(dllimport) _strcmp (__imp__strcmp)' # referenced from '_main' in cpp_main.cpp:62 (libboost_prg_exec_monitor.lib) # referenced from '_main' in cpp_main.cpp:72 (libboost_prg_exec_monitor.lib) ### mwld Linker Error: # Note: symbol '_strcmp' found in 'MSL_C_x86.lib'; # your project may need MSL_All-DLL_{x86,3DNow,MSE}[_D].lib instead Thank you, Gennadiy _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost