(use Makefile.debian and
Makefile.debian2, g++, g77, egcc and etc)
int TGenerator::ImportParticles(class TClonesArray *, const char * = "")
in EG_Generator.cxx.
I try -O2 -O and etc but it do not work too
Is there any solve of problem?
g77 -g -mcpu=i686 -Wall -fPIC -DR__GLIBC -c EG_Generator.cxx
EG_Generator.cxx: In method `int TGenerator::ImportParticles(class
TClonesArray *, const char * = "")':
EG_Generator.cxx:205: warning: value computed is not used
EG_Generator.cxx:226: warning: value computed is not used
EG_Generator.cxx:230: Internal compiler error.
EG_Generator.cxx:230: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
make: *** [EG_Generator.o] Error 1
Thanks