Hi Ramón,

On 28.06.2010 19:32, Ramón García Fernández wrote:

After studying the failures in the components that link against
libxml2 (libxslt and xmlsecurity) I am convinced that there is a bug
in the build system. The makefiles (tg_ext.mk) defines the INCLUDE
variable on Windows platforms, used by Microsoft compilers to define
the search path for header files. But the LIB variable, needed for
the search path for libraries, is not defined.
The LIB variable is set in solenv/inc/settings.mk. It is not exported to the shell environment, so you won't see it there. It contains the ILIB variable that is set by configure (and should be visible in your shell environment). ILIB contains (amongst others) the lib directory of the solver where libxml2.lib should be found.

Regards,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to "[email protected]".
I use it for the OOo lists and only rarely read other mails sent to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to