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
undefined reference to std::basic_regex
- Henry van den Bedem
- Posts: 3
- Joined: Thu Jul 26, 2007 1:24 pm
- Rasmus Fonseca
- Posts: 2
- Joined: Sat Mar 05, 2011 9:06 am
Re: undefined reference to std::basic_regex
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.