Code::Blocks Forums

User forums => Help => Topic started by: katzsnevercloses on September 12, 2007, 04:27:34 am

Title: Setting up compiler...
Post by: katzsnevercloses on September 12, 2007, 04:27:34 am
I set up code::blocks with MinGW on my computer the best I know how, and I tried to test it with a simple hello world program, but I got a messsage that says:

undefined reference to `__cpu_features_init'

I searched the issue on the internet and never found a clear solution.
Title: Re: Setting up compiler...
Post by: stahta01 on September 12, 2007, 04:42:44 am
Normally it means minGW is not installed right.

What OS? Vista has special issues on MinGW installs.

Tim S
Title: Re: Setting up compiler...
Post by: katzsnevercloses on September 12, 2007, 04:44:52 am
Yea, it's vista (ultimate 32-bit)
Title: Re: Setting up compiler...
Post by: stahta01 on September 12, 2007, 04:48:55 am
I would search for Vista and MinGW if the Wiki page fails to solve the problem

http://wiki.codeblocks.org/index.php?title=Installing_MinGW_with_Vista

Tim S
Title: Re: Setting up compiler...
Post by: katzsnevercloses on September 13, 2007, 08:41:37 pm
yea those are the instructions i originally followed that didn't work.