On Wed, Jan 21, 2009 at 10:41:59AM -0800, John Plocher wrote: > In a situation like this (multiple installs of a complex component), > it is best if each instance is installed in its own location, with > RPATH set to that location (using $ORIGIN as needed).
That's already happening. > Hardcoding one particular instance of a multi-install family to only > work in /usr/bin (...) ends up being an architectural blunder. No one's suggested that; I'm not sure why you're bringing this up. My suggestion was that exposing /usr/compilers (and /usr/compilers/bin) is unnecessary, since the project's interfaces will be delivered in /usr/bin, the need to choose another version of the product can be done by modifying $PATH to point first at one of the unbundled installations. Danek