patco wrote:
Hi,
relocation R_X86_64_32 against `s_list' can not be used when making a shared object; recompile with -fPIC
I don't find a place to put the -fPIC flag in makefile.common
either put it in line40 (OPT_CFLAGS), which is not very clean, since it is not really about "optimization" or put it in line118 (CFLAGS), which is not very clean either, since it interferes with non-linux CFLAGS.
mfg.asd IOhannes