date_time header-only icl 10.0 win32
hello, I intend to use boost/date_time. As a header-only lib. I normally don't need to link against any extra lib. By default, the intel compiler generates the following: 1>Linking... (Intel C++ Environment) 1>xilink: executing 'link' 1>LINK : fatal error LNK1104: cannot open file 'libboost_date_time-iw-mt-1_34_1.lib' It is the same problem as in http://lists.boost.org/Archives/boost/2004/08/70114.php which i don't see whether it was solved after all or not. I defined #define BOOST_ALL_NO_LIB and then it works fine. I'm really just wondering whether that thread was delayed or whether it should be restarted, rds,
Hicham Mouline wrote:
hello, I intend to use boost/date_time. As a header-only lib. I normally don't need to link against any extra lib. By default, the intel compiler generates the following: 1>Linking... (Intel C++ Environment) 1>xilink: executing 'link' 1>LINK : fatal error LNK1104: cannot open file 'libboost_date_time-iw-mt-1_34_1.lib'
It is the same problem as in http://lists.boost.org/Archives/boost/2004/08/70114.php which i don't see whether it was solved after all or not.
I defined #define BOOST_ALL_NO_LIB and then it works fine. I'm really just wondering whether that thread was delayed or whether it should be restarted,
Not sure I see how the proposed Jamfile change in the thread would solve your problem. The only way I think it would get solved for you is to define BOOST_ALL_NO_LIB by default for date-time. Not sure what impact that would have more broadly... Jeff
participants (2)
-
Hicham Mouline
-
Jeff Garland