You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after configuring with projectGenerator and then running 'make'
compilation fails with:
/openFrameworks/addons/ofxCcv/libs/ccv/lib/linux64/libccv.a(xerbla.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
on ubuntu 17.10
The text was updated successfully, but these errors were encountered:
after configuring with projectGenerator and then running 'make'
compilation fails with:
/openFrameworks/addons/ofxCcv/libs/ccv/lib/linux64/libccv.a(xerbla.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
on ubuntu 17.10
The text was updated successfully, but these errors were encountered: