Boost logo

Boost Users :

From: Jeff Garland (jeff_at_[hidden])
Date: 2007-11-22 10:57:20


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net