[LLVMdev] LLVM Build Difficulties
Duncan Sands
baldrick at free.fr
Tue Sep 22 02:11:48 PDT 2009
Hi Curtis,
> I hope this is the right list for such questions.... I've been trying to
> get LLVM compiled under Linux (Ubuntu 9.04, 64 bit) for the last couple
> of days.
I can't reproduce this with ubuntu 9.10, 64 bit x86, gcc 4.4.1, using
your configure options. What version of gcc are you using?
> CXXFLAGS="-fPIC" ./configure --enable-optimized --enable-assertions
> --disable-multilib
Not sure why you are passing -fPIC like this? Anyway, on my system it
didn't hurt: everything built fine anyway.
Ciao,
Duncan.
More information about the llvm-dev
mailing list