bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash 3.2 fails to detect bzero in configure stage


From: Hans-Christian Egtvedt
Subject: Re: bash 3.2 fails to detect bzero in configure stage
Date: Wed, 08 Aug 2007 14:39:13 +0200

On Wed, 2007-08-08 at 10:39 +0200, Hans-Christian Egtvedt wrote:
> I am using uClibc 0.9.29 and GCC 4.1.2 to compile bash 3.2 (with the 17
> patches released on web). And I have a problem that configure does not
> detect bzero properly, and thus resulting in a crash later when
> compiling.

I am a bit unsure if it is uClibc fault or configure for bash, but I
have included a patch for bash which fixes my problem.

I just remove the check and code for bzero in bash. After greping around
in the source code, I saw that there already has been done numerous
changes to use memset instead.

<cut configure output and SUSV3 functions in uClibc>

-- 
Mvh
Hans-Christian Egtvedt

Attachment: bash32-remove-bzero-dependancy.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]