Re: advice needed: how to use mingw part of cygwin

2003-11-06 Thread Christopher Faylor
On Thu, Nov 06, 2003 at 04:39:29PM -0500, [EMAIL PROTECTED] wrote: >I just had to do the same thing. The way I did it is as follows: > >1. in your compile line, use the flag -mno-cygwin Yes. >2. include the mingw headers (/usr/include/mingw) No. -mno-cygwin implies this. -- Unsubscribe info:

Re: advice needed: how to use mingw part of cygwin

2003-11-06 Thread y2bismil
Hi, I just had to do the same thing. The way I did it is as follows: 1. in your compile line, use the flag -mno-cygwin 2. include the mingw headers (/usr/include/mingw) Then it should be okay. Yamin Quoting ahnkle <[EMAIL PROTECTED]>: > > hi > > i have been using cygwin for a far while,

advice needed: how to use mingw part of cygwin

2003-11-06 Thread ahnkle
hi i have been using cygwin for a far while, and have recently started using gcc. i need to use _beginthread() which i can only find in the mingw header process.h. i have not used mingw at all. there doesn't seem to be anything in the cygwin site docs. is it a separate compiler? do i just incl