[LLVMdev] dyld: lazy symbol binding failed: fast lazy bind offset out of range

Duncan Sands baldrick at free.fr
Tue Oct 23 06:58:09 PDT 2012


Hi Jack,

> It is interesting though that LLVMPolly.so shows the linkage...
>
> /sw/opt/llvm-3.2/lib/LLVMPolly.so:
> 	/sw/lib/libisl.10.dylib (compatibility version 11.0.0, current version 11.0.0)
> 	/sw/lib/gmp5/libgmp.10.dylib (compatibility version 11.0.0, current version 11.5.0)
> 	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)
> 	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0)
...
> However I have managed to shift the error with the following linkage...
>
> LLVMPolly.so:
> 	/sw/lib/libcloog-isl.3.dylib (compatibility version 4.0.0, current version 4.0.0)
> 	/sw/lib/libisl.10.dylib (compatibility version 11.0.0, current version 11.0.0)
> 	/sw/lib/gmp5/libgmpxx.4.dylib (compatibility version 7.0.0, current version 7.5.0)
> 	/sw/lib/gmp5/libgmp.10.dylib (compatibility version 11.0.0, current version 11.5.0)
> 	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0)
> 	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 169.3.0)

why in this second case do you see libcloog (not present in the first) and two
copies of libgmp?

Ciao, Duncan.



More information about the llvm-dev mailing list