search for: dyld_print_librari

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

Did you mean: dyld_print_libraries
2010 Oct 08
1
Mac OS X: dyld: lazy symbol binding failed
...d: lazy symbol binding failed: Symbol not found: _virThreadInitialize Referenced from: /usr/local/lib/libvirt.dylib Expected in: flat namespace dyld: Symbol not found: _virThreadInitialize Referenced from: /usr/local/lib/libvirt.dylib Expected in: flat namespace Trace/BPT trap I exported DYLD_PRINT_LIBRARIES and it shows that libvirt.dylib is loaded in the process space, but the above still occurs. When I statically link into a C program it works fine, however. Anyone have any idea what could be causing this? If this doesn't get a response, I'll post it to the dev list, since its perhaps rel...
2003 May 26
1
R's DYLD_LIBRARY_PATH override problems on Mac OS X
...ARY_PATH for some older OS X versions? At least for OS X 10.2 with Apple's X11 it is not necessary since X11 is already in the default load path. Btw: the situation didn't crash R in OS X 10.1 (you could load libGL from X11 instead of the framework). To analyze the situation: by setting DYLD_PRINT_LIBRARIES=1 you can see exactly the sequence of loaded libraries and their locations. Cheers, Simon _ platform powerpc-apple-darwin6.6 arch powerpc os darwin6.6 system powerpc, darwin6.6 status Patched major 1 minor 7.0 year 2003 month 05 day 15 language R --- Simon Urbanek...