Hi Neo,

On Mon, Jan 1, 2018 at 9:28 PM, Neo Anderson  wrote:
> I’m trying to build the latest version 2.9.7 using msys2. I am getting 2
> problems.
>
>
>
> 1.     I need to export LIBS="-lws2_32 -lgdi32 -lkernel32" before running
> ./configure. Otherwise I will get lots of linkage errors.
>
> 2.     After adding the above libraries, I get the following error:
>
> make[2]: Entering directory '/c/Build/libxml2-2.9.7'
>
>   CCLD     xmllint.exe

This is the output in "silent" mode, which is nowadays the default for
makefiles generated by autotools.
To see the actual command line, you need to switch to verbose mode.

Please re-run make with V=1 on the command line:

make V=1 <whatever options and targets you gave originally>    2>&1 |
tee make.out

and post the end of make.out

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to