------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=136361 ------- Additional Comments From dbs73 mail ru 2006-11-25 12:15 ------- Hi. I resolve this problem: Using kdiff3 i compare dir buildtools/lib/parsers/qmake on my computer and dir on virtual mashine. Difference found on file Makefile. Opening and editing this file. If deleting optimization level "-O2" - ALL WORKS. Replace in file buildtools/lib/parsers/qmake/Makefile CFLAGS = -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -O2 -march=athlon-xp -Wformat-security -Wmissing-format-attribute CXXFLAGS = -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O2 -march=athlon-xp -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION to CFLAGS = -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -march=athlon-xp -Wformat-security -Wmissing-format-attribute CXXFLAGS = -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -march=athlon-xp -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION Best regards, Dmitry. P.S. In my system in file /etc/profile is settings variable enviroment: CFLAGS="-O2 -march=athlon-xp" CXXFLAGS="$CFLAGS" export CFLAGS CXXFLAGS > gcc --version gcc (GCC) 4.1.1