C::D SFML Can't link properely?

I use SFML 1.6. and CodeBlocks. I have done everything like in the tutorial. Why I get this linker errors if those files is in that directory.

1
2
3
4
5
6
 ..\..\..\lib\mingw\libsfml-main-d.a||No such file or directory|
 ..\..\..\lib\mingw\libsfml-audio-s-d.a||No such file or directory|
 ..\..\..\lib\mingw\libsfml-graphics-s-d.a||No such file or directory|
 ..\..\..\lib\mingw\libsfml-window-s-d.a||No such file or directory|
 ..\..\..\lib\mingw\libsfml-system-s-d.a||No such file or directory|
||=== Build finished: 5 errors, 0 warnings (0 minutes, 0 seconds) ===|


Last edited on
Topic archived. No new replies allowed.