> > i have: > > gcc version 4.0.2 20050816 (prerelease) (Debian 4.0.1-5) > > http://www.gnu.org/software/gcc/gcc.html: > > Current release series: GCC 4.0.1 (released 2005-07-07) > > why i can have 4.0.2? > > but i think gcc is not the problem. i think, set the correct march is my > > problem. > > He never implied that it WAS a problem. He was telling you what march > flag to use.
Sorry my english is not really good. I understand that only newer gcc has a march=C3 option and older not, so it could be a problem (normally the configure-script should detect the march automatically and if the script set it to something that gcc did not unterstand, then it is a problem). With: QMAKE_CXXFLAGS_RELEASE = -O3 -march=c3 -fomit-frame-pointer everythings work fine. bye Thomas > _______________________________________________ > mythtv-users mailing list > [email protected] > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
