Happened to me after I switched from gcc (-> gcc-4.8) to gcc-4.9, without switching the linker to 4.9. After changing g++ (-> g++4.8) to g++-4.9, linking succeeded. Seems like all tools and objects need to be from the same suite ...
Happened to me after I switched from gcc (-> gcc-4.8) to gcc-4.9, without switching the linker to 4.9. After changing g++ (-> g++4.8) to g++-4.9, linking succeeded. Seems like all tools and objects need to be from the same suite ...