bug-grep
[Top][All Lists]
Advanced

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

working strerror_r not properly detected


From: Benno Schulenberg
Subject: working strerror_r not properly detected
Date: Mon, 26 Jun 2006 00:29:07 +0200
User-agent: KMail/1.9.3

Hi,

Having built grep from CVS, I hit a problem: when trying to search a 
pattern in a non-existent file, it produces this message:

  src/grep: notafile: []

where the [] is some unprintable unicode character.  This happens 
because in line 170 of lib/error.c HAVE_WORKING_STRERROR_R appears 
not to be defined.  (When I define it, it works as it should.)  But 
during ./configure it seems to be detected okay:

  checking whether strerror_r returns char *... yes

What is going wrong here?

A zipped config.log is attached.

Benno

Attachment: config.log.gz
Description: GNU Zip compressed data


reply via email to

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