I build and install my own libtiff.a/dylib in /usr/local/lib, which
causes a known conflict when including one (or more) of Apple's
Frameworks (have a open bug on this, others have reported the same
problem on this forum).
Right now, this is biting me as I am trying to build someone else's
framework, and I am struggling to get around this.
My goal is to exclude /usr/local/lib from the load line. Since this
is hardcoded into gcc's ld, I have to exclude the standard
directories with "-Z" and then include the ones I want later.
"Link with Standard Libraries" is unchecked. In "Other Linker Flags",
I put this:
Do a clean all first, then rebuild. Some library is not getting
picked up, but I cannot see how this could possibly be in
/usr/local/lib. There must be another standard search path I'm
missing, but I don't know what it is.
David
PS: this the failing ld line, and a few of the messages:
Undefined symbols:
"_mach_port_allocate", referenced from:
_AEMSendMessageThreadSafe in sendthreadsafe.o
"_pthread_key_create", referenced from:
_InitRoutine in sendthreadsafe.o
"_pthread_mutex_unlock", referenced from:
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden