Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: Bjuris on April 17, 2017, 05:41:25 pm

Title: Compiler settings or?
Post by: Bjuris on April 17, 2017, 05:41:25 pm
Hello!
I've done the simplest program you can do:

#include <stdio.h>

int main()
{
    printf ("Mikael Bjurgate \n");
    return 0;
}

, but you can not Build it. It must depend on maybe wrong settings in the compiler or something. I don't know exactly.

Best Regards
Mikael Bjurgate
Title: Re: Compiler settings or?
Post by: stahta01 on April 17, 2017, 06:00:41 pm
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F)