[cfe-dev] Using more than one version of clang

Sean Silva silvas at purdue.edu
Mon Dec 31 23:18:45 PST 2012


On Mon, Dec 31, 2012 at 9:24 PM, Edward Diener
<eldlistmailingz at tropicsoft.com> wrote:
> Are you saying that if I just invoke "clang", and it is found in some
> directory within the PATH, then it automatically finds its header files and
> libraries relative to where the executable exists ? That would be excellent.

That is correct.

> That would be excellent.

Actually it's not quite as peachy as you may think. For people who use
clang as a library the lookup happens relative to *their* binary,
which need not be in the magical specific directory hierarchy :/ It's
really annoying.

-- Sean Silva



More information about the cfe-dev mailing list