This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: gconv.h problem


On Fri, Jan 19, 2001 at 12:30:19AM -0500, Craig Rodrigues wrote:
> Hi,
> 
> libc version: 2.2.1
> gcc version:  gcc version 2.97 20001005 (experimental)
> 
> The following test program gives a compilation error which I cannot
> figure out:
> 
> #include <gconv.h>
> int main(int argc, char **argv){  return 0; }
> 
> % gcc a.c
> /usr/include/gconv.h:171: array size missing in `__data' 
> 
> Any ideas?

This is a gcc bug, and updating to the latest version from the gcc CVS
fixed it.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          

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