SFML community forums

Help => General => Topic started by: Ninjasturm on August 14, 2010, 11:56:28 am

Title: cannot find -lsfml-audio.dll
Post by: Ninjasturm 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.
Title: cannot find -lsfml-audio.dll
Post by: Laurent on August 14, 2010, 12:06:07 pm
Can you show your linker options?
Title: cannot find -lsfml-audio.dll
Post by: Ninjasturm 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