Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sYCH3L

Pages: [1]
1
General / Compling & Running error
« 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

Pages: [1]
anything