Re: g++ -mno-cygwin flag not recognized

2017-05-12 Thread Allan C.
On 13 May 2017 at 11:17, René Berber wrote: > On 5/12/2017 10:03 PM, Allan C. wrote: > >> I am trying to build a win32 project with gcc 5.4 with the flag >> -mno-cygwin but the flag is not recognized. Is there an approach I >> could release an exe without bundling cygwin's dll? > > That option has

Re: g++ -mno-cygwin flag not recognized

2017-05-12 Thread René Berber
On 5/12/2017 10:03 PM, Allan C. wrote: > I am trying to build a win32 project with gcc 5.4 with the flag > -mno-cygwin but the flag is not recognized. Is there an approach I > could release an exe without bundling cygwin's dll? That option has been deprecated for many years. What you have to do

g++ -mno-cygwin flag not recognized

2017-05-12 Thread Allan C.
Hi all, I am trying to build a win32 project with gcc 5.4 with the flag -mno-cygwin but the flag is not recognized. Is there an approach I could release an exe without bundling cygwin's dll? Regards, Allan C. -- Problem reports: http://cygwin.com/problems.html FAQ: http:/