[lxml-dev] [Fwd: [Ian Bicking: a blog] Comment: "lxml: an underappreciated web scraping library"]
Stefan Behnel
stefan_ml at behnel.de
Fri Dec 12 18:50:30 CET 2008
Hi,
Ian Bicking wrote:
> -------- Original Message -------
> Author : john aman
> It seems the linker is failing to link exslt.o into libexslt.a:
> (exslt.o): relocation R_X86_64_32 against `a local symbol' can not be
> used when making a shared object; recompile with -fPIC
Try doing what the error message says: pass "-fPIC" to the compiler, i.e.
as part of CFLAGS.
Stefan
More information about the lxml-dev
mailing list