janpipek / g4application

A simple modular application for Geant 4.
MIT License
2 stars 0 forks source link

Simplify DLL loading paths & approaches #18

Open janpipek opened 8 years ago

janpipek commented 8 years ago

Use real prefix/install paths, LD_LIBRARY, plugin directory, current directory???

janpipek commented 8 years ago

Standard dlopen() mechanism is used. However, I am not sure if it is possible to load the library based on the absolute/relative path. This needs to be checked.