> /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3-20050110/../../../../x86_64-pc-linux-gnu/bin/ld:
>  
> ./.libs/libmono-static.a(domain.o): relocation R_X86_64_TPOFF32 against 
> `a local symbol' can not be used when making a shared object; recompile 
> with -fPIC

the linker told you the problem: some code wasn't properly compiled
to be position independent. how a hardened gcc can do that i can't
imagine since its very purpose is to force everything to be PIC.
i guess you should file a bugreport in bugzilla and provide the
compile logs (the bits that relate to libmono-static.a/domain.o).

-- 
[email protected] mailing list

Reply via email to