[LLVMdev] llvm-2.5 build failure (fedora f10)

Török Edwin edwintorok at gmail.com
Wed Mar 25 06:54:21 PDT 2009


On 2009-03-25 15:48, Maurice Gittens wrote:
> Hi all,
>
> On my Fedora 10 x86-64 the current svn dies in the following way:
>
> /home/maurice/installation/llvm-dev/utils/TableGen/Debug/TGLexer.o: In
> function `llvm::TGLexer::getNextChar()':
> /home/maurice/installation/llvm-dev/utils/TableGen/TGLexer.cpp:71:
> undefined reference to
> `llvm::TGSourceMgr::FindBufferContainingLoc(llvm::TGLoc) const'
> /home/maurice/installation/llvm-dev/utils/TableGen/Debug/TGLexer.o: In
> function `llvm::TGLexer::PrintError(llvm::TGLoc,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&) const':
> /home/maurice/installation/llvm-dev/utils/TableGen/TGLexer.cpp:52:
> undefined reference to `llvm::TGSourceMgr::PrintError(llvm::TGLoc,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&) const'
> /home/maurice/installation/llvm-dev/utils/TableGen/Debug/TGLexer.o: In
> function `llvm::TGLexer::PrintError(char const*,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&) const':
> /home/maurice/installation/llvm-dev/utils/TableGen/TGLexer.cpp:48:
> undefined reference to `llvm::TGSourceMgr::PrintError(llvm::TGLoc,
> std::basic_string<char, std::char_traits<char>, std::allocator<char> >
> const&) const'
> /home/maurice/installation/llvm-dev/utils/TableGen/Debug/TableGen.o:
> In function `__static_initialization_and_destruction_0':
> /home/maurice/installation/llvm-dev/utils/TableGen/TableGen.cpp:127:
> undefined reference to `llvm::TGSourceMgr::~TGSourceMgr()'
> /home/maurice/installation/llvm-dev/utils/TableGen/Debug/TableGen.o:
> In function `llvm::PrintError(llvm::TGLoc,
> std::basic_string<char,std::char_traits<char>, std::allocator<char> >
> const&)':
> /home/maurice/installation/llvm-dev/utils/TableGen/TableGen.cpp:130:
> undefined reference to
> `llvm::TGSourceMgr::PrintError(llvm::TGLoc,std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > const&) const'
> /home/maurice/installation/llvm-dev/utils/TableGen/Debug/TableGen.o:
> In function `main':
> /home/maurice/installation/llvm-dev/utils/TableGen/TableGen.cpp:213:
> undefined reference to
> `llvm::ClangDiagsDefsEmitter::run(std::basic_ostream<char,
> std::char_traits<char> >&)'

Did you update the clang source tree also?

Best regards,
--Edwin



More information about the llvm-dev mailing list