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
For the libdir it now matched the libdir prefix from the installdirs.h
in order to find the real prefix.
It does the same for executable allowing us to execute our compiler
wrappers and other tools from a relocated directory. The problem here
is that all our internal executbales are statically linked against
libopal_core, we we will find the basic symbols not in a shared library
but directly in the executable.
This works fine, but we need a way to prevent this mechanism from
triggering on a statically build user application.
Signed-off-by: George Bosilca <[email protected]>
0 commit comments