-----Original Message----- From: Soren Hein

When compiling the XS code, there is a flag that I don't understand called

"-I/usr/lib/perl5/5.14/686-cygwin-threads-64int/CORE"

That just adds /usr/lib/perl5/5.14/686-cygwin-threads-64int/CORE to the list of directories that will be searched, looking for header files (that have been #include 'd in the code).

That's the location where the perl headers (such as perl.h and xsub.h) reside, and XS code normally #include 's those headers .

Cheers,
Rob

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to