Boost logo

Boost :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2003-03-05 05:38:28


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@@YAHHQAPAD_at_Z) referenced in
function "public: virtual int __thiscall `anonymous
namespace'::cpp_main_caller::function(void)"
(?function_at_cpp_main_caller@?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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk