Ran into a dynamic R_X86_64_PC32 reloc problem when trying to link a module using D2835 and an install_deps.sh python compile on 64-bit Debian Testing. This patch fixed it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Ah… thanks for the patch, but there should be a nicer way to do this. Can you please try and confirm that the .configure --enable-shared option works as expected for you, instead of explicitly setting CFLAGS? So first line being something like that:
./configure --enable-shared --prefix=$_inst --libdir=$_inst/lib --enable-ipv6 \