Clang doesn't know how to link on Ubuntu (and aparently other Linuxes), erroring with ``` /usr/bin/ld: cannot find crtbeginS.o: No such file or directory ```
Activity
eholk commentedon Aug 6, 2011
Hmm.. I'm getting undefined identifier errors using clang on Ubuntu. I'll see if I can fix them...
brson commentedon Sep 26, 2011
Now it also fails because clang can't find unwind.h
brson commentedon Apr 27, 2012
I did a successful build with a recent 3.0ish build of clang.
Auto merge of rust-lang#807 - djg:macos_sol_local, r=alexcrichton
Optimize .debug_line generation
Use byte offsets instead of char offsets in debuginfo
Don't lookup span position when the span hasn't changed
Intrinsics (rust-lang#807)
Enable cargo build for our workspace (rust-lang#811)