1
General / Compling & Running error
« on: June 24, 2013, 06:07:18 pm »
Hello!
So i recompiled SFML
i started to compile my program
trying to run my program
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