On Wed, Mar 25, 2009 at 9:37 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;">
I build llvm-gcc as:<br>
 ../llvm-gcc4.2-2.5.source/configure --enable-languages=c,c++ --program-<br>
prefix=llvm<br>
<br>
So it should install into /usr/local/... but add llvm- prefix.  This is so<br>
llvm-gcc is found by llvm<br>
(<a href="http://llvm.org/releases/2.5/docs/GettingStarted.html" target="_blank">http://llvm.org/releases/2.5/docs/GettingStarted.html</a> claims that's what it<br>
is looking for)<br>
and also so there will be no conflict with system gcc.<br>
<br>
But I see:<br>
<br>
/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.2.1/<br>
  -rwxr-xr-x 1 root root 25179621 2009-03-25 09:15 cc1<br>
  -rwxr-xr-x 1 root root 27917074 2009-03-25 09:15 cc1plus<br>
  -rwxr-xr-x 1 root root   359307 2009-03-25 09:15 collect2<br>
  drwxr-xr-x 2 root root     4096 2009-03-25 09:15 install-tools<br>
<br>
No llvm-prefix.  I hope this doesn't cause a conflict with the system<br>
versions.<br></blockquote></div><br>The programs with the llvm- prefix should be found in $PREFIX/bin, which in your case should be /usr/local/bin .<br><br>Misha<br>