In flext, i specified CXXFLAGS & CPPFLAGS = "-fPIC" make and compiled flext. The compilation completes and the scrolling logs have "-fPIC -DPIC".
In py, when compiling, i get this error message about flext.
symbol `_ZTV11TableAnyMap' can not be used when making a shared object; recompile with -fPIC
How do i resolve this issue?
In flext, i specified
CXXFLAGS & CPPFLAGS = "-fPIC" makeand compiled flext. The compilation completes and the scrolling logs have "-fPIC -DPIC".In py, when compiling, i get this error message about flext.
How do i resolve this issue?