Last week, Jerry James <james(a)xemacs.org> wrote:
Compiler: g++ -Wall -Wno-switch -Winline
-Wmissing
-prototypes -Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Weffc++ -mar
ch=pentium4 -msse2 -mfpmath=sse -O2 -g3 -pipe
Try compiling with plain -g (no optimization), and without all of
the cpu- and instruction-generation-specific flags. Gcc is legendarily
buggy, and some of the flags that you're using are known to be broken in
some circumstances (e.g., gcc 3.2, don't know about 3.3).
--
Darryl Okahata
darrylo(a)soco.agilent.com
DISCLAIMER: this message is the author's personal opinion and does not
constitute the support, opinion, or policy of Agilent Technologies, or
of the little green men that have been following him all day.