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

2015-03-02 Thread James Franco
/libxml2.dll] Error 1 On Mon, Mar 2, 2015 at 12:20 PM, James Franco mjfranc...@gmail.com wrote: I tried doing that as a result when attempting to use the library in my 64 bit project ... 1_57 -lboost_thread-mgw48-mt-d-1_57 -lboost_filesystem-mgw48-mt-d-1_57 -lboost_date_time-mgw48-mt-d-1_57

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

2015-03-02 Thread James Franco
...@roumenpetrov.info wrote: 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

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

2015-02-27 Thread James Franco
to `__imp_freeaddrinfo' collect2.exe: error: ld returned 1 exit status Makefile:313: recipe for target 'bin.mingw/libxml2.dll' failed make64: *** [bin.mingw/libxml2.dll] Error 1 How can I fix this error. ? On Thu, Feb 26, 2015 at 4:49 PM, Bjoern Hoehrmann derhoe...@gmx.net wrote: * James Franco wrote: admin

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

2015-02-27 Thread James Franco
Sorry the first command used was cscript.exe configure.js compiler=mingw prefix=c:/tester debug=yes static=yes On Thu, Feb 26, 2015 at 3:50 PM, James Franco mjfranc...@gmail.com wrote: I am attempting to build libxml using the following way on windows 7 with Mingw GCC 64 bit

[xml] Issue building libxml2 with mingw 64bit gcc

2015-02-26 Thread James Franco
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