[LLVMdev] is configure+make dead yet?

Albert Graef Dr.Graef at t-online.de
Fri Jun 22 03:10:35 PDT 2012


On 06/22/2012 01:08 AM, Óscar Fuentes wrote:
> You can work with LLVM without installing, or install it on a specific
> directory that you can delete afterwards. That's much better than
> overwriting/removing the previous version.

No, in general it's not. It's fairly common to install LLVM under a
standard prefix such as /usr or /usr/local so that its headers and
libraries are found by LLVM applications without any ado.

In any case, cmake does install into /usr/local by default on Un*x-like
systems, so a corresponding 'make uninstall' target should be offered as
well. Support for 'make uninstall' is pretty standard these days. I
consider that an important feature, and I'm surely not alone with this.

Albert

-- 
Dr. Albert Gr"af
Dept. of Music-Informatics, University of Mainz, Germany
Email:  Dr.Graef at t-online.de, ag at muwiinfa.geschichte.uni-mainz.de
WWW:    http://www.musikinformatik.uni-mainz.de/ag



More information about the llvm-dev mailing list