search for: libcalc

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

Did you mean: libcall
2008 Apr 15
1
[LLVMdev] Linking to LLVM libs from new project
...hould be. Since the linker doesn't know how to get the library, I get an error now when I run make: $ make llvm[2]: Compiling sample.c for Release build llvm[2]: Building Release Archive Library libsample.a llvm[2]: Compiling calc.cpp for Release build llvm[2]: Building Release Archive Library libcalc.a llvm[2]: Compiling main.cpp for Release build main.cpp: In function 'int main(int, char**)': main.cpp:16: warning: unused variable 'module' llvm[2]: Linking Release executable Sample (without symbols) Undefined symbols: "llvm::Module::Module(std::basic_string<char, std::...