This is the mail archive of the cygwin@sources.redhat.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: Perl MD5 module


They are from the ipc library.  Available at
http://cygutils.netpedia.net/cygipc/

Actually, MD5 does NOT require sys/ipc.h and sys/sem.h.  However, since
(it appears) you are using the cygutils perl, which was built using
cygipc -- ANY module built using that perl will look for all the
dependencies of perl itself.  Since cygutils perl depends on cygipc --
MD5 built using that perl will complain if cygipc is missing.

--Chuck

wam wrote:
> 
> Hi,
> I have been trying to build the CPAN MD5 module and make reports it is
> looking for two header files that are neither in the Perl distribution
> nor in the Cygwin distribution.
> 
> They are sys/ipc.h and sys/sem.h
> 
> Any ideas??
> 
> Thanks,
> Marty W.
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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