|
From: Tom H. <to...@co...> - 2005-07-22 14:23:05
|
In message <942...@ha...>
Meir Yeshurun <mei...@in...> wrote:
> I got
>
> relocation can not be used when making a shared object; recompile with
> -fPIC
>
> What should I do?
You probably need to specify EXTRA_CFLAGS="-fpie" when you are
building vex or vex won't be position independent and won't be able
to be linked into valgrind.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|