News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Setting up compiler...

Started by katzsnevercloses, September 12, 2007, 04:27:34 AM

Previous topic - Next topic

katzsnevercloses

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.

stahta01

Normally it means minGW is not installed right.

What OS? Vista has special issues on MinGW installs.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

katzsnevercloses

Yea, it's vista (ultimate 32-bit)

stahta01

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

katzsnevercloses

yea those are the instructions i originally followed that didn't work.