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: Compile within cygwin with -mnocygwin


BARTHEL, MATTIAS wrote:

Hello

I am trying to compile a perl swig1.3 wrapper for a C++ lib
using cygwin but with the compiler define -mno-cygwin.

In perl.h there are lots of includes that cannot be found.

Yes, Cygwin Perl is compiled without this flag and so WIN32 is not defined for Cygwin Perl.


Should I put some special define in the Makefile to use another
Path for includes?

You will need to use a MinGW compiled Perl. I saw some links to mingw-perl at the MinGW website recently where you should look to get it.

Gerrit
--
=^..^=

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


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