dyld
"Symbol not found" Crash while Testing Mac OS X 10.7-specific code on 10.6
I have an application that uses a few classes found only in 10.7 Lion. (For example, NSFileCoordinator.)[详细]
2023-04-01 23:22 分类:问答Interpose OS X API in a plugin
I have an app that loads a CFPlugin, not a problem, using the Apple boiler plate code. The plugin has a bug - and its someone else\'s binary...[详细]
2023-04-01 09:50 分类:问答Dylib error 'Library not loaded' distributing application
I\'m developing an app in objective-C++ that uses dynamic libraries of OpenCV and VTK but I\'ve a problem on distribution, if I launch my app in a different system I got this issue:[详细]
2023-03-28 12:03 分类:问答Get __TEXT and __DATA Dyld address mapping from within an executable
To find the dyld address mapping of __TEXT and __DATA for my mach-o executable I set the environment va开发者_如何转开发riable DYLD_PRINT_SEGMENTS=1. This logs on the console where in memory the execu[详细]
2023-03-25 04:21 分类:问答Problems with using setenv and then making the dlopen call
I am using setenv to set DYLD_LIBRARY_PATH so when I do a dlopen() it will have the correct paths to find my .dylib, but when I do the dlopen() it doesn\'t seem to search the paths that I added to DYL[详细]
2023-03-21 03:16 分类:问答Envrionmental Variables in info.plist don't work
I am using an info.plist in Xcode to set the Environmental Variables, DYLD_LIBRARY_PATH and DYLD_FRAMEWORK_PATH.[详细]
2023-03-20 21:38 分类:问答Undefined symbols: __dyld_func_lookup for MacOSX 64-bit linking error in 10.6.7
I\'m trying to compile a program that references __dyld_func_lookup. Everything compiles fine, indicating include files were able to find the function reference. However, upon the final linking, I ge[详细]
2023-03-13 12:33 分类:问答Setting dynamic library path and license info in Xcode for C++ code
I am a new Xcode user (version 3.2.2; Mac 10.6.7). I have written C++ code that needs to be used in combination with commercial code.I can run the code in a terminal window, but no开发者_如何学运维t[详细]
2023-03-08 11:36 分类:问答Example code given for curve fitting with Gnu Scientific Library wont run.
I am trying to use GSL for least square fitting, but I can\'t even make the example run properly. It compiles, but when running the program it gives the error[详细]
2023-03-07 10:05 分类:问答Datamapper do_postgres gem error: "dyld: lazy symbol binding failed: Symbol not found: _PQsetdbLogin"
I\'m trying to run a Sinatra application with Datamapper and a Postgres db locally. I\'m on Mac OS X 10.6.7 and ruby 1.9.2 and each time I launch the application, I get the following error:[详细]
2023-03-05 11:25 分类:问答