SFML community forums

Help => General => Topic started by: KKZiomekkk on April 09, 2015, 12:44:33 pm

Title: undefined reference to blah blah blah
Post by: KKZiomekkk on April 09, 2015, 12:44:33 pm
Hello SFML community,

I started learning SFML when error showed up 'undefined reference to _imp__xxx'. I looked at the FAQ, but that didn't solve my problem. I think I followed all the directions fine.

This is some info:

IDE: Code::Blocks 13.12 MinGW
SFML: v2.2
OS: Windows 8.1 (64-bit)
SFML install directory: C:\SFML-2.2
Linking: Static
Project build options:
(click to show/hide)
Build Log:
(click to show/hide)
Easier-to-read Build Log:
(click to show/hide)
Code I wanted to compile while error ocurred:
(click to show/hide)

That's it, thanks in advance!
Title: Re: undefined reference to blah blah blah
Post by: Laurent on April 09, 2015, 01:10:04 pm
SFML_STATIC doesn't appear in your compiler command line, and the errors are consistent with that. I see that you've defined it in your project settings, but somehow it is not done correctly.
Title: Re: undefined reference to blah blah blah
Post by: KKZiomekkk on May 26, 2015, 09:00:43 pm
Is there a way to fix this plz?