SFML community forums
Help => General => Topic started by: cevelry on November 10, 2016, 09:39:21 am
-
||=== Build: Debug in game (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lglew|
ld.exe||cannot find -lglew|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 2 second(s)) ===|
How can i fix this im using SFML-2.3.2-windows-gcc-4.7.1-tdm-64-bit
on codeblocks-13.12mingw-setup
-
SFML doesn't use GLEW anymore, so I assume that it's your project that tries to link to GLEW? In this case, how is this problem related to SFML?