I just tried to compile the boost RC for version 1.30 and I stumbled across the following error message when compiling boost.test:

vc-Link bin\NT\libs\test\build\bin\boost_prg_exec_monitor.dll\vc7\ginit-debug\boost_prg_exec_monitor.dll bin\NT\libs\test\build\bin\boost_prg_exec_monitor.dll\vc7\ginit-debug\boost_prg_exec_monitor.lib
cpp_main.obj : error LNK2019: unresolved external symbol "int __cdecl cpp_main(int,char * * const)" (?cpp_main@@[EMAIL PROTECTED]) referenced in function "public: virtual int __thiscall `anonymous namespace'::cpp_main_caller::function(void)" ([EMAIL PROTECTED]@?A0x1bcad3d7@@UAEHXZ)
bin\NT\libs\test\build\bin\boost_prg_exec_monitor.dll\vc7\ginit-debug\boost_prg_exec_monitor.dll : fatal error LNK1120: 1 unresolved externals



"link" /nologo /INCREMENTAL:NO /DEBUG /DLL /subsystem:console


/out:"bin\NT\libs\test\build\bin\boost_prg_exec_monitor.dll\vc7\ginit-debug\boost_prg_exec_monitor.dll"

/IMPLIB:"bin\NT\libs\test\build\bin\boost_prg_exec_monitor.dll\vc7\ginit-debug\boost_prg_exec_monitor.lib" /LIBPATH:"C:\Programme\Microsoft Visual Studio .NET\VC7\lib" @"bin\NT\libs\test\build\bin\boost_prg_exec_monitor.dll\vc7\ginit-debug\boost_prg_exec_monitor.CMD"


The following DLLs all have the same error: boost_prg_exec_monitor, boost_test_exec_monitor, boost_unit_test_framework.


Has anyone else seen this?

Markus


_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to