search for: v33v48bh

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

2010 Aug 12
1
[LLVMdev] error when trying to create a JIT execution engine "Interpreter has not been linked in"
...(&errStr).create(); errStr contains: "Interpreter has not been linked in." I'm using this command to build: g++ -g errors.o lexer.o parser.o lang.o main.o -rdynamic `llvm-config --cppflags --ldflags --libs core jit native` -O3 -o llvm-lisp (my whole Makefile: http://pastebin.com/v33V48bH) I'm on 64bit linux (ubuntu 10.04). What's causing the problem? -- View this message in context: http://old.nabble.com/error-when-trying-to-create-a-JIT-execution-engine-%22Interpreter-has-not-been-linked-in%22-tp29420877p29420877.html Sent from the LLVM - Dev mailing list archive at Nab...