Author Topic: Problem with Core Duo  (Read 8744 times)

mugu

  • Guest
Problem with Core Duo
« on: August 11, 2007, 04:10:40 pm »
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???

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: Problem with Core Duo
« Reply #1 on: August 11, 2007, 05:04:53 pm »
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.

Offline Mononofu

  • Single posting newcomer
  • *
  • Posts: 4
Re: Problem with Core Duo
« Reply #2 on: November 25, 2007, 01:12:13 pm »
Are you linking mingw32? (Maybe change the order of the libs you're linking, mingw32 should be the first)
Just a quick thought.