Re: How do I get around an illegal reference to symbol?
Re: How do I get around an illegal reference to symbol?
- Subject: Re: How do I get around an illegal reference to symbol?
- From: Eric Albert <email@hidden>
- Date: Tue, 30 Aug 2005 11:59:25 -0700
On Aug 30, 2005, at 11:52 AM, Ken Turkowski wrote:
ld: MyFile.o illegal reference to symbol: _DisposeGWorld defined in
indirectly referenced dynamic library /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/QD.framework/
Versions/A/QD
What's the magic incantation go get this to link?
I'm building a command line tool using Core Services and QuickTime
on XCode 1.5.
You need to either link against the ApplicationServices framework or
avoid calling functions in it.
Hope this helps,
Eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden