May 19, 2010
9:56 a.m.
xyz, 19.05.2010 11:43:
relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC /home/mit/py/lxml-2.2.5/build/tmp/libxml2/lib/libxml2.a: could not read symbols: Bad value collect2: ld returned 1 exit status error: command 'gcc' failed with exit status 1
What did I wrong?
You didn't read the error message. Pass "-fPIC" in your CFLAGS environment variable. Stefan