[LLVMdev] llvm-gcc 2.5 libexec installed without program-prefix

Misha Brukman brukman at gmail.com
Wed Mar 25 07:33:10 PDT 2009


On Wed, Mar 25, 2009 at 10:12 AM, Neal Becker <ndbecker2 at gmail.com> wrote:

> OK, let me rephrase this.  What is the preferred way to install llvm +
> llvm-
> gcc onto a fedora system?


The preferred way to install LLVM and LLVM-GCC is the same on pretty much
any Linux system and described here:
http://llvm.org/docs/GettingStarted.html#starting


> Here is what I used:
> ../llvm-gcc4.2-2.5.source/configure --enable-languages=c,c++ --program-
> prefix=llvm
> make
> make install
>
>  ../llvm-2.5/configure --enable-optimized --prefix=/usr/local
> make
> make install
>

You should read the section (in the doc above) about specifying
--with-llvmgccdir and compiling/installing LLVM bitcode libraries for
LLVM-GCC.

Misha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090325/6a2df1e6/attachment.html>


More information about the llvm-dev mailing list