compiling the new wallet in linux brings a problem
g++ internal compiler error: Killed
any idea?
I compiled emeraldd without problems
sudo su
cd /usr/local/src/emerald/src
make -f makefile.unix clean
cd ..
git pull
cd src
make -f makefile.unix
Everything works fine.