Benjamin Smedberg wrote: > [...] > So it wouldn't be enough to use -ljs... you would either have to link > against the absolute path as we have done, use -rpath to record the > special search path,[...]
I think rpath is the best option. If the library is in the same directory as when compiling, no configuration is required, but if it's missing there, it will be possible to run the executable by setting LD_LIBRARY_PATH appropriately. _______________________________________________ Dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
