search for: qling

Displaying 1 result from an estimated 1 matches for "qling".

Did you mean: cling
2012 Jul 09
0
[LLVMdev] ExecutionEngine fails to use MCJIT, non-unique static member variables
...es, I can also see that ExecutionEngine::MCJITCtor is present twice in memory. &ExecutionEngine::MCJITCtor in MCJIT::Register: 0x9bfff0 &ExecutionEngine::MCJITCtor in ExecutionEngine::create: 0x7ffff7bd4390 Is this a linking issue? For more info, here the linking command: g++ -Wl,-O1 -o qling main.o widget.o util.o consoleoutput.o codeinput.o codewidget.o moc_widget.o moc_consoleoutput.o moc_codeinput.o moc_codewidget.o -L/usr/lib64/qt4 - L/home/thomas/opt/llvm-debug/lib -lm -ldl -fPIC -rdynamic qt-hack/qatomic_sun.o -lcling -lclingInterpreter -lclingUtils -lclangFrontend -lclangFron...