On September 30, 2005 09:15, [EMAIL PROTECTED] wrote:
> ../../gcc/cp/name-lookup.h:315: conflicting types for `lookup_name' > ../../gcc/c-common.h:783: previous declaration of `lookup_name' > There are two conflicting definitions for lookup_name between C and C++. For now the best approach is to configure with C++ disabled (--enable-languages=fortran,c) until Richard has had a chance to fix the double declaration.