K 10 svn:author V 9 alepulver K 8 svn:date V 27 2007-01-20T17:22:27.000000Z K 7 svn:log V 328 - Fix building (last commit for -fPIC broke it: some code is compiled twice, so there is a conditional code compilation checking for -DPIC, but the code in the static library later goes into a shared one, so use -fPIC but no -DPIC in that case, because otherwise there would be redefined symbols). Reported by: pointyhat END