Postado Junho 2, 2015 9 anos Toda vez que uso o MAKE, recebo o seguinte error. [ 1%] Building CXX object CMakeFiles/tfs.dir/src/actions.cpp.o c++: internal compiler error: Segmentation fault (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions. make[2]: *** [CMakeFiles/tfs.dir/src/actions.cpp.o] Error 4 make[1]: *** [CMakeFiles/tfs.dir/all] Error 2 make: *** [all] Error 2 root@ns502827:/home/ots/forgottenserver-master/build# alguem pode me ajudar? @This life is filled with hurt When happiness doesn't work Trust me and take my hand When the lights go out you will understand
Postado Julho 12, 2015 9 anos Executa os seguintes comandos: sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo update-alternatives --remove-all gcc sudo update-alternatives --remove-all g++ sudo apt-get install gcc-4.8 sudo apt-get install g++-4.8 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20 sudo update-alternatives --config gcc sudo update-alternatives --config g++ sudo apt-get update sudo apt-get upgrade -y sudo apt-get dist-upgrade Att, Grafit.
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.