seltzered / ccons

Automatically exported from code.google.com/p/ccons
MIT License
0 stars 0 forks source link

Linking against clang 3.3 on Fedora 19 #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ccmake .
2. make

What is the expected output? What do you see instead?

Linking CXX executable ccons
/usr/lib64/llvm/libclangSerialization.a(ASTReader.o): In function 
`clang::ASTReader::pushExternalDeclIntoScope(clang::NamedDecl*, 
clang::DeclarationName)':
(.text+0x103ec): undefined reference to 
`clang::IdentifierResolver::tryAddTopLevelDecl(clang::NamedDecl*, 
clang::DeclarationName)'
....
/usr/lib64/llvm/libclangEdit.a(Commit.o): In function 
`clang::edit::Commit::insertFromRange(clang::SourceLocation, 
clang::CharSourceRange, bool, bool)':
(.text+0x14eb): undefined reference to 
`clang::PPConditionalDirectiveRecord::findConditionalDirectiveRegionLoc(clang::S
ourceLocation) const'
collect2: error: ld returned 1 exit status

What version of the product are you using? On what operating system?

SVN checkout r253
llvm 3.3
clang 3.3
Fedora 19

Please provide any additional information below.

Original issue reported on code.google.com by postmode...@gmail.com on 14 Sep 2013 at 5:46