• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 414 415 416 417 418 ... 1180 Next »

Dolphin Depends: libstdc++6 (>= 4.9)
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Dolphin Depends: libstdc++6 (>= 4.9)
01-18-2016, 10:17 AM (This post was last modified: 01-18-2016, 10:17 AM by Ashbringer.)
#1
Ashbringer Offline
Junior Member
**
Posts: 22
Threads: 4
Joined: Apr 2009
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
AMD FX-4100 @ 4.2 Ghz
8 gigs ram
AMD Radeon 6750 1GB
Windows 7 X64
Find
Reply
01-18-2016, 07:16 PM
#2
degasus Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,827
Threads: 10
Joined: May 2012
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
Find
Reply
01-19-2016, 01:02 AM
#3
Garteal Offline
「Lab Mem. 004」
********
Global Moderators
Posts: 2,095
Threads: 24
Joined: Aug 2011
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
Find
Reply
01-19-2016, 03:07 AM
#4
Ashbringer Offline
Junior Member
**
Posts: 22
Threads: 4
Joined: Apr 2009
(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. 
AMD FX-4100 @ 4.2 Ghz
8 gigs ram
AMD Radeon 6750 1GB
Windows 7 X64
Find
Reply
01-19-2016, 06:14 AM
#5
Ashbringer Offline
Junior Member
**
Posts: 22
Threads: 4
Joined: Apr 2009
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
AMD FX-4100 @ 4.2 Ghz
8 gigs ram
AMD Radeon 6750 1GB
Windows 7 X64
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode