Page 1 of 1

undefined reference to std::basic_regex

Posted: Fri Jul 08, 2016 12:19 pm
by vdbedem
Guys,

I get a link error with intel compilers in branch release-0.5.1-exactIK:

undefined reference to std::basic_regex.

Any idea how to resolve?

H

Re: undefined reference to std::basic_regex

Posted: Fri Jul 08, 2016 2:38 pm
by rfonseca
Looks like the gcc std library was outdated. regex functionality only came in GCC 4.8. On our system loading the gcc/4.8.1 module fixes this issue. Ill add some setup documentation.