0 Members and 2 Guests are viewing this topic.
**** Build of configuration Debug for project SFMLHelloWorld ****make all Building target: SFMLHelloWorldInvoking: GCC C++ Linkerg++ -L"/home/u09/<omit>/Stage 3/SFML-1.6/lib" -o"SFMLHelloWorld" ./src/SFMLHelloWorld.o -llibsfml-system.d/usr/bin/ld: cannot find -llibsfml-system.dcollect2: ld returned 1 exit statusmake: *** [SFMLHelloWorld] Error 1
-llibsfml-system.d That should be -lsfml-system
**** Build of configuration Debug for project SFMLHelloWorld ****make all Building target: SFMLHelloWorldInvoking: GCC C++ Linkerg++ -L"/home/u09/a7046028/Stage 3/SFML-1.6/lib" -o"SFMLHelloWorld" ./src/SFMLHelloWorld.o -lsfml-system/usr/bin/ld: cannot find -lsfml-systemcollect2: ld returned 1 exit statusmake: *** [SFMLHelloWorld] Error 1
libsfml-system.so.1.6 is the filename, andthe rest are named the same way. This is how I downloaded them.