This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

seg faulting when building kxicq2


this is the error message i got, it told me to report is so i do :)

----
I../../kxicq/engine -I../../kxicq/widgets -I../../kxicq/widgets/config 
-I../../kxicq/widgets/checklistbox  -DQT_THREAD_SUPPORT  -D_REENTRANT  -g -O2 
-Wall   -c -o kxremindereditdialogimpl.moc.o `test -f 
kxremindereditdialogimpl.moc.cpp || echo 
'./'`kxremindereditdialogimpl.moc.cpp
In file included from /usr/include/math.h:362,
                 from /usr/include/g++-v32/cmath:51,
                 from /usr/include/g++-v32/bits/locale_facets.tcc:41,
                 from /usr/include/g++-v32/locale:46,
                 from /usr/include/g++-v32/bits/ostream.tcc:37,
                 from /usr/include/g++-v32/ostream:275,
                 from /usr/include/g++-v32/iterator:70,
                 from /usr/qt/3/include/qvaluelist.h:48,
                 from /usr/qt/3/include/qvariant.h:305,
                 from ../../kxicq/ui/kxremindereditdialog.h:13,
                 from kxremindereditdialogimpl.h:3,
                 from kxremindereditdialogimpl.moc.cpp:11:
/usr/include/bits/mathinline.h: In function `long double log1pl(long double)':
/usr/include/bits/mathinline.h:539: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[4]: *** [kxremindereditdialogimpl.moc.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory 
`/var/tmp/portage/kxicq2-0.7.6.20020728/work/kxicq2/kxicq/widgets'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/kxicq2-0.7.6.20020728/work/kxicq2/kxicq/widgets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/kxicq2-0.7.6.20020728/work/kxicq2/kxicq'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/kxicq2-0.7.6.20020728/work/kxicq2'
make: *** [all] Error 2

!!! ERROR: net-im/kxicq2-0.7.6.20020728 failed.
!!! Function kde_src_compile, Line 88, Exitcode 2
!!! died running emake, kde_src_compile:make
----
i have gentoo. and my cflags falgs are:
march=athlon-tbird -O3 -pipe -fomit-frame-pointer -m3dnow
-mmmx -fforce-addr -ffast-math



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]