-
Notifications
You must be signed in to change notification settings - Fork 80
Problem: hax
depends on LD_LIBRARY_PATH
#111
Comments
changed the description |
changed title from {-Makefile issue: hax requires LD_LIBRARY_PATH set to link with libmero-} to {+Problem: |
changed title from Problem: |
assigned to @konstantin.nekrasov |
I'd suggest that we merge #112 before making any other changes to the Makefile. |
changed the description |
Example of Python's def main():
# blah-blah-...
if __name__ == '__main__':
sys.exit(main()) |
@konstantin.nekrasov git-grep shows the last hideout of
We can close this issue after cleansing the repo of @andriy.tkachuk Is If |
No, it's not used. |
mentioned in merge request #186 |
closed via commit 33e1ffe |
closed via merge request #186 |
Currently our scripts start
hax
with LD_LIBRARY_PATH environment variable set — we use it to tell the linker where to look forlibmero.so
. This approach is considered harmful.Solution:
-Wl,-rpath=$M0_SRC_DIR/mero/.libs
as described in Program Library HOWTO (and here)LD_LIBRARY_PATH
from the codeThe text was updated successfully, but these errors were encountered: