This is the mail archive of the gcc@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]

Build Breaker while trying to build gcc-3.2.2 using gcc-3.4.3


While trying to revert to a "known working" version of gcc, I got following error

make[2]: Leaving directory `/tmp/gcc-3.2.2/gcc/intl'
gcc -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHAVE_CONFIG_H -I. -If -I. -I./f -I./config -I./../include f/com.c -o f/com.o
f/com.c:11061: error: conflicting types for 'ffecom_gfrt_basictype'
f/com.h:229: error: previous declaration of 'ffecom_gfrt_basictype' was here
f/com.c:11061: error: conflicting types for 'ffecom_gfrt_basictype'
f/com.h:229: error: previous declaration of 'ffecom_gfrt_basictype' was here
make[1]: *** [f/com.o] Error 1
make[1]: Leaving directory `/tmp/gcc-3.2.2/gcc'
make: *** [all-gcc] Error 2
gupta@gupta-fc2 %> which gcc
/usr/local/bin/gcc
gupta@gupta-fc2 %> gcc --version
gcc (GCC) 3.4.3
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.




--
NI+IN



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