[Bug c++/80480] The compiler gets killed by an internal error when compiling ZNC
abel at abelromero dot com
gcc-bugzilla@gcc.gnu.org
Fri Apr 21 11:59:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80480
--- Comment #2 from Abel Romero <abel at abelromero dot com> ---
I commit that bug to improve g++ because I solved this issue by installing
version 4.7 and linking to it for the system to be able to access it by this
way:
apt-get install g++-4.7 (as root)
ln -fs /usr/bin/g++-4.7 /usr/bin/g++
good luck.
-D1W0U.
More information about the Gcc-bugs
mailing list