Re: msys2 build error

Csaba Raduly <[email protected]>
Newsgroups gmane.comp.gnome.lib.xml.general
Message-ID <CAEhDDbDxKibZ2dX2jxt0UViP0Bg2QGp4B7ynqRZvZ5xoQKpUfg@mail.gmail.com>
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/
[email protected]
https://mail.gnome.org/mailman/listinfo/xml
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.