Re: [xml] Issue building libxml2 with mingw 64bit gcc



James Franco wrote:
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/local

This 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/local
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
may be build or host is not expected
[SNIP]
checking whether make sets $(MAKE)... no
Why ? Broken make?

checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
Fine but is not clear target :  32 or 64 bit

[SNIP]
$ make64
make  all-recursive
process_begin: CreateProcess(NULL, make all-recursive, ...) failed.
make (e=2): The system cannot find the file specified.
Makefile:560: recipe for target 'all' failed
make64: *** [all] Error 2

Try following command:
make64 MAKE=make64


Regards,
Roumen Petrov



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]