pentium-m or pentium3?
Saturday, 30. December 2006, 00:07:37
To my big satisfaction I managed to find a solution to an issue that had been bugging me for quite some time now: I have not been able to upgrade mplayer since 1.0pre7, as it would crash on about anything.
Turns out that the configure script improved, and now correctly detects my CPU as pentium-m instead of pentium3 - too bad that mplayer would crash on it. I have not yet got around to figure out whether this is a bug in mplayer or rather in gcc (3.3.5 here), but changing the OPTFLAGS in config.mak to -march=pentium3 -mcpu=pentium3 "fixed" it for now, and I am happy to be able to upgrade to 1.0rc1 now