> 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
[email protected]
https://lists.berlios.de/mailman/listinfo/yade-dev

Reply via email to