OmniNetworking Prebinding (sorry!)
OmniNetworking Prebinding (sorry!)
- Subject: OmniNetworking Prebinding (sorry!)
- From: Sam Goldman <email@hidden>
- Date: Sun, 03 Feb 2002 17:44:21 -0800
I know that this has been discussed before, but I did do a quick search of
archives (cocoa.mamasam.com) and what I came up with wasn't quit what I was
looking for. Forgive me for the wasted bandwidth.
I have OmniNetworking,framework and OmniBase.framework compiled with
prebinding enabled (that all works).
I have the frameworks added to my project and then a copy phase to put them
into resources/frameworks (that also works).
Here's where I am stuck:
When I use the frameworks I get this message, and I don't know much about
the linker used by OS X/Darwin, mostly because I come from a Linux
background where the linker always works ;)
/usr/bin/ld: Undefined symbols:
.objc_class_name_ONHost
.objc_class_name_ONSocketStream
.objc_class_name_ONTCPSocket
Everything is found by the compiler and it seems to want to compile and
link, but it just doesn't. I tried clean rebuilds of the frameworks and my
project, but then ran out of ideas.
I am using only these three classes for now, but I am sure that when I use
others, they will also be undefined.
Thanks,
Sam