Top "Dylib" questions

Xcode Dynamic Library file extension

brew doctor: Warning: Unbrewed dylibs were found in /usr/local/lib

running brew doctor gives me this: Warning: Unbrewed dylibs were found in /usr/local/lib. If you didn't put them …

osx-mountain-lion homebrew dylib
Compile simple hello world ZeroMQ C example, compile flags?

Trying to compile the example hello_world.c from the zeromq tutorial: http://zguide.zeromq.org/page:all#Ask-and-Ye-Shall-Receive Pretty …

c linker osx-mountain-lion zeromq dylib
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 …

macos frameworks dylib
dynamic libraries in XCode

I am trying to create an mac application in XCode that has some of its implementation in a dynamic library. …

cocoa xcode dylib
dyld: Library not loaded: /usr/local/lib/libmpfr.4.dylib

When I run "make" on a project I get this error: dyld: Library not loaded: /usr/local/lib/libmpfr.4.dylib …

xcode macos gcc dylib mpfr
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 …

ios xcode linker dylib mach-o
How do I use a dynamic shared library in a C++ xcode project?

I have created a new project in XCode (using the template "STL C++ library"), and have made a little test …

c++ xcode dylib
Xcode linking against static and dynamic library

I have some problems with linking my macOS app against C libraries. I have several question related to this issue. …

c++ xcode static-libraries dylib dynamic-library
Swig Fatal Python error: PyThreadState_Get: no current thread Abort trap: 6 with Python 2.7.5

Before I upgraded Python I used Python 2.7.2 and there was no problem with Swig when I imported the generated dynamic …

python swig dylib
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 …

dylib dlopen