Re: Link aganist sem.h

2008-09-12 Thread Peter O'Gorman
dexter morgan wrote: I've made as you suggested but nothing is changed. Take a look here: http://img440.imageshack.us/img440/103/picture1it4.png thanks a lot typo, change semclt to semctl in main. Peter -- Peter O'Gorman http://pogma.com ___

Re: Link aganist sem.h

2008-09-11 Thread Jamie Hardt
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

Re: Link aganist sem.h

2008-09-11 Thread Meik Schuetz
Hi there, in the target properties, make sure the header file search path is set to the directory in which you've got the 3rd party header files. To link the dylib files with the project, click on Project - Add to project and select the necessary dylib files. Hope that helps. Meik On