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]

Re: [gomp] build problem


On September 30, 2005 09:15, f11235813@o2.pl 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.


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