1 | initial version |
Although I configured the gcc alternatives and set gcc-4.6 instead of gcc-4.8, cmake was only detecting the 4.6 version for C compiler while using 4.8 for C++. After explicitly setting C++ to 4.6 and running cmake and make again, the problem seems to have been resolved!