News:

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

Main Menu

Problem with Core Duo

Started by mugu, August 11, 2007, 04:10:40 PM

Previous topic - Next topic

mugu

I try to compile an Ogre proyect with a Core Duo but it give me an error "undefined reference to '__cpu_features_init'". I do the same in a P4 ant it works, what's the problem? is it CB or is my computer???

Ceniza

A quick grep returned crt1.o, crt2.o and libmingw32.a as files that have __cpu_features_init in them, so it must be a problem with your MinGW installation.

Try installing version 3.4.5 of GCC with the MinGW installer. If that doesn't work try Googling that specific error you're having.

Mononofu

Are you linking mingw32? (Maybe change the order of the libs you're linking, mingw32 should be the first)
Just a quick thought.