Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-30 | Correct OCI autoconf m4 script | Constantin Michael | 1 | -1/+0 | |
2011-11-29 | Don't add -R option when searching for liboci | Boris Kolpackov | 1 | -3/+3 | |
While this helps with the libodb-oracle, this still break when linking tests/examples. The correct way to resolve this is for the user to add the directory to LD_LIBRARY_PATH. | |||||
2011-11-28 | Add -R option in addition to -L for liboci | Boris Kolpackov | 1 | -3/+3 | |
libclntsh.so depends on other Oracle libraries which are normally not installed and no LD_LIBRARY_PATH entry points to their directory. Adding -R option makes libtool add this directory to rpath search list. | |||||
2011-11-28 | Corrections to OCI automake configuration scripts | Constantin Michael | 1 | -6/+14 | |
2011-11-28 | Add automake and Visual Studio build files | Constantin Michael | 8 | -0/+630 | |