Re: [Mingw-w64-public] mingw-64 setup under cygwin

2013-08-22 Thread Tony Richardson
On Thu, Aug 22, 2013 at 9:55 AM, Ruben Van Boxem wrote: > 2013/8/22 Tony Richardson >> >> I installed mingw-64 via the cygwin (cygwin64) package manager. I am >> running Windows 8. >> >> I compiled an example C++ program using the x86_64-w64-mingw32-c++ >&

[Mingw-w64-public] mingw-64 setup under cygwin

2013-08-22 Thread Tony Richardson
image processing library). The full compilation command is: x86_64-w64-mingw32-c++ tetris.cpp -mwindows -D cimg_OS=2 -lgdi32 Note 2: As you might expect, if I add the compilation option "-static" I no longer get the error. Thanks