"Symbol errors" build failure(s)
clang 4.0.1
With some old libtool version (1.5.6 and older), pic_flag will be set to only
-DPIC. The missing option -fPIC (Position independent code) will make the link fail.
libtoolize or passing
-fPIC to the flags will fix the issue.
No error detect for version 4.0.1
0 errors