Referencing dylibs from a static lib in xcode?
Referencing dylibs from a static lib in xcode?
- Subject: Referencing dylibs from a static lib in xcode?
- From: jason rusoff <email@hidden>
- Date: Thu, 15 Jan 2004 22:29:47 -0800
I have a project that built in PB on 10.2.8 but won't link in xcode 1.1
on 10.3. Am I unable to reference routines in a dylib from a static
lib? Here is the error. Did the rules change regarding static and
dynamic libs from 10.2 to 10.3? libcsl2.a is a static lib that uses
crc32 in libz.
Thanks,
Jason
ld: /Volumes/10.2.8
backup/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac/
libcsl2.a(png.o) illegal reference to symbol: _crc32 defined in
indirectly referenced dynamic library /usr/lib/libz.1.dylib
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.