After ./configure
cd /release/toolkits/graph_analytics
make
While making :
[ 71%] Built target libevent
[ 71%] Built target zookeeper
[ 71%] Built target libbz2
[ 71%] Built target boost
[ 71%] Built target libtcmalloc
[ 71%] Built target graphlab
[ 71%] Built target eigen
[ 71%] Linking CXX executable TSC
……
……
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
toolkits/graph_analytics/CMakeFiles/TSC.dir/build.make:111: recipe for target 'toolkits/graph_analytics/TSC' failed
make[2]: *** [toolkits/graph_analytics/TSC] Error 1
CMakeFiles/Makefile2:4003: recipe for target 'toolkits/graph_analytics/CMakeFiles/TSC.dir/all' failed
make[1]: *** [toolkits/graph_analytics/CMakeFiles/TSC.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Could you please tell me how to handle the error? Thanks!