Post
Topic
Board Mining (Altcoins)
Re: [ANN][XMR][HOW TO] Install & use Monero on Linux
by
fluffypony
on 19/02/2015, 16:58:35 UTC
We don't use Qt, there's no Monero GUI in Monero core yet. What operating system are you building on? And what compiler version do you get if you run gcc --version or g++ --version?

I used new source. OS : Ubuntu and I am installing on VPS. I will tell about the version soon, I am trying again now and the shell script is running.

Edit: Version of gcc/g++ is 4.6.3 .

   -MZ

Ok there's your problem - per the dependencies: "Dependencies: GCC 4.7.3 or later"

If you're on an older version of Ubuntu you may find it best to add the Toolchain Test Builds PPA: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test and then install a more recent version of gcc. Once installed you will need to link the newer gcc/g++ version to default (ie. something similar to http://askubuntu.com/questions/26498/choose-gcc-and-g-version)

It's probably easier for you to install Ubuntu 13.10 or 14.04 on your VPS instead. Ubuntu 14.04 is recommended, as it has current versions of gcc and boost.