This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: Linking to multi-threaded MinGW DLL from Cygwin


-----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


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