nrgraham23 / LibJFabric

Java bindings for libfabric.
2 stars 0 forks source link

dlopen in libfabric.c requires an absolute path on mac os X El Capitan #6

Closed nrgraham23 closed 8 years ago

nrgraham23 commented 8 years ago

Currently an absolute path is required in the dlopen in libfabric.c.

See: https://github.com/oracle/node-oracledb/issues/149 https://github.com/oracle/node-oracledb/issues/231

For discussion regarding this type of question.

nrgraham23 commented 8 years ago

this is fixed with the cmake stuff @hppritcha added