On Mon, Jul 20, 2009 at 14:37, Benjamin Smedberg<[email protected]> wrote:
> So you're installing dehydra.so somewhere, and installing the libraries > somewhere else? (Why?) Are you using a fixed prefix of some sort? If so, > just hardcode that prefix. Yes, the build system I'm using is hermetic and separates binaries from source. It's also hermetic, so the paths need to be relative. I could probably arrange for it to copy the scripts where dehydra.so is installed, but there would be replication due to multilibs. It's easier if I can leave dehdra's scripts in one place. For now, I'm limping along by making things relative to the path given on the script name. Diego. _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
