[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature Branch Solaris Build Broken - lib/glob.c errors
From: |
Derek Price |
Subject: |
Re: Feature Branch Solaris Build Broken - lib/glob.c errors |
Date: |
Wed, 25 May 2005 11:53:43 -0400 |
User-agent: |
Mozilla Thunderbird 1.0.2 (Windows/20050317) |
Conrad T. Pino wrote:
>Hi Derek,
>
>
>
>>From: Conrad T. Pino
>>
>>
>>
>>>From: Derek Price
>>>
>>>Perhaps the problem is in your GCC installation or usage?
>>>
>>>
>
>A gcc upgrade sure helps. I installed gcc 3.4.2 binary from SunFreeWare.\
>
>
I brought up changes to the GNULIB stat module up on bug-gnulib and
found out that this problem has been encountered before. GNULIB is
going to continue supporting the older gccs without the fix you found in
3.4.2, so I have updated the glob.c file to use struct_stat64 in place
of struct stat, and #defined struct_stat64 to struct stat64 or struct
stat as appropriate. Does this work for you with whichever compiler you
choose to stick with?
Regards,
Derek
- RE: Feature Branch Solaris Build Broken - lib/glob.c errors, (continued)
- RE: Feature Branch Solaris Build Broken - lib/glob.c errors, Conrad T. Pino, 2005/05/24
- Re: Feature Branch Solaris Build Broken - lib/glob.c errors, Derek Price, 2005/05/24
- RE: Feature Branch Solaris Build Broken - lib/glob.c errors, Conrad T. Pino, 2005/05/24
- Re: Feature Branch Solaris Build Broken - lib/glob.c errors, Derek Price, 2005/05/24
- RE: Feature Branch Solaris Build Broken - lib/glob.c errors, Conrad T. Pino, 2005/05/24
- RE: Feature Branch Solaris Build Broken - lib/glob.c errors, Conrad T. Pino, 2005/05/24
- RE: Feature Branch Solaris Build Broken - lib/glob.c errors, Conrad T. Pino, 2005/05/25
- RE: Feature Branch Solaris Build Broken - lib/glob.c errors, Conrad T. Pino, 2005/05/25
- RE: Feature Branch Solaris Build Broken - lib/glob.c errors, Conrad T. Pino, 2005/05/25
- RE: Feature Branch Solaris Build Broken - lib/glob.c errors, Conrad T. Pino, 2005/05/25
- Re: Feature Branch Solaris Build Broken - lib/glob.c errors,
Derek Price <=
- RE: Feature Branch Solaris Build Broken - lib/glob.c errors, Conrad T. Pino, 2005/05/25
- Re: Feature Branch Solaris Build Broken - lib/glob.c errors, Derek Price, 2005/05/25
RE: Feature Branch Solaris Build Broken - lib/glob.c errors, Conrad T. Pino, 2005/05/19