News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Getting undefined reference errors when building target is release.[resolved]

Started by zalzane, December 06, 2010, 07:46:25 AM

Previous topic - Next topic

zalzane

Hi, I've been using codeblocks and made a program that uses the SDL library. I got the program working fine and dandy while the build target was set to 'Debug', but when I changed it to release, I got an undefined error for each of the SDL methods that I had called in my code like the ones below. Halp?

obj\Release\text.o:text.cpp|| undefined reference to `SDL_Init'|
e:\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\libmingw32.a(main.o):main.c|| undefined reference to `WinMain@16'|




Problem was that there are two sets of build options, one for release and one for debug. I only had my linker setup for debug. Resolved.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]