-
Type: Bug
-
Resolution: Done
-
Priority: Blocker - P1
-
Affects Version/s: legacy-0.0-26compat-2.6.0-rc1
-
Component/s: None
-
Environment:Linux 3.11.0-17-generic #31-Ubuntu SMP Mon Feb 3 21:52:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
sudo scons -j 4 --ssl --sharedclient --use-system-boost --extrapath=/usr/local --full
Building an application with the shared client leaves all the symbols from OID.cpp unresolved. Not sure where mongo::jsTime() is defined, but that is also unresolved for my build. I am using the git tag for legacy-0.0=26compat-2.6.0-rc1, but the same also happens for the legacy branch.
When linking with the static library, I do not see this behaviour.