💻 Software
Getting clang to work on Fedora 15
Fresh5 days ago
Mar 15, 20263588 viewsConfidence Score0%
0%
Problem
I have installed clang via yum: Unfortunately, even a simple "Hello World!" won't compile because it tries to use the headers of libstdc++4.6 (which I think have c++0x features that clang does not understand). I could not find a libstdc++4.5 package, only for F14 which obviously didn't install. I e…
Error Output
yum install clang
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Getting clang to work on Fedora 15
Low Risk
As you know there is a bug and bug in llvm for libstdc++4.6. I just compiled llvm with clang from trunk, according to this instructions You have to configure include paths, I used this command to configure and compile it on F15 x86_64: Than I was ab…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix