On 2011-09-03 22:58, Volodymyr Kostyrko wrote:
> 03.09.2011 23:43, Dimitry Andric ???????(??):
>> On 2011-09-03 22:22, Volodymyr Kostyrko wrote:
...
> .if ${CC:T} == "clang"
> CFLAGS+= -Qunused-arguments -fPIC
> .endif
You should not unconditionally add -fPIC. Remove it, and try again.
(The -Qunused-arguments is fine, btw.)