![]() |
|
Dolphin Depends: libstdc++6 (>= 4.9) - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: Dolphin Depends: libstdc++6 (>= 4.9) (/Thread-dolphin-depends-libstdc-6-4-9) |
Dolphin Depends: libstdc++6 (>= 4.9) - Ashbringer - 01-18-2016 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/ppaRE: Dolphin Depends: libstdc++6 (>= 4.9) - degasus - 01-18-2016 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 RE: Dolphin Depends: libstdc++6 (>= 4.9) - Garteal - 01-19-2016 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/testRE: Dolphin Depends: libstdc++6 (>= 4.9) - Ashbringer - 01-19-2016 (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.Thanks Garteal, that worked. But shouldn't the "gcc-for-dolphin" PPA have fixed that? I got that off the Dolphin wiki. RE: Dolphin Depends: libstdc++6 (>= 4.9) - Ashbringer - 01-19-2016 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 |