teuben / nemo

a Stellar Dynamics Toolbox (Not Everybody Must Observe)
https://astronemo.readthedocs.io
GNU General Public License v2.0
56 stars 40 forks source link

unable to find the dlopen() function #124

Closed teuben closed 3 months ago

teuben commented 10 months ago

This message seems to show up these days with the LLVM based clang compiler (e.g. on a mac).

This compiler will also need the -lomp library. On ubuntu this is a package not often installed:

  sudo apt install libomp-dev