hsiehsh168168 / warc-tools

Automatically exported from code.google.com/p/warc-tools
0 stars 0 forks source link

lib/private/plugin/python/warc_wrap.o: could not read symbols: Bad value #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
make python fails with:
(...at least on x86_64...)
--- 8< ---
/usr/bin/ld: lib/private/plugin/python/warc_wrap.o: relocation R_X86_64_32S 
against `.rodata' can not be used when making a shared object; recompile with 
-fPIC
lib/private/plugin/python/warc_wrap.o: could not read symbols: Bad value
--- 8< ---

What steps will reproduce the problem?
1. svn co source 
2. make python

What is the expected output? What do you see instead?
make should finish successfully

What version of the product are you using? On what operating system?
r245

Original issue reported on code.google.com by e.w.ste...@gmail.com on 18 Feb 2011 at 11:57

GoogleCodeExporter commented 8 years ago
following http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html and 
http://rute.2038bug.com/node26.html.gz the attached patch fixes the issue.

Original comment by e.w.ste...@gmail.com on 18 Feb 2011 at 11:59

Attachments: