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 - Jsel

Pages: [1]
1
General / Runtime DLL/Shared library not found
« on: July 10, 2011, 11:19:07 pm »
First I tried running the beginner tutorial on my Ubuntu machine:  http://www.sfml-dev.org/tutorials/1.6/start-linux.php

The compiling/linking process works fine, but when I go to run it I get:
"error while loading shared libraries: libsfml-system.so.1.6: cannot open shared object file: No such file or directory"

I tried compiling/linking the tutorial program under windows with code::blocks and I get a similar error message with a .dll file.. I already tried adding "C:\SFML-1.6\lib;" to the path environment variable, but still the same error at run time saying the sfml-system.dll was not found.

I would greatly appreciate if someone could help me solve this problem for both my Ubuntu pc and my Windows pc I am using. Thank you very much.

Pages: [1]
anything