Hide Forgot
Description of problem: clang fails to link any C code. I haven't checked C++ yet because of other issues that that has which have been reported, but this could be affecting that as well. Version-Release number of selected component (if applicable): 2.9-4.f16 How reproducible: Every compile. Steps to Reproduce: 1. clang <source file> Actual results: /usr/bin/ld: cannot find crtbegin.o: No such file or directory /usr/bin/ld: cannot find -lgcc /usr/bin/ld: cannot find -lgcc_s clang: error: linker command failed with exit code 1 (use -v to see invocation) Expected results: A binary executable from C source code.
*** This bug has been marked as a duplicate of bug 750187 ***