1
General / error compiling with GCC/ installing SFML-1.6
« on: January 22, 2011, 04:03:16 pm »
hey, i'm trying to install the sfml-1.6 library.
I've followed the gcc tutorial, http://www.sfml-dev.org/tutorials/1.6/start-linux.php.
In this tutorial, it says to sudo make install in the appropriate SFML-x.x directory. I put this file in my Documents folder and did what was asked. I also got the dependencies that were supposedly needed.
When compiling a program, the first example program in the gcc/linux tutorial, I get this simple but confusing error from my terminal
I've followed the gcc tutorial, http://www.sfml-dev.org/tutorials/1.6/start-linux.php.
In this tutorial, it says to sudo make install in the appropriate SFML-x.x directory. I put this file in my Documents folder and did what was asked. I also got the dependencies that were supposedly needed.
When compiling a program, the first example program in the gcc/linux tutorial, I get this simple but confusing error from my terminal
Quote
./0001: error while loading shared libraries: libsfml-system.so.1.6: cannot open shared object file: No such file or directory"