Hi, thanks for your neat post. I have two comment/questions
1- When I use two libraries with the same method definition, the latest added library gains precedence and I get no duplicate symbol errors. I wonder if my XCode version (4.6) now allows duplicate symbol definitions. Any idea?
2- It seems objcopy doesn't apply to ARM binaries. Do you know if I could rename symbol definitions in an ARM binary?
The reason why I'm asking these questions is because I need to link several libraries with same method definitions (and different implementations). When I link them all, only one implementation is accessible (the last added library overrides)
Hi, thanks for your neat post. I have two comment/questions
1- When I use two libraries with the same method definition, the latest added library gains precedence and I get no duplicate symbol errors. I wonder if my XCode version (4.6) now allows duplicate symbol definitions. Any idea?
2- It seems objcopy doesn't apply to ARM binaries. Do you know if I could rename symbol definitions in an ARM binary?
The reason why I'm asking these questions is because I need to link several libraries with same method definitions (and different implementations). When I link them all, only one implementation is accessible (the last added library overrides)
Thanks!
Ege egeakpinar@gmail.com