Hi,

On 29.06.2010 16:43, Mathias Bauer wrote:
Hi,

there is nothing we need to do for the LIB variable as it is used
already. The LIB variable is set in the environment of the linker when
it is called. So whatever goes wrong in your build, it must have another
reason.

Currently I'm working on Linux, maybe later I will have some time to
check what's going on.
Now on Windows.

I just patched the makefile.msvc from the libxslt module to add $(LIB) to the linker command line as additional LIBPATH. This is the result (look at the additional /LIBPATH behind the /OPT:NOWIN98 switch):

link.exe /nologo /LIBPATH:bin.msvc /LIBPATH:.\lib /OPT:NOWIN98
/LIBPATH:./wntmsci12/lib;./wntmsci12/slb;.;D:\OOo\o_splitview\DEV300\ooo\solver\300\wntmsci12\lib;
 >   D:\OOo\r\JDK150~1.06\lib;D:\OOo\r\msvc9p\PlatformSDK\v6.1\lib;>
D:\OOo\r\msvc9p\PLATFO~1\v6.1\lib;D:\OOo\r\msvc9p\lib;D:\OOo\r\msvc9p\DirectXSDK\lib\x86;.
/DLL  /VERSION:1.1  /IMPLIB:bin.msvc\libxslt.lib
/OUT:bin.msvc\libxslt.dll  int.xslt.msvc\attributes.obj
int.xslt.msvc\documents.obj int.xslt.msvc\extensions.obj
int.xslt.msvc\extra.obj int.xslt.msvc\functions.obj
int.xslt.msvc\imports.obj int.xslt.msvc\keys.obj
int.xslt.msvc\namespaces.obj int.xslt.msvc\numbers.obj
int.xslt.msvc\pattern.obj int.xslt.msvc\preproc.obj
int.xslt.msvc\security.obj int.xslt.msvc\templates.obj
int.xslt.msvc\transform.obj int.xslt.msvc\variables.obj
int.xslt.msvc\xslt.obj int.xslt.msvc\xsltlocale.obj
int.xslt.msvc\xsltutils.obj int.xslt.msvc\attrvt.obj wsock32.lib
libxml2.lib
As you can see, $(LIB) is set and it contains the solver/lib directory. So from that I don't see a reason to patch any makefile.

I wonder how your build environment differs from the "officially supported" one.

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 "nospamfor...@gmx.de".
I use it for the OOo lists and only rarely read other mails sent to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to