Nobody has ever tried to compile from full source with the new --sharedclient option ?Stéphane.
--
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Given that the lifetime of availability of --sharedclient on Windows can be easily measured in days, it is possible that you really are among the first. I appreciate your work to help test this new feature.A few notes from your writeup above:- Based on the message from SCons at the failing link step I would expect that during the 'configure' phase, it stated that it could not find boost. Is that correct?
- You can probably combine --cpppath and --libpath into a single --extrapath=c:\boost argument.
- Can you list the contents of the c:\boost\lib directory? Does libboost_thread-vc110-mt-s-1_54.lib actually exist there?
- Can you paste an example cl.exe invocation from the driver build so we can see all of the compiler options being used?
- Do you know if the boost libraries, when they were built, linked the static or dynamic windows runtime?
If the latter, can you see if adding --dynamic-windows to the client driver build line helps? I have a suspicion that what is happening here is that your boost libs are linked against the dynamic runtime, but our build defaults to the static runtime, and then the autolib feature synthesizes a name for the static library, which is then not found. And, now that I think about it, I'm fairly sure that --dynamic-windows is what you want when building the client driver on Windows, but I need to double check.
Thanks a lot! I'll try as soon as possible.
--
--
You received this message because you are subscribed to the Google
Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com
To unsubscribe from this group, send email to
mongodb-user...@googlegroups.com
See also the IRC channel -- freenode.net#mongodb
---
You received this message because you are subscribed to a topic in the Google Groups "mongodb-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mongodb-user/7dKtfcI8oW0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mongodb-user...@googlegroups.com.