You are not logged in.
Hi all,
I'm trying to run Super Maryo Chronicles on my Arch system but it crashes with the following error when I try to run it:
[REMOVED@jim-desktop Writeup]$ smc
CEGUI::GenericException in file CEGUIDynamicModule.cpp(128) : DynamicModule::DynamicModule - Failed to load module 'libCEGUIDevILImageCodec-0.7.5.so': /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libIlmThread.so.6)
Initialization: Exception raised: CEGUI::GenericException in file CEGUIDynamicModule.cpp(128) : DynamicModule::DynamicModule - Failed to load module 'libCEGUIDevILImageCodec-0.7.5.so': /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/libIlmThread.so.6)
[REMOVED@jim-desktop Writeup]$ Does anyone have any advice? The repositories only seem to have libstdc++-3.3.6 available but it looks from the error like SMC needs 3.4.
Thanks,
-- Jim
Offline
Are you fully up to date? You need the latest gcc-libs (4.6)
Offline
I think I am. When I run pacman -Syu it says there is nothing to do. However, when I run 'pacman -Ss gcc-libs' it says I have only 4.5 installed. What is the best way to get 4.6?
Offline
Change your mirror (/etc/pacman.d/mirrorlist). You current one appears out-of-date. Then "pacman -Syyu"
Offline
Aah, okay, thanks. I actually had to go online to get a new mirrorlist. Now it works.
Offline