Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking against clang 3.3 on Fedora 19 #24

Open
GoogleCodeExporter opened this issue Jun 29, 2015 · 0 comments
Open

Linking against clang 3.3 on Fedora 19 #24

GoogleCodeExporter opened this issue Jun 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 14 Sep 2013 at 5:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant