[LLVMdev] LLVM build problem
Andrew Haley
aph at redhat.com
Wed Aug 13 04:53:52 PDT 2008
Checking out LLVM from svn and building, I get:
llvm[2]: Linking Release executable ModuleMaker (without symbols)
/usr/bin/ld: error in /home/aph/llvm/Release/lib/LLVMX86.o(.eh_frame); no .eh_fr
ame_hdr table will be created.
/usr/bin/ld: error in /home/aph/llvm/Release/lib/LLVMInterpreter.o(.eh_frame); n
o .eh_frame_hdr table will be created.
/usr/bin/ld: error in /home/aph/llvm/Release/lib/LLVMExecutionEngine.o(.eh_frame
); no .eh_frame_hdr table will be created.
/usr/bin/ld: error in /home/aph/llvm/Release/lib/LLVMJIT.o(.eh_frame); no .eh_fr
ame_hdr table will be created.
Configured with:
./configure \
--disable-static \
--enable-assertions \
--enable-debug-runtime \
--enable-jit \
--enable-optimized \
--enable-shared \
--enable-targets=host-only \
--with-pic \
--enable-pic \
--disable-binding
Host is x86_64-unknown-linux-gnu
gcc --version
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
OS: Fedora release 9 (Sulphur)
Any suggestions?
Thanks,
Andrew.
More information about the llvm-dev
mailing list