Closed
Description
./configure --prefix=/tmp/rust031
[...]
make
[...]
-> see http://pastebin.com/raw.php?i=snAkhGz5
interestingly, the rust git version compiles fine on this machine. just not 0.3.1.
then i noticed i had clang already installed in this system. i removed it "aptitude purge clang" and it's deps, and then the build worked fine. installed clang version: 3.1 http://packages.debian.org/sid/clang
i suggest the build script tries to detect if there's clang installed already on the host.