On Tuesday, February 24, 2015 at 8:25:30 AM UTC-5, Bill Hart wrote: > > So long as your shared library has no other dependencies, you can set > Julia's DL_LOAD_PATH to specify the location of the shared library (I'm not > sure if this is considered best practice or not) >
Best practice (in a package) is to just compute the absolute path of the shared library and use that in ccall; this is what BinDeps does.
