Jøhnny Fävòrítê (it means "halo, then resonate") wrote in message ...
> Jamchild wrote:
> > Undefined symbols: ___setonlyClocaleconv referenced from
> > CoreFoundation expected to be defined in libSystem
> >
> > So apparently it can't find this function call in libSystem which
> > it thinks should be there, but I can't find reference to
> > setonlyClocaleconv anywhere on the web. I'm fairly sure I've got all
> > the right frameworks included - definitely libSystem, where it thinks
> > this thing should be. Why can it find it with ZeroLink but not when
> > building for deployment?
>
> zerolink isn't "linking" at all, so it's not surprising that you don't
> see the problem there. i don't recognize the symbol name, but it
> probably has something to do with c/c++ locales. perhaps you could fix
> it by adding /usr/lib/libstdc++.a to your project, but i don't think
> i've had to explicitly include that library since the project builder
> days. can't hurt to try, though.
Yeah, I'd tried that (adding libstdc++.a) and it didn't work. Weird
thing is I just tried the exact same .xcode file on a different
machine with the exact same version of xCode and it worked without the
error. I can't think of any differences there could be that would
cause the one to work and the other to fail.
>> Stay informed about: help bring 3D modeling to Mac: deployment linking error: u..