Re: No static functions with linking .a to .dylib

2011-05-13 Thread Greg Parker
On May 13, 2011, at 8:10 AM, Alexander Zvyagin wrote: > Hello, all! > > Please help me to link compiled *.a modules to *.dylib library. > > Currently linked file has runtime errors with no static functions found from > .a module by .dylib library: > > +[NSString stringStaticFunction]: unrecogni

No static functions with linking .a to .dylib

2011-05-13 Thread Alexander Zvyagin
Hello, all! Please help me to link compiled *.a modules to *.dylib library. Currently linked file has runtime errors with no static functions found from .a module by .dylib library: +[NSString stringStaticFunction]: unrecognized selector sent to class 0x12345678 +[NSString stringStaticFunction]