1
General / Re: Undefined Reference Error
« on: October 03, 2023, 10:18:20 pm »
Yes, I have linked sfml and defined SFML_STATIC. It was actually gcc version problem, I think. When I used prebuilt library of 2.6, it compiled without any error but when I run the app I get:- "libgcc_s_seh-1.dll not found" error. When I compiled sfml with tdm-gcc 10 I got this undefined reference error. So I removed tdm-gcc and downloaded codeblock with compiler and downloaded sfml 2.5. Now it is working without error.