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


On Wed, Dec 01, 2004 at 04:23:55PM +0100, 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.

Right.  You have just discovered the difference between "no cygwin"
and "cygwin".  "Cygwin" provides a unix-like environment for windows.

"No cygwin" provides a windows-like environment for windows with
a few minor, cheap unixisms thrown in.  netinet/in.h, sys/ioctl.h,
etc., are not minor or cheap so they are not part of "no cygwin".

cgf

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