Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-12-18 16:10:12


After yesterday's fixes, there are now only four remaining failures in a
full library build of boost-root/Jamfile. They are all unresolved
std::moneypunct externals on regex/Intel dll builds. One set of error
messages is given below.

Is this a Boost or an Intel problem?

--Beman

vc-Link
d:\boost-regr\bin\boost\libs\regex\build\boost_regex.dll\intel-win32\debug\boost_regex-iw-gd-1_31.dll
d:\boost-regr\bin\boost\libs\regex\build\boost_regex.dll\intel-win32\debug\boost_regex-iw-gd-1_31.lib
xilink: executing 'link'
    Creating library
d:\boost-regr\bin\boost\libs\regex\build\boost_regex.dll\intel-win32\debug\boost_regex-iw-gd-1_31.lib
and object
d:\boost-regr\bin\boost\libs\regex\build\boost_regex.dll\intel-win32\debug\boost_regex-iw-gd-1_31.exp
boost_regex-iw-gd-1_31.exp : error LNK2001: unresolved external symbol
"public: static bool const std::moneypunct<char,1>::intl"
(?intl@?$moneypunct_at_D$00_at_std@@2_NB)
boost_regex-iw-gd-1_31.exp : error LNK2001: unresolved external symbol
"public: static bool const std::moneypunct<char,0>::intl"
(?intl@?$moneypunct_at_D$0A@@std@@2_NB)
boost_regex-iw-gd-1_31.exp : error LNK2001: unresolved external symbol
"public: static bool const std::moneypunct<wchar_t,1>::intl"
(?intl@?$moneypunct@_W$00_at_std@@2_NB)
boost_regex-iw-gd-1_31.exp : error LNK2001: unresolved external symbol
"public: static bool const std::moneypunct<wchar_t,0>::intl"
(?intl@?$moneypunct@_W$0A@@std@@2_NB)
d:\boost-regr\bin\boost\libs\regex\build\boost_regex.dll\intel-win32\debug\boost_regex-iw-gd-1_31.dll
: fatal error LNK1120: 4 unresolved externals

     CALL "D:\Program Files\Intel\Compiler70\IA32\bin\ICCVARS.BAT" > nul
     "D:\Program Files\Intel\Compiler70\IA32\bin\xilink" /nologo
/INCREMENTAL:NO /DEBUG /DLL
/subsystem:console
/out:"d:\boost-regr\bin\boost\libs\regex\build\boost_regex.dll\intel-win32\debug\boost_regex-iw-gd-1_31.dll"
/IMPLIB:"d:\boost-regr\bin\boost\libs\regex\build\boost_regex.dll\intel-win32\debug\boost_regex-iw-gd-1_31.lib"
@"d:\boost-regr\bin\boost\libs\regex\build\boost_regex.dll\intel-win32\debug\boost_regex-iw-gd-1_31.CMD"

...failed vc-Link
d:\boost-regr\bin\boost\libs\regex\build\boost_regex.dll\intel-win32\debug\boost_regex-iw-gd-1_31.dll
d:\boost-regr\bin\boost\libs\regex\build\boost_regex.dll\intel-win32\debug\boost_regex-iw-gd-1_31.lib...


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