component/python-2.7: compile with fPIC flag
wxPython component require python static lib to be compiled with fPIC else it raise this error: ld: ${PYTHON_DIR}/lib/python2.7/config/libpython2.7.a(pythonrun.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC ... collect2: error: ld returned 1 exit status
Showing
Please register or sign in to comment