Did you include /usr/lib/libSystem.dylib into your Linked Frameworks?

On Thu, Sep 11, 2008 at 3:04 PM, dexter morgan <[EMAIL PROTECTED]>wrote:

> Hello List,
> I've a simple c project that uses semaphores.
> I've tried to include it inside the main.c
>
> #include <stdio.h>
> #include <stdlib.h>
> #include <string.h>
> #include <sys/types.h>
> #include <sys/msg.h>
> #include <sys/ipc.h>
> #include <sys/shm.h>
> #include <sys/sem.h>
> #include <sys/ipc.h>
> #include <sys/semaphore.h>
>
> but xcode won't to compile it. Anyone can help me?
> _______________________________________________
>
> 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/jamiehardt%40gmail.com
>
> This email sent to [EMAIL PROTECTED]
>
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to