[gomp] build problem
Diego Novillo
dnovillo@redhat.com
Fri Sep 30 13:26:00 GMT 2005
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.
More information about the Gcc
mailing list