Aloshi / EmulationStation

A flexible emulator front-end supporting keyboardless navigation and custom system themes.
MIT License
2.08k stars 904 forks source link

emulationstation won't start or compile, misisng shared library libgomp.so.1 #277

Open deaftolight opened 10 years ago

deaftolight commented 10 years ago

I can’t start emulationstation anymore. It gives me the error

/opt/retropie/supplementary/EmulationStation/emulationstation: error while loading shared libraries: libgomp.so.1: cannot open shared object file: No such file or directory

When recompiling, I get this:

/usr/bin/ld: warning: libgomp.so.1, needed by /usr/lib/gcc/arm-linux-gnueabihf/4.7/../../../libfreeimage.so, not found (try using -rpath or -rpath-link)

Aloshi commented 10 years ago

Have you tried running sudo apt-get update && sudo apt-get upgrade?