SFML community forums

Help => General => Topic started by: McKnas on January 07, 2011, 11:39:25 am

Title: Code::Blocks cant find lsfml-system
Post by: McKnas on January 07, 2011, 11:39:25 am
When i try to compile something i get this error:
Code: [Select]
-------------- Build: Debug in STupiDcB ---------------

Linking console executable: bin\Debug\STupiDcB.exe
mingw32-g++.exe: lsfml-system: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

Surely, it cant find my sfml-system file (thats the .a file right?), but i cant see why and i dont know what i am supposed to do to solve it. Some help please  :(
Title: Code::Blocks cant find lsfml-system
Post by: Laurent on January 07, 2011, 12:35:18 pm
Have you followed the installation tutorial?
Title: Code::Blocks cant find lsfml-system
Post by: McKnas on January 07, 2011, 12:46:37 pm
Yep, but i found one thing i missed :oops:
It should be "-lsfml-system" and not "lsfml-system". Now it works :D