I am new to LLVM. I am using Clang 3.0 to execute c programs. <br>I am using mandriva spring 2010. GCC version 4.4.1 is installed in the system.<br><font style="font-family: arial,helvetica,sans-serif;" size="2">I used the following link to install LLVM.</font><tt><br>
svn co <a href="http://llvm.org/svn/llvm-project/llvm/trunk">http://llvm.org/svn/llvm-project/llvm/trunk</a> llvm</tt><br><br>I run it by using the below command<br>
clang file.c.<br><br>I am getting the following error.<br>/usr/bin/ld: cannot find -lgcc<br>clang: error: linker command failed with exit code 1 (use -v to see invocation)<br><br>Please help me.<br><br>Thanking You,<br><br>
Adarsh<br>