Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
cannot find -lsfml-audio.dll
Print
Pages: [
1
]
Author
Topic: cannot find -lsfml-audio.dll (Read 2830 times)
0 Members and 1 Guest are viewing this topic.
Ninjasturm
Newbie
Posts: 16
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.
Logged
Laurent
Administrator
Hero Member
Posts: 32498
cannot find -lsfml-audio.dll
«
Reply #1 on:
August 14, 2010, 12:06:07 pm »
Can you show your linker options?
Logged
Laurent Gomila - SFML developer
Ninjasturm
Newbie
Posts: 16
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
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
cannot find -lsfml-audio.dll
anything