when i run 'make' in the Clang source directory ,it stops at "Linking Debug executable clang-cc",and i tried many times ,but it did not work! how can i do? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091211/0d1bfe81/attachment.html>
> when i run 'make' in the Clang source directory ,it stops at "Linking > Debug executable clang-cc",and i tried many times ,but it did not work! > how can i do?You should provide more details, for example the last 100 lines of build output. Ciao, Duncan.