[LLVMdev] Re: LLVM build error

Lexington Luthor lexington.luthor at gmail.com
Sat Jun 24 10:46:52 PDT 2006


Reid Spencer wrote:
> It looks to me like your libLLVMSupport.a didn't get built or you didn't
> update all of LLVM. Please make sure you update from the root of the
> tree with the command:
> 
> cvs update -ARPd
> 
> Reid.
> 

Thanks for the quick response.

I have resolved my problem already - basically I had "-s" in my 
CFLAGS/CXXFLAGS environment which configure put in the Makefiles and 
screwed up the build. libLLVMSupport did get build, with the 
IncludeFile.o object (verified with nm), but with -s it confused ld -r 
at some point! (Perhaps a configure check can be added for this flag to 
save future hair-pulling)

In any case, I removed the CFLAGS variable and am currently building (it 
seems to be going well).

Thanks for the help,
LL




More information about the llvm-dev mailing list