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]

Fortran compiler does not compile


I cannot build the fortran compiler from the current cvs-sources on a
linux-glibc target. The compilation stops in com.c. Could someone
please fix the problem.

Peter Schmid

stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -c  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If -I../../gcc/gcc -I../../gcc/gcc/f -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/f/bld.c -o f/bld.o
stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -c  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -If -I../../gcc/gcc -I../../gcc/gcc/f -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/f/com.c -o f/com.o
../../gcc/gcc/f/com.c:14757: redefinition of `lang_hooks'
../../gcc/gcc/f/com.c:14684: `lang_hooks' previously defined here
../../gcc/gcc/f/com.c:14759: warning: missing initializer
../../gcc/gcc/f/com.c:14759: warning: (near initialization for `lang_hooks.decode_option')
../../gcc/gcc/f/com.c:14754: warning: `f_init' declared `static' but never defined
../../gcc/gcc/f/com.c:14755: warning: `f_finish' declared `static' but never defined
make[2]: *** [f/com.o] Error 1
make[2]: Leaving directory `/home/peter/egcs/build/gcc'
make[1]: *** [stage_c] Error 2
make[1]: Leaving directory `/home/peter/egcs/build/gcc'
make: *** [bootstrap-lean] Error 2


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