After installing llvm and llvm-gcc 4.2 on Mac OS X I tried running "An Example Using the LLVM Tool Chain" at http://llvm.org/docs/GettingStarted.html . In step 4, the command ./hello fails with the message: dyld: Library not loaded: /Users/tonic/2.3/llvm-gcc/install/lib/libgcc_s.1.dylib Referenced from: /Users/Username/Path/./hello Reason: image not found Trace/BPT trap However, all of the other steps in the example work correctly, apart from compiling directly to native code with llvm-gcc. Is there a way to fix this error? -------------------------------------- For All Sports Lovers! SPORTS OHEN PROJECT 2008 http://pr.mail.yahoo.co.jp/yells/
Gordon Henriksen
2008-Aug-21 17:36 UTC
[LLVMdev] "dyld: Library not loaded" llvm-gcc error
On Aug 21, 2008, at 12:20, ブラウン スコット wrote:> After installing llvm and llvm-gcc 4.2 on Mac OS X I tried > running > "An Example Using the LLVM Tool Chain" at > http://llvm.org/docs/GettingStarted.html . > > In step 4, the command > > ./hello > > fails with the message: > > dyld: Library not loaded: > /Users/tonic/2.3/llvm-gcc/install/lib/libgcc_s.1.dylib > Referenced from: /Users/Username/Path/./hello > Reason: image not found > Trace/BPT trap > > However, all of the other steps in the example work > correctly, apart from compiling directly to native code > with llvm-gcc.Hi, This looks like a mistake made in packaging the release, which apparently was configured with --prefix=$HOME/2.3/llvm-gcc/install. (It's not your fault.)> Is there a way to fix this error?You could build and install llvm-gcc 2.3 from the source distribution, or the latest llvm and llvm-gcc from Subversion. — Gordon
Seemingly Similar Threads
- [LLVMdev] "dyld: Library not loaded" llvm-gcc error
- [LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
- Mac OS X: dyld: lazy symbol binding failed
- [LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range
- [LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range