This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: pthread_kill prototype


On Wed, Mar 21, 2001 at 09:01:19AM -0500, Christopher Faylor wrote:
> Sorry.  I forgot to 'cvs add' the two new files.  They're there now.

Thanks.

Unfortunately, I am getting the following error now:

c++ ... ../../../../src/winsup/cygwin/thread.cc
./../../../src/winsup/cygwin/thread.cc:30: semaphore.h: No such file or directory
make[2]: *** [thread.o] Error 1
make[2]: Leaving directory `/home/jt/src/cygwin/build/i686-pc-cygwin/winsup/cygwin

I tried the following:

    $ find . -name semaphore.h # where . is the top of my CVS working dir
    $ find /usr/include -name semaphore.h

and came up empty.

Is semaphore.h missing?  Or, am I missing something?

Thanks,
Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corp.               Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]