C
CPettsson
Hello all
I've been trying for the last two days to install Boost to Visual C++
2005 Express Edition. I followed the instructions on the site
(http://www.boost.org/more/getting_started.html), other helps I found
by google:ing and reading around in newsgroups. I think I'm doing it
the right way, but it still won't work completely.
All the headers seem to install properly, but only some libs. For
instance, the date_time works, I can compile and run the examples on
the official page. But the threading, which is why I downloaded boost
in the first place isn't installed. I get the error "LINK : fatal error
LNK1104: cannot open file 'libboost_thread-vc80-mt-gd-1_33_1.lib'" when
I try to compile. And the file isn't in the libs directory, and nothing
with a similar name either.
Last install was performed with
specify.
Any tips on what to do? I'm running this on WinXP Professional (SP2),
the version of boost is 1.33.1.
Thank you
I've been trying for the last two days to install Boost to Visual C++
2005 Express Edition. I followed the instructions on the site
(http://www.boost.org/more/getting_started.html), other helps I found
by google:ing and reading around in newsgroups. I think I'm doing it
the right way, but it still won't work completely.
All the headers seem to install properly, but only some libs. For
instance, the date_time works, I can compile and run the examples on
the official page. But the threading, which is why I downloaded boost
in the first place isn't installed. I get the error "LINK : fatal error
LNK1104: cannot open file 'libboost_thread-vc80-mt-gd-1_33_1.lib'" when
I try to compile. And the file isn't in the libs directory, and nothing
with a similar name either.
Last install was performed with
The report afterwards did report there were failed targets, but did notbjam "-sVC80_ROOT=C:\Program Files\Microsoft Visual Studio 8\VC" -sTOOLS=vc-8_0 install
specify.
Any tips on what to do? I'm running this on WinXP Professional (SP2),
the version of boost is 1.33.1.
Thank you