Compiling purely native (mingw) win32 apps under cygwin...

2005-03-27 Thread Jani Tiainen
Hi all! I was wondering what I have to do to get purely native win32 app to build under cygwin. I know that -mnocygwin directive drops out dependency to cygwin1.dll, but how about other libraries? How I can make a separate sandbox for my purposes that in any case even two versions of libs exist

Re: Compiling purely native (mingw) win32 apps under cygwin...

2005-03-27 Thread Larry Hall
At 05:42 AM 3/27/2005, you wrote: >Hi all! > >I was wondering what I have to do to get purely native win32 app to build >under cygwin. I know that -mnocygwin directive drops out dependency to >cygwin1.dll, but how about other libraries? > >How I can make a separate sandbox for my purposes that in

Re: Compiling purely native (mingw) win32 apps under cygwin...

2005-03-27 Thread Jani Tiainen
Larry Hall kirjoitti: At 05:42 AM 3/27/2005, you wrote: Hi all! I was wondering what I have to do to get purely native win32 app to build under cygwin. I know that -mnocygwin directive drops out dependency to cygwin1.dll, but how about other libraries? How I can make a separate sandbox for my pur

Re: Compiling purely native (mingw) win32 apps under cygwin...

2005-03-28 Thread Jonathan Arnold
Jani Tiainen wrote: Larry Hall kirjoitti: At 05:42 AM 3/27/2005, you wrote: Hi all! I was wondering what I have to do to get purely native win32 app to build under cygwin. I know that -mnocygwin directive drops out dependency to cygwin1.dll, but how about other libraries? How I can make a separa

Re: Compiling purely native (mingw) win32 apps under cygwin...

2005-03-28 Thread Larry Hall
At 07:13 AM 3/28/2005, you wrote: >Jani Tiainen wrote: >>Larry Hall kirjoitti: >> >>>At 05:42 AM 3/27/2005, you wrote: >>> Hi all! I was wondering what I have to do to get purely native win32 app to build under cygwin. I know that -mnocygwin directive drops out dependency to