Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Code::Blocks cant find lsfml-system  (Read 1746 times)

0 Members and 1 Guest are viewing this topic.

McKnas

  • Newbie
  • *
  • Posts: 8
    • View Profile
Code::Blocks cant find lsfml-system
« 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  :(

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Code::Blocks cant find lsfml-system
« Reply #1 on: January 07, 2011, 12:35:18 pm »
Have you followed the installation tutorial?
Laurent Gomila - SFML developer

McKnas

  • Newbie
  • *
  • Posts: 8
    • View Profile
Code::Blocks cant find lsfml-system
« Reply #2 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

 

anything