This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/80480] The compiler gets killed by an internal error when compiling ZNC


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]