Having issues when trying to compile in Windows. All dependencies are checked, and after
LIBCURL="-lcurldll" ./configure CFLAGS="-O3"
MSYS console returns:
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in '/c/max':
configure: error: C compiler cannot create executables
config.log highlight:
gcc version 4.8.1 (GCC)
configure:3298: $? = 0
configure:3287: gcc -V >&5
gcc.exe: error: unrecognized command line option '-V'
gcc.exe: fatal error: no input files
compilation terminated.
Permission problems are ruled out. Has anyone built this in Win7, using mingw, without trouble?
Why not release a precompiled binary?