<div dir="ltr"><br><br><div class="gmail_quote">2011/4/25 Duncan Sands <span dir="ltr"><<a href="mailto:baldrick@free.fr">baldrick@free.fr</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Nabila,<br>
<div class="im"><br>
> 1- I have installed llvm-gcc 4.2 and llvm 2.8 with the synaptic<br>
> package manager(ubuntu 10.10)<br>
> every time i do this commande:<br>
> llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc<br>
> it shows to me i should install llvm-gcc4.5<br>
> when i have installed llvm-gcc 4.5 i get all the times a wrong bc file<br>
> as output, because when i try to execute it with lli it says to me<br>
> invalid signature.<br>
<br>
</div>llvm-gcc4.5 is a wrapper script that makes use of the dragonegg plugin<br>
for gcc-4.5.  As far as I know the script does not recognize -emit-llvm;<br>
use -flto instead.<br>
<br></blockquote><div>Hi,</div><div>I have solved the problem by downloding the llvm-gcc 4.2 binaries at the llvm website,unzipped it  and adding it to envirnment path </div><div>and no no problems</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Ciao, Duncan.<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</blockquote></div><br></div>