This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Compilation problems
- To: egcs at egcs dot cygnus dot com
- Subject: Compilation problems
- From: Christian Ritter <ritter at brahms dot physik dot uni-bonn dot de>
- Date: Wed, 28 Apr 1999 12:06:19 +0200 (MET DST)
Dear egcs-team,
when we try to compile egcs on our alpha workstation we end with the
following:
No suffix list.
make all-recursive
No suffix list.
Making all in intl
Making all in lib
Making all in makeinfo
Making all in util
/usr2/local/egcs/gcc/xgcc -B/usr2/local/egcs/gcc/ -DIN_GCC -g -O2
-I./include -I. -I/usr/local/willysrc/egcs-1.1.2/gcc
-I/usr/local/willysrc/egcs-1.1.2/gcc/config -c
/usr/local/willysrc/egcs-1.1.2/gcc/objc/encoding.c -o objc/encoding.o
In file included from include/stdarg.h:36,
from include/objc/objc-api.h:34,
from
/usr/local/willysrc/egcs-1.1.2/gcc/objc/encoding.h:33,
from
/usr/local/willysrc/egcs-1.1.2/gcc/objc/encoding.c:28:
include/va-alpha.h:36: redefinition of `va_list'
include/va_list.h:7: `va_list' previously declared here
*** Exit 1
Stop.
*** Exit 1
Stop.
Can you help us?
Christian