search for: __zn4llvm2cl6option11addargumentev

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

2011 Jan 14
0
[LLVMdev] Building the shared library on Mac OS X
...library with mixed success. Using ./configure --enable-shared compiles cleanly but as soon as I try to load the library--for example, in Ruby using FFI--I get the following error: dyld: loaded: /Users/<user>/llvm/2.8/lib/libLLVM-2.8.dylib dyld: lazy symbol binding failed: Symbol not found:__ZN4llvm2cl6Option11addArgumentEv Referenced from: /Users/<user>/llvm/2.8/lib/libLLVM-2.8.dylib Expected in: flat namespace dyld: Symbol not found: __ZN4llvm2cl6Option11addArgumentEv Referenced from: /Users/<user>/llvm/2.8/lib/libLLVM-2.8.dylib Expected in: flat namespace Trace/BPT trap So I applied the follo...