I have tried it also because I haven't the MSVC.
It hasn't worked :

:
wojta@AMZ /c/fs2_open/fs2_open
$ ./configure
configure: loading site script /etc/config.site
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... ./configure: ac_maketemp="make": command ot found
no
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
using Win32 defines (for mingw32)
checking for g++... g++
checking for C++ compiler default output... configure: error: C++ compiler cannt create executables
See `config.log' for more details.
and part of config.log where the error is described :
configure:1964: checking for C++ compiler version
configure:1967: g++ --version &5
g++.exe: no input files
configure:1970: $? = 1
configure:1972: g++ -v &5
g++.exe: no input files
configure:1975: $? = 1
configure:1977: g++ -V &5
g++.exe: no input files
configure:1980: $? = 1
configure:2004: checking for C++ compiler default output
configure:2007: g++ -O2 conftest.cc >&5
g++.exe: no input files
configure:2010: $? = 1
configure: failed program was:
| #line 1983 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "fs2_open"
| #define PACKAGE_TARNAME "fs2_open"
| #define PACKAGE_VERSION "3.5"
| #define PACKAGE_STRING "fs2_open 3.5"
| #define PACKAGE_BUGREPORT ""
| #define NO_CD_CHECK 1
| #define NO_SOFTWARE_RENDERING 1
| #define NDEBUG 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2049: error: C++ compiler cannot create executables 
I have no idea how to solve it.
g++.exe: no input files - ???
There might be a problem in my configuration or
configure script.
FS2_OPEN 3.5. I downloaded it from CVS three days ago.