You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation fails on CentOS 7 at link time with the following messages (pardon my French):
lib/libopenmc.so : erreur : référence à « dlclose » non définie
lib/libopenmc.so : erreur : référence à « dlopen » non définie
lib/libopenmc.so : erreur : référence à « dlerror » non définie
lib/libopenmc.so : erreur : référence à « dlsym » non définie
collect2: erreur: ld a retourné le statut de sortie 1
Steps to Reproduce
Build vanilla OpenMC.
Environment
CentOS 7
custom environment modules are used to provide the following software:
gcc 9.3.0
curl 7.78.0
cmake 3.25.0
szip 2.1.1
hdf5 1.12.1 (serial)
The text was updated successfully, but these errors were encountered:
Bug Description
Compilation fails on CentOS 7 at link time with the following messages (pardon my French):
Steps to Reproduce
Build vanilla OpenMC.
Environment
The text was updated successfully, but these errors were encountered: