problems with linking...
In a project which vcproj files generated with cmake I am getting the following link error fatal error LNK1104: cannot open file 'libboost_date_time-vc120-mt-gd-1_59.lib' The generate link command (VS- project -> properties -> Linker -> command line) contains however: "C:\boost\boost_1_59_0\lib\boost_date_time-vc120-mt-gd-1_59.lib" both files are present in my boost binary build. Any idea why this mixup is taking place libboost_date_time vs. boost_date_time and how I can fix the problem? Best regards Witold -- Witold Eryk Wolski
One more observation:
SET( USE_STATIC_BOOST OFF)
set(Boost_USE_STATIC_LIBS ${USE_STATIC_BOOST})
I am getting :
fatal error LNK1104: cannot open file 'libboost_date_time-vc120-mt-gd-1_59.lib'
However If I set USE_STATIC_BOOST ON
I get the error
LINK : fatal error LNK1104: cannot open file
'boost_unit_test_framework-vc120-mt-gd-1_59.lib'
So it seems independent what I am doing at least one boost library is unhappy.
BDW. I am using the boost binary windows distribution.
On 23 October 2015 at 21:00, Witold E Wolski
In a project which vcproj files generated with cmake I am getting the following link error
fatal error LNK1104: cannot open file 'libboost_date_time-vc120-mt-gd-1_59.lib'
The generate link command (VS- project -> properties -> Linker -> command line) contains however: "C:\boost\boost_1_59_0\lib\boost_date_time-vc120-mt-gd-1_59.lib"
both files are present in my boost binary build. Any idea why this mixup is taking place libboost_date_time vs. boost_date_time and how I can fix the problem?
Best regards Witold
-- Witold Eryk Wolski
-- Witold Eryk Wolski
Hi , I am studying the performance of BOOST BFS algorithm on intel platform like Haswell in comparison with Gunrock BFS implementation on GPUs. I find that the performance of Gunrock BFS is way better than BOOST BFS. What are the reasons for this? Is it that the algorithm used is better in case of Gunrock? What part of the code in BOOST BFS are causing this bad performance? What can be done to improve this? Any pointers in this would be of help. Awaiting your reply, -Mahesh =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
participants (2)
-
Mahesh Barve
-
Witold E Wolski