biointec / brownie

Brownie
GNU General Public License v2.0
1 stars 1 forks source link

compile on RHEL 6 #2

Closed fretn closed 8 years ago

fretn commented 8 years ago

Which gcc version is needed to compile this project ?

The RHEL 6 included gcc is not able to parse the -std=c++11 and -static-libstdc++ flags

gmiclotte commented 8 years ago

If you use GCC 4.7 or a more recent version, this should fix the problem.

Kind regards, Giles Miclotte

fretn commented 8 years ago

thanks for the info, it didn't work with gcc 4.8.0 I thought, but cmake was just ignoring it :)