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
rick.gen...@gmail.com

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to