On Thu, Apr 20, 2017 at 04:21:35PM +0000, Stewart, Adam James wrote: > Hi, > > I'm trying to install binutils 2.28 with Intel 17.0.2 on CentOS 6.8, but > `make check` fails with the following error messages: > > tls_test_c.c:50: error: undefined reference to '__kmpc_global_thread_num' > tls_test_c.c:50: error: undefined reference to '__kmpc_threadprivate_cached' > tls_test_c.c:60: error: undefined reference to '__kmpc_global_thread_num' > tls_test_c.c:60: error: undefined reference to '__kmpc_threadprivate_cached' > > Any idea what could be causing this? Let me know if you need any more > information from me.
Most likely the test needs to be linked against a library that your compiler does not automatically add when linking. -- Alan Modra Australia Development Lab, IBM _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils