http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52411
--- Comment #11 from evrinoma at gmail dot com 2012-03-02 11:13:22 UTC ---
many thanks for help
the asterisk makefile detecting and using incorrect compilation flags
ifeq ($(OSARCH),linux-gnu)
ifeq ($(PROC),x86_64)
# You must have GCC 3.4 to use k8, otherwise use athlon
# PROC=k8
PROC=nocona
#PROC=athlon
endif
i changed parameter PROC on nocona
The program successful build and program successful start without any errors
