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]
Other format: [Raw text]

Re: Do not report build errors in bugzilla


On Tue, 17 Aug 2004 12:51:29 -0700, Roland McGrath <roland@redhat.com> wrote:
> > Is there a specification available for what constitutes a correct
> > environment?
> 
> Not really.  Would you like to figure out what the exact requirements are
> and help us document them?

I didn't get answer for my last build error question but I have found the reason

my LC_ALL was set to tr_TR.UTF-8 . I did export LC_ALL=POSIX and it
build fine. This is a usual problem with Turkish where toupper( 'i' ) 
!= I and tolower( 'I' ) != i .

Hope that helps.

Cheers,
ismail


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