SFML community forums
Help => General => Topic started 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.
-
Can you show your linker options?
-
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