Hi,

I have a strange problem with gbuild. When code needs to link with 
z.dll, makefiles has something like

$(eval $(call gb_Library_add_linked_libs,tl,\
        z \
))

when I dump macros in make, I get

LINKED_LIBS basegfx comphelper i18nisolang1 stl cppu sal vos3 z stdc++
z 

which is ok. But then the code used to rename libraries

$(foreach lib,$(LINKED_LIBS),$(call gb_Library_get_filename,$(lib)))

returns

LINKED_LIBS ibasegfx.lib icomphelp.lib ii18nisolang.lib stdc++.lib 
icppu.lib isal.lib ivos.lib 

and z has been removed.

I don't undestand how to put it back...

could you help?

TIA,


-- 
Bye,

        Yuri Dario

/*
 * OS/2 open source software
 * http://web.os2power.com/yuri
 * http://www.netlabs.org
*/


Reply via email to