site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 19 mei 2005, at 19:45, Nicola Vitacolonna wrote: But this might not be CF's fault. Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... tmp/CoreFoundation.dst/usr/local/lib/ libCoreFoundation.a(CFUniChar.opt.o)(.text+0xcf): In function `__CFUniCharLoadFile': StringEncodings.subproj/CFUniChar.c:66: undefined reference to `strlcpy' /tmp/CoreFoundation.dst/usr/local/lib/ libCoreFoundation.a(CFUniChar.opt.o)(.text+0xe7): StringEncodings.subproj/CFUniChar.c:67: undefined reference to `strlcat' /tmp/CoreFoundation.dst/usr/local/lib/ libCoreFoundation.a(CFUniChar.opt.o)(.text+0xfe): StringEncodings.subproj/CFUniChar.c:112: undefined reference to `strlcat' Are projects in 10.4.1 directory supposed to compile only with Darwin? I don't know, but the above errors simply stem from the fact that your libc doesn't contain them (they are in most BSD libc's by default, but not in GNU libc). Although the semantics are not exactly the same, you can probably replace the calls with strncpy and strncat. This email sent to site_archiver@lists.apple.com