I am attempting to build libxml using the following way on windows 7 with Mingw GCC 64 bit> ./configure --without-python --with-zlib=/usr/local --with-lzma=/usr/localThis is what I get after executing that command. It says the system cannot find the specified file.$ ./configure --without-python --with-zlib=/usr/local --with-lzma=/usr/localchecking build system type... i686-pc-mingw32checking host system type... i686-pc-mingw32checking for a BSD-compatible install... /bin/install -cchecking whether build environment is sane... yeschecking for gawk... gawkchecking whether make sets $(MAKE)... nochecking for gcc... gccchecking for C compiler default output file name... a.exechecking whether the C compiler works... yeschecking whether we are cross compiling... nochecking for suffix of executables... .exechecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether gcc accepts -g... yeschecking for gcc option to accept ANSI C... none neededchecking for style of include used by make... nonechecking dependency style of gcc... nonechecking for a BSD-compatible install... /bin/install -cchecking how to run the C preprocessor... gcc -Echecking for rm... /bin/rmchecking for mv... /bin/mvchecking for tar... /bin/tarchecking for perl... /bin/perlchecking for wget... /usr/bin/wgetchecking for xmllint... /usr/bin/xmllintchecking for xsltproc... /usr/bin/xsltprocchecking for function prototypes... yes............Enabled Schemas/Relax-NG supportconfigure: creating ./config.statusconfig.status: creating libxml2.specconfig.status: creating Makefileconfig.status: creating include/Makefileconfig.status: creating include/libxml/Makefileconfig.status: creating doc/Makefileconfig.status: creating doc/examples/Makefileconfig.status: creating doc/devhelp/Makefileconfig.status: creating example/Makefileconfig.status: creating python/Makefileconfig.status: creating python/tests/Makefileconfig.status: creating xstc/Makefileconfig.status: creating include/libxml/xmlversion.hconfig.status: creating xml2-configconfig.status: creating libxml-2.0.pcconfig.status: creating libxml-2.0-uninstalled.pcconfig.status: creating python/setup.pyconfig.status: creating config.hconfig.status: config.h is unchangedconfig.status: executing depfiles commandsDone configuringadmin US01WKS03044 /c/libxml2-2.6.30$ make64make all-recursiveprocess_begin: CreateProcess(NULL, make all-recursive, ...) failed.make (e=2): The system cannot find the file specified.Makefile:560: recipe for target 'all' failedmake64: *** [all] Error 2any suggestions on how I could resolve this issue ?