boost 1.50 different libraray naming?
Hi, I just build v 1.50 on Win 7 / Visual Studio 2008 SP1 (msvc9) and I am getting linker errors like: Error 21 fatal error LNK1104: cannot open file 'libboost_filesystem-vc90-mt-gd-1_50.lib' test test because in this release files are named without "90" part: libboost_filesystem-vc-mt-gd-1_50 while in 1.49 (and below): libboost_exception-vc90-mt-gd-1_49 Regards, Szymon Gatner
2012/6/29 Szymon Gatner
Hi,
I just build v 1.50 on Win 7 / Visual Studio 2008 SP1 (msvc9) and I am getting linker errors like:
Error 21 fatal error LNK1104: cannot open file 'libboost_filesystem-vc90-mt-gd-1_50.lib' test test
because in this release files are named without "90" part:
libboost_filesystem-vc-mt-gd-1_50
while in 1.49 (and below):
libboost_exception-vc90-mt-gd-1_49
Regards, Szymon Gatner
Don't mind me. Building with I changed toolset from "msvc-90" to "msvc" and that generates valid library names. Cheers, Simon
participants (2)
-
Juraj Ivančić
-
Szymon Gatner