Tagged Questions
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
108 views
Mach-O's two-level namespace symbol resolution in ELF/linux
Anyone know of an equivalent to Mach-O's two-level namespace symbol resolution in ELF/linux? I want code that links to lib+sym, not sym.
I'm trying to do what could best be described as ...
7
votes
1answer
341 views
How do I embed data into a Mac OS X mach-o binary file's TEXT Section?
I have a Mac OS X command-line tool that would benefit from having some data embedded in the binary file itself.
I know mach-o files support multiple segments, some of which can be used for storing ...
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 ...
2
votes
1answer
545 views
Apple Mach-O Librarian (libtool) error with no specific error
I've had to deal with plenty of libtool errors previously, but I really don't know what to do with one that doesn't give me a hint.
Here is the full error:
Libtool ...
2
votes
3answers
5k views
Apple Mach-O Linker (Id) error
Got this error for the first time, I have looked around and cannot find a solution to help me, I have cleaned my build and also checked to make sure I am compiling for the latest firmware.
This ...
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 ...
1
vote
1answer
154 views
Apple Mach-O linker (ld) error using freenect library
When trying to compile the following file in xcode:
http://openkinect.org/wiki/C%2B%2BOpenCvExample
I get these errors:
Ld build/Debug/KinectOpenCV normal x86_64
cd ...
0
votes
2answers
49 views
Apple Mach O Linker warning
I am getting this annoying warning
Apple Mach-O Linker Warning
Alignment lost in merging tentative definition _searchFlag
i have declared the search flag in the constant.h file like this
BOOL ...
0
votes
1answer
20 views
How to infer imported method names from IOS Mach-O binary
When using a disassembler to analyze IOS binaries (Mach-O) files, I see that method names are annotated for functions in external libraries, even for C-style function calls in release binaries. I ...
0
votes
0answers
33 views
Linker problem: symbols resolved by wrong library
I have written a dynamic library, let me call it "libX", which uses a dynamic openSSL library and another dynamic library "libY". The latter one is obviously statically linked against openSSL.
When I ...
0
votes
1answer
105 views
Xcode 4 mach-o error
I coded an OSX application (not for iphone) on top of another, changed the name properly (I was even asked if I wanted to rename all instances of the original name, and did). It compiles perfectly ...
0
votes
1answer
86 views
Patch links in a Mach-O file?
I have a Mach-O binary which is very old and linked to a bunch of old frameworks than no longer exist or incompatible.
My aim is to abstract the components from these frameworks without replacing my ...
-1
votes
1answer
699 views
Why do I still have mach-o linker errors in my iOS project even after removing the files that caused them?
These are the errors:
Ld /Users/gearhead2727/Library/Developer/Xcode/DerivedData/TR-bwdsurqqtlxmnhdpvfqmdqftqsun/Build/Intermediates/TR.build/Debug-iphoneos/TR.build/Objects-normal/armv6/TR normal ...