"Symbol errors" build failure(s) — clang 6.0
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 detected for version 6.0