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

Author Topic: cannot find -lsfml-audio.dll  (Read 2567 times)

0 Members and 1 Guest are viewing this topic.

Ninjasturm

  • Newbie
  • *
  • Posts: 16
    • View Profile
cannot find -lsfml-audio.dll
« on: August 14, 2010, 11:56:28 am »
Hello Community,

when im compile a new SFML Project i will get an error,

lg.exe cannot find -lsfml-audio.dll

Im using Code::Blocks.

With the GCC.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
cannot find -lsfml-audio.dll
« Reply #1 on: August 14, 2010, 12:06:07 pm »
Can you show your linker options?
Laurent Gomila - SFML developer

Ninjasturm

  • Newbie
  • *
  • Posts: 16
    • View Profile
cannot find -lsfml-audio.dll
« Reply #2 on: August 14, 2010, 12:16:22 pm »
In other linker Options:

-lsfml-graphics
-lsfml-window
-lsfml-system

By Search Directions i link:

SFML/lib/

Link Libaries:

...\lib\libsfml-audio.a
...\lib\libsfml-graphics.a
...\lib\libsfml-main.a
...\lib\libsfml-network.a
...\lib\libsfml-system.a
...\lib\libsfml-window.a

When i compile a old sfml project it give no linker errors