[LLVMdev] LLVM 1.5 Release Plan

Chris Lattner sabre at nondot.org
Tue May 10 20:37:23 PDT 2005


On Wed, 11 May 2005, Oleg Smolsky wrote:
> Hello Chris,
> Chris Lattner wrote on Wednesday, 11 May 2005:
>>> I've just tried building CVS/HEAD of llvm using gcc 4.0.0 that I have
>>> installed to /opt/gcc and got the following error quite late in the
>>> process:
>> That looks like GCC 4.0 either has a bug or is installed wrong.  I think
>> that it's trying to link with the wrong libstdc++.
> Hmm... I can build other apps using it, just not LLVM. Do you guys
> explicitly reference std library names or locations?

Nope.  tblgen in particular is a very simple C++ program consisting of the 
code in lib/Support, lib/System and utils/TableGen.  Maybe you compiled 
one of the libraries with GCC 3.4 and the rest with 4.0 or something?

-Chris

-- 
http://nondot.org/sabre/
http://llvm.cs.uiuc.edu/




More information about the llvm-dev mailing list