Re: I know this isn't really a cocoa prob.... but please help
Re: I know this isn't really a cocoa prob.... but please help
- Subject: Re: I know this isn't really a cocoa prob.... but please help
- From: Clark Cox <email@hidden>
- Date: Thu, 1 Jan 2004 11:14:13 -0500
On Jan 01, 2004, at 10:14, Theodore Petrosky wrote:
>
ld: Undefined symbols:
>
_CFBundleCopyExecutableURL
>
_CFBundleCopyResourceURL
>
_CFBundleGetBundleWithIdentifier
>
_CFRelease
>
_CFStringGetCString
>
_CFURLCopyFileSystemPath
>
___CFStringMakeConstantString
>
>
Does anyone have an idea what to try?
>
>
Sorry to post this here, I didn't know where else to
>
go..
Your problem is that you did not link against the CoreFoundation
framework. Add "-framework CoreFoundation" to your gcc command line.
--
Clark S. Cox III
email@hidden
http://homepage.mac.com/clarkcox3/
http://homepage.mac.com/clarkcox3/blog/B1196589870/index.html
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.