Closed eam closed 9 years ago
If -lstdc++ isn't explicitly linked then the resulting mdbm.so will have linker errors if used with a plain C compiler (versus say g++). mdbm.so really does depend on stdc++ so it should link it explicitly.
CLA is valid!
Thanks for the patch!
If -lstdc++ isn't explicitly linked then the resulting mdbm.so will have linker errors if used with a plain C compiler (versus say g++). mdbm.so really does depend on stdc++ so it should link it explicitly.