-
Notifications
You must be signed in to change notification settings - Fork 544
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48e8366
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello,
I want to build mongodb C++ driver and i follow https://github.com/mongodb/mongo-cxx-driver/wiki/Download%20and%20Compile . I use both legacy and 2.6 but unfortunately for both i reached at the same error: "fatal error LNK1104: cannot open file 'boost_thread-vc100-mt-1_49.lib'
please help me. Thank you so much
48e8366
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@foroogh67 Questions about building and using the C++ driver should be sent to the mongodb-user mailing list: https://groups.google.com/forum/#!forum/mongodb-user.
Quick suggestion: If you are not using --libpath to set a library search path, add the path to the directory containing the boost libraries. If you are already doing so, double check that the path is correct.
48e8366
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the command that i used is:
scons --64 --release --sharedlink --dynamic-windows --prefix=C:\mongo_cpp_driver\ --cpppath=C:\local\boost 1_49_0\ --libpath=C:\local\boost_1_49_0\libs\ install-mongoclient
I am pretty sure about the addresses. i also try boost_1_55_0 but errors were same!!!
I am surprised why github doesn't build dll file and just put it on the internet.
thank you for your invested time to look at my problem.