undefined reference to std::basic_regex

Software algorithms to structurally characterize protein and RNA conformational ensembles
POST REPLY
User avatar
Henry van den Bedem
Posts: 3
Joined: Thu Jul 26, 2007 1:24 pm

undefined reference to std::basic_regex

Post by Henry van den Bedem » Fri Jul 08, 2016 12:19 pm

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

User avatar
Rasmus Fonseca
Posts: 2
Joined: Sat Mar 05, 2011 9:06 am

Re: undefined reference to std::basic_regex

Post by Rasmus Fonseca » Fri Jul 08, 2016 2:38 pm

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.

POST REPLY