-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: 1.2-rc0
-
Component/s: None
-
None
One of the new examples in libbson-1.2.0-rc0 fails to compile on Solaris due to missing link time dependencies specifically needed on Solaris.
Since we build all examples by default this causes release builds on Solaris of both libbson-1.2.0-rc0 and mongoc-1.2.0-rc0 to fail.
The workaround for this issue is to disable building the examples:
./configure --disable-examples
or
./configure --enable-examples=no