Compiling trouble
Compiling trouble
- Subject: Compiling trouble
- From: Yuri Yuriev <email@hidden>
- Date: Thu, 19 Feb 2004 11:44:38 +0300
Hello,
I have a small problem.
One of my clases in my app use system's "libz" library
(usr/lib/libz.1.dylib). When i compile my app with Development(with
Zero Link) style, all is OK. But when i try compile with
Deployment(without Zero Link) style, build failed with error "illegal
reference to symbol: _compress defined in indirectly referenced dynamic
library /usr/lib/libz.1.dylib".
If i will copy library libz.1.dylib to my project, all will be OK.
What's wrong?
Thanks for help!
--
Yuri Yuriev
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.