SFML community forums

Help => General => Topic started by: sYCH3L on June 24, 2013, 06:07:18 pm

Title: Compling & Running error
Post by: sYCH3L on June 24, 2013, 06:07:18 pm
Hello!

So i recompiled SFML

i started to compile my program

Quote
g++ -c main.cpp
- no errors

Quote
g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system
- no errors

trying to run my program
Quote
./sfml-app
- 1  error
Quote
./sfml-app: error while loading shared libraries: libsfml-graphics.so.2: cannot open shared object file: No such file or directory
Title: AW: Re: Compling & Running error
Post by: eXpl0it3r on June 24, 2013, 07:07:51 pm
Quote
./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. :)