Re: Link Error: following -F not found
Re: Link Error: following -F not found
- Subject: Re: Link Error: following -F not found
- From: Rick Genter <email@hidden>
- Date: Sat, 17 Jul 2010 11:44:45 -0700
On Jul 17, 2010, at 10:45 AM, Joseph Ayers wrote:
>
> I get a link error:
>
> ld: warning: directory '/Users/lobster/Programming/Roboplasm/../../../core-plot/framework/build/Debug' following -F not found
>
> I can't find a reference to core-plot anywhere in the code. How do I interpret: /../../../ in the message?
>
> Thanks,
That's a standard Unix path designation.
/Users/lobster/Programming/Roboplasm/../../../core-plot/framework/build/Debug
should be the same as
/Users/core-plot/framework/build/Debug
--
Rick Genter
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden