SFML community forums
Help => General => Topic started by: sYCH3L on June 24, 2013, 06:07:18 pm
-
Hello!
So i recompiled SFML
i started to compile my program
g++ -c main.cpp
- no errors
g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system
- no errors
trying to run my program
./sfml-app
- 1 error
./sfml-app: error while loading shared libraries: libsfml-graphics.so.2: cannot open shared object file: No such file or directory
-
./sfml-app: error while loading shared libraries: libsfml-graphics.so.2: cannot open shared object file: No such file or directory
I always wonder why people don't understand that error... ::)
If it can't be opened, it can't be found and if it can't be found the shared libraries or not at the right place or the search paths doesn't have that one path. :)