yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #00160
Re: how without LD_LIBRARY_PATH?
> second question about LD_LIBRARY_PATH still holds
man ld, search for -rpath. In SConstruct, those are declared as
env.Append(RPATH=...). It hardcodes runtime search path into the library;
IIRC the order or library lookup is: LD_LIBRARY_PATH, then rpath (specified
inside ELF), then default dirs.
Vaclav
_______________________________________________
yade-dev mailing list
yade-dev@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-dev
References