search for: some_llvm_routine

Displaying 2 results from an estimated 2 matches for "some_llvm_routine".

2009 Dec 29
2
[LLVMdev] Fwd: Linking fails when compiling files that use llvm routines
..., when i try to compile a file that uses llvm routines and libraries (by giving the command: "{compiler} `llvm-config --cxxflags --ldflags --libs all -o Test test.cpp" where i tried both llvm-g++ and g++ in the {compiler} field), the linking fails and an "undefined reference to llvm::some_llvm_routine()" error message is raised. The lib files are actually placed in the /usr/local/lib directory, but they seem as they do not exist or something? I would appreciate it very much if any help could be provided. Cheers, Yannis Mantzouratos.
2009 Dec 30
0
[LLVMdev] Fwd: Linking fails when compiling files that use llvm routines
...ile a file that uses > llvm routines and libraries (by giving the command: "{compiler} > `llvm-config --cxxflags --ldflags --libs all -o Test test.cpp" where i > tried both llvm-g++ and g++ in the {compiler} field), the linking > fails and an "undefined reference to llvm::some_llvm_routine()" error > message is raised. The lib files are actually placed in the > /usr/local/lib directory, but they seem as they do not exist or > something? I would appreciate it very much if any help could be > provided. > > Cheers, > Yannis Mantzouratos. > _________________...