Dolphin, the GameCube and Wii emulator - Forums

Full Version: Dolphin Depends: libstdc++6 (>= 4.9)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Trying to install Dolphin on Mint 17.3 but when I try to install it I get "Depends: libstdc++6 (>= 4.9)". But the PPA's I installed are suppose to supply 4.9 or higher. What's wrong?

These are the terminal commands I used to try and install.


Code:
sudo add-apt-repository ppa:dolphin-emu/ppa
sudo add-apt-repository ppa:dolphin-emu/gcc-for-dolphin
sudo apt-get update
sudo apt-get install dolphin-emu
Our deb file is for ubuntu 15.04, not for mint 17.3. The easiest way is to compile it on your own...

sudo apt-get build-dep dolphin-emu
git clone https://github.com/dolphin-emu/dolphin.git
cd dolphin
cmake .
make -j8
sudo make install
Linux Mint 17.3 is based on Ubuntu 14.04 which is still on the 4.8.x toolchain.
If you want you can update to 4.9 by running these commands:
Code:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9
Taken from askubuntu
(01-19-2016, 01:02 AM)Garteal Wrote: [ -> ]Linux Mint 17.3 is based on Ubuntu 14.04 which is still on the 4.8.x toolchain.
If you want you can update to 4.9 by running these commands:

Code:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9
Taken from askubuntu
Thanks Garteal, that worked.  But shouldn't the "gcc-for-dolphin" PPA have fixed that?  I got that off the Dolphin wiki. 
Just tried to run the emulator and nothing pops up. I tried typing "dolphin-emu" in terminal and get a message "aborted". This emulator works in other Mint 17.3 setups I have but they're all upgrades from 17.2. This installation is straight to 17.3