Displaying 1 result from an estimated 1 matches for "_zn44_global__n_howtousejit".
2007 Mar 29
0
[LLVMdev] compile error with HowToUseJIT
...es/HowToUseJIT :
gmake ENABLE_OPTIMIZED=0
It stops after producing object files (.o) without comment.
When I enter the following (from the documentation):
g++ `llvm-config --ldflags` -o HowToUseJIT HowToUseJIT.o `llvm-config --libs engine bcreader scalaropts`
I get:
HowToUseJIT.o(.gnu.linkonce.t._ZN44_GLOBAL__N_HowToUseJIT.cpp_DD76033A_C9DF05AB23ForceInterpreterLinkingC1Ev+0x1e):
In function `(anonymous namespace)::ForceInterpreterLinking::ForceInterpreterLinking()':
/usr/home/x/llvm1.9/include/llvm/ModuleProvider.h:71 undefined reference to
`llvm::LinkInInterpreter()'
Any help appreciated
Raphael
--
&quo...