Hi there, I got a lib (icu), this lib provides also a icu-config script/binary which tells me the compiler/linker flags.. So i can use icu-config --ldflags to find out the parameter for the linker. And here comes the problem. How can i either pass these parameters to the linker, or extract the libs out of the string? --Ano