Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
1answer
2k views

Apple Mach-O linker (id) warning : building for MacOSX, but linking against dylib built for iOS

Starting from some point in the past xCode 4 in complaining about linker problems: ld: warning: building for MacOSX, but linking against dylib built for iOS: ...
7
votes
1answer
1k views

ld: library not found for -lz.1.2.3

When trying to compile the software for iOS 5, XCode 4.2 throws an error: ld: library not found for -lz.1.2.3 I found this post that tells me to replace 1.2.3. with 1.2.5 ...
7
votes
2answers
2k views

Finding dylib version using dlopen

Is there a way to find the version of a dylib using its path? I am looking for something that accepts the same arguments as dlopen. I have looked at NSVersionOfRunTimeLibrary, but from my reading of ...
6
votes
4answers
876 views

How can I link a dynamic library in x-code?

I am currently developing a program in Qt and it uses the library libqextserialport.1.dylib. I build it and run in x-code and it spits back: dyld: Library not loaded: libqextserialport.1.dylib ...
6
votes
4answers
25k views

How do I create a dynamic library (dylib) with Xcode?

I'm building few command-line utilities in Xcode (plain C, no Cocoa). I want all of them to use my customized version of libpng, and I want to save space by sharing one copy of the library among all ...
4
votes
1answer
129 views

How to build apple's opensource libc?

I'm trying to build apple's opensource libc (from http://www.opensource.apple.com/source/Libc/Libc-763.11/) on my OS X 10.6.8 laptop. This is in an attempt to essentially get a locally generated ...
4
votes
1answer
89 views

dylib destructor does not get called

I have a dylib which I can load via injection on mac os x. Constructor call works well. __attribute__((constructor)) static void initialize() But destructor does not get called? Thus resources ...
4
votes
1answer
2k views

dylib @executable_path path issue in a plug-in bundle

I am developing a plug-in bundle, say MyPlugIn.bundle for an application, say BigApp.app. This bundle requires a dylib, say MyPlugIn.bundle/Contents/Resources/library.dylib. I have relocated paths for ...
4
votes
1answer
2k views

creating a .dll on a mac: .dylib or framework?

I need to create a Mac version of our libraries for one of our customers. I am not so familiar with dynamic libraries on Mac, but from what I understand, I have 2 options: .dylib or frameworks. What ...
3
votes
1answer
68 views

Linking problem in dynamic library while mixing C C++ code

I had a C dynamic library, due to some requirement change I have to do some refactoring. I had following code in one c file. __attribute__((noinline)) static void *find_document(...) { ... } bool ...
3
votes
1answer
200 views

Setting current/compatibility version for a dylib using Netbeans (linux/mac)

As per the title, how can I set those? Moreover, how can I set versions themselves? Thanks to all and best regards.
3
votes
1answer
1k views

How to print a list of symbols exported from a dynamic library on OSX (dylib)

So I've been trying to get dynamic libraries to work in my XCode project under Mac OSX. So far no joy. I am able to load the dylib file, but when I call dlsym to get the function pointer, it returns ...
3
votes
1answer
743 views

Dyld: Library not loaded

I am trying to link the library libssh2.1.dylib to my iPhone Xcode project but I get this error when I try to link it. If I don't add this as a framework I get Symbols not found error. Now ...
3
votes
1answer
701 views

How to build a dylib from several .o in Mac OS X using gcc

I have several .o files and want to bundle them in a .dylib, how can I do that it Mac OS X using gcc? Thank you very much.
3
votes
1answer
1k views

how to make python load dylib on osx

Trying to load a shared lib out of the current '.' dir in a unit test on osx. What works on Linux and Netbsd there is a symlink _mymodule.so --> ../.libs/libmymodule.so but on osx, python's ...
3
votes
2answers
3k views

linking and using a C++ library with an Objective-C application

I'm writing a graphical application using Objective-C for the front end and C++ for the graphics processing and network communication. I read around on Apple's site looking for a way to link either a ...
3
votes
2answers
896 views

How to insert a LC_LOAD_DYLIB command into a Mach-O binary (OSX)

I'm looking to patch a piece of abandonware with some code. The software is carbon based, so I can not use an InputManager (at least, I do not think I can). My idea was to add a dylib reference to ...
2
votes
1answer
51 views

Rails - Rake error: Library not loaded

I have read just about every post regarding rails errors looking for the solution to my issues and while I have resolved some, I come up with more. I upgraded to Snow Leopard and installed RVM and ...
2
votes
0answers
49 views

Load a Mac binary as a dynamic library

I am doing some reverse engineering with a binary executable without sources. On Windows what I can do is load an executable file (EXE) with LoadLibrary, just as it was a DLL file. If the loaded file ...
2
votes
1answer
60 views

MAC OSX dylib's and how to use them

I downloaded and installed (I think) gtk on the Mac OSX (Lion). Compilation of test program went fine after getting all the -I's correct. Now the link is failing. A grep for the missing entrypoints ...
2
votes
1answer
72 views

Creating and using dynamic libraries in OS X

We have a Windows application written in C++, part of which we are trying to port to Mac OS X. Our goal is to wrap the business logic into some libraries and build a Cocoa layer on top for the ...
2
votes
1answer
243 views

Xcode 4: Can't use Enable Guard Malloc due to dylib error for iPad simulator

In Xcode 4.x I've edited my Run scheme to 'Enable Guard Malloc' since I have a nondescript malloc error I need to track down. I'm aware I need to run in the simulator to use this feature. However, ...
2
votes
0answers
134 views

After upgrading Ruby1.9.2 from p180 to p290, libruby dynamic library path isn't updated

I used RVM to upgrade Ruby 1.9.2 from patch level p180 to p290: rvm upgrade 1.9.2-p180 1.9.2-p290 Then, I used these commands to update my Rails gem and other gems gem install rails 3.0.5 gem ...
2
votes
1answer
82 views

How do I retrieve the path to my dylib at runtime?

On OS X, how can code in a dylib find the path it was loaded from, at runtime? Coming from a Windows background, I'm used being able to call GetModuleFileName(dllHandle,...). There exists ...
2
votes
1answer
120 views

Cannot create dylib for distribution that works on OS X 10.5 (building in 10.6 environment)

I'm trying to distribute cairo (1.10.2) with my application. I can create the necessarily dylibs using Homebrew but they are dependent on versions of other dynamic libraries that aren't present in OS ...
2
votes
2answers
556 views

XCode 4 adding dylib

I am trying to create and then add the dylib to a project. I created it by using the "Cocoa-Library" template and setting the type to "Dynamic" (not sure if it should be dynamic or static...). Then I ...
2
votes
1answer
148 views

Hiding the symbols of a static library in a dynamic library in MAC OS X?

I am using a static library (eg: boost.a) and some *.o files to create a dynamic library (Eg: libdynamic.dylib) in MAC OS X. I am able to hide the symbols from the *.o files since I created those by ...
2
votes
1answer
231 views

exporting symbols in a dynamic qt library

I'm trying to create a dynamic library using Qt on OS X 10.6.7 and Qt 4.7.3. I have created the most basic test I can think of (see below or https://gist.github.com/1016045) and yet otool -T ...
2
votes
1answer
1k views

Xcode keeps searching dylib at wrong path

Thats my error: dyld: Library not loaded: /usr/local/lib/libofa.0.dylib Referenced from: /sers/david/Projekte/Test/build/Debug/Test.app/Contents/MacOS/Test Reason: image not found I've done some ...
2
votes
0answers
137 views

Remove dependent shared library from a dylib?

I know that I can use the -change option of install_name_tool to change the name of a dependent shared library stored in a dylib, but is there a way to remove a dependent shared library, which I ...
2
votes
1answer
567 views

How to debug a DYLIB in XCode?

I am an experienced Visual Studio developer who has recently taken on an OSX 10.6 project (a C++ server project with no UI). I have been successfully debugging the application using the XCode ...
2
votes
2answers
274 views

Using a freepascal library (.dylib) from mono

While learning C# and Delphi Prism for use with monotouch is rewarding, I am looking for a way to re-use code written in ordinary Object Pascal. To simply re-write everything I have done in Delphi ...
2
votes
3answers
421 views

How to unmangle exported symbols from C++ in dynamic libraries in XCode on OSX

I've been trying to develop a dynamic library in C++ that can be run-time loaded in an application. I finally got it working, but it's a little ugly. I have a function that takes a pointer to a C++ ...
2
votes
1answer
136 views

How do I create a dynamically loadable version of RtAudio in OSX

I need to create librtaudio.dylib, a dynamically loadable RtAudio library (http://www.music.mcgill.ca/~gary/rtaudio/). I'd like to write CFFI bindings (in SBCL) but I can't seem to compile a dylib ...
2
votes
3answers
125 views

Is it possible to recreate the C++ header files needed to use a given .dll/.so/.dylib?

Is it possible to recreate the C++ header files needed to use a given .dll/.so/.dylib? If it is, how would one go about doing that?
2
votes
3answers
116 views

What's the difference between starting a process from the dock vs. the command line on OS X

I'm debugging an issue on OS X that only occurs when the application is started from the dock. It does not happen when the app is started from the command line. What is the difference between the ...
2
votes
1answer
551 views

How to determine if an OS X dylib was linked with -flat_namespace

I have a third party OS X dylib that I'm using in my app and don't have easy access to its creator. I'd like to determine if it was linked with -flat_namespace. Is that possible? If so, how?
2
votes
5answers
3k views

Linking to a dynamic library on a Mac with full path

I am linking a (Python extension) library that embeds the Matlab engine with the following command (generated using cmake) c++ -mmacosx-version-min=10.6 -bundle -headerpad_max_install_names -o ...
2
votes
2answers
2k views

dynamic libraries in XCode

I am trying to create an mac application in XCode that has some of its implementation in a dynamic library. I added a new target (dynamic library) to my XCode cocoa project and after a bit of ...
2
votes
1answer
1k views

Copying dynamic library (.dylib) into a framework (.framework)

I have two XCode projects: a framework and a client application. My application depends on my framework and everything works fine with that — the framework is being recompiled everytime the app is, ...
2
votes
1answer
400 views

Create jnilib from x86_64 .a files on Mac OS X 10.6

I want to use a bunch of non-universal (thin?), x86_64, C libraries from a Java application. The problem is that I only have static versions of them (.a files) and the jvm needs them to be dynamic. I ...
1
vote
1answer
77 views

unload dynamic library needs two dlclose() calls?

I have a dynamic library which I load using dlopen() and then unload using dlclose(); If I dont include any objective c code dlopen() needs one dlclose() call which is expected behavior. But when I ...
1
vote
0answers
30 views

NSDistributedNotificationCenter not working for dylib

I have some Objective-C code which registers for notifications like this: @implementation MyClass - (id)init { self = [super init] [[NSDistributedNotificationCenter defaultCenter] ...
1
vote
1answer
70 views

Link dynamic library and ffmpeg x86_64 version

I'm working with FFMPEG on Mac OSX, my Mac version is 10.6.8 (i386). When I try to compile my C++ code linking a dynamic library: g++ sdk.cpp -rpath /usr/local/lib/libinsight.dylib -o sdk I get ...
1
vote
1answer
55 views

Installing TkTreectrl on OSX

I installed TkTreeCtrl 2.4.1 (written in c), as well as TkTreectrl 1.0 ( written in python), which wraps the original c library. When I try to create any treectrl objects in Python, I get the error: ...
1
vote
2answers
74 views

Dynamic library linking issue

I am trying to link a dynamic library in my COCOA application but I am getting the following strange error: dyld: Library not loaded: /opt/local/lib/libusb-0.1.4.dylib I want to link this library ...
1
vote
1answer
250 views

How to add the frameworks libz.dylib and libxml2.dylib to the gcc_flags arguments in MonoTouch?

I have an Objective C static library that I am trying to import into MonoTouch using btouch. The problem that I am encountering, though, is that the library depends on libz.dylib and libxml2.dylib and ...
1
vote
1answer
296 views

dlopen() error image not found

I have software that first loads a .dylib lets call libFirst.dylib using the following command: void* handle = dlopen(path.c_str(), RTLD_LAZY | RTLD_GLOBAL); Later on inside a function from the ...
1
vote
3answers
187 views

Mono DLL to open appropriate Windows/Mac DLL/DyLib

I'm using Mono to write a wrapper over a set of natively exposed commands. The set is the same (commands and signature), however it is exposed through a DLL in Windows and a DyLib in Mac. I was ...
1
vote
1answer
646 views

Mac OS X libcurl dylib compatibility version

My application builds and runs fine on 10.6. I have Base SDK set to 10.6 and Mac OS X Deployment Target set to 10.5. My application uses the system libcurl.dylib — instead of adding the dylib to the ...

1 2 3