Code::Blocks Forums
User forums => Help => Topic started by: Linuxo776 on April 21, 2014, 06:39:17 pm
-
Hi
I was followed this tutorial http://www.sfml-dev.org/tutorials/2.1/start-cb.php when i set up him he says that i was wrong link the librarys but i was do same thing as on tutorial.After that i was
try to make a new console project but build log says:
mingw32-g++.exe -Wall -fexceptions -g -std=c++11 -DSFML_STATIC -IC:\SFML-2.1\include -c "D:\c i c++ projekti\sjdsjd\main.cpp" -o obj\Debug\main.o
mingw32-g++.exe -LC:\SFML-2.1\lib -o bin\Debug\sjdsjd.exe obj\Debug\main.o -lsfml-graphics-s-d -lsfml-window-s-d -lsfml-system-s-d
c:/program files/codeblocks/mingw/bin/../lib/gcc/mingw32/4.7.1/../../../../mingw32/bin/ld.exe: cannot find -lsfml-graphics-s-d
c:/program files/codeblocks/mingw/bin/../lib/gcc/mingw32/4.7.1/../../../../mingw32/bin/ld.exe: cannot find -lsfml-window-s-d
c:/program files/codeblocks/mingw/bin/../lib/gcc/mingw32/4.7.1/../../../../mingw32/bin/ld.exe: cannot find -lsfml-system-s-d
collect2.exe: error: ld returned 1 exit status
Process terminated with status 1 (0 minute(s), 2 second(s))
3 error(s), 0 warning(s) (0 minute(s), 2 second(s))
I apologize if I'm writing a little hard to understand