On Wed, Mar 25, 2009 at 10:12 AM, Neal Becker <span dir="ltr"><<a href="mailto:ndbecker2@gmail.com">ndbecker2@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
OK, let me rephrase this.  What is the preferred way to install llvm + llvm-<br>
gcc onto a fedora system?</blockquote><div><br>The preferred way to install LLVM and LLVM-GCC is the same on pretty much any Linux system and described here:<br><a href="http://llvm.org/docs/GettingStarted.html#starting">http://llvm.org/docs/GettingStarted.html#starting</a><br>
 <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Here is what I used:<br>
<div class="im">../llvm-gcc4.2-2.5.source/configure --enable-languages=c,c++ --program-<br>
prefix=llvm<br>
</div>make<br>
make install<br>
<br>
 ../llvm-2.5/configure --enable-optimized --prefix=/usr/local<br>
make<br>
make install<br>
</blockquote><div><br>You should read the section (in the doc above) about specifying --with-llvmgccdir and compiling/installing LLVM bitcode libraries for LLVM-GCC. <br><br>Misha<br></div></div><br>