| delorie.com/archives/browse.cgi | search |
| From: | Martin Str|mberg <ams AT ludd DOT luth DOT se> |
| Message-Id: | <200105081648.SAA26783@mother.ludd.luth.se> |
| Subject: | Re: fil40s-beta2 |
| To: | djgpp-workers AT delorie DOT com |
| Date: | Tue, 8 May 2001 18:48:40 +0200 (MEST) |
| In-Reply-To: | <3AF697ED.574CE14E@phekda.freeserve.co.uk> from "Richard Dawe" at May 07, 2001 01:41:17 PM |
| X-Mailer: | ELM [version 2.5 PL2] |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp-workers AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp-workers AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
According to Richard Dawe:
> It seems like the configure script may not have detected that DJGPP CVS
> provides lstat(). Martin, could you post the result of the following
> command in the top-level directory of the Fileutils sources please?
>
> grep -i lstat config.cache config.h
>
> Here's what I get on my system:
>
> bash-2.04$ grep -i lstat config.cache config.h
> config.cache:ac_cv_func_lstat=${ac_cv_func_lstat=no}
> config.cache:jm_cv_func_lstat_empty_string_bug=${jm_cv_func_lstat_empty_string_b
> ug=no}
> config.h:/* Define if you have the lstat function. */
> config.h:/* #undef HAVE_LSTAT */
> config.h:/* Define if you have the LSTAT_EMPTY_STRING_BUG function. */
> config.h:/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
I get:
config.cache:ac_cv_func_lstat=${ac_cv_func_lstat=yes}
config.cache:jm_cv_func_lstat_empty_string_bug=${jm_cv_func_lstat_empty_string_bug=no}
config.h:/* Define if you have the LSTAT_EMPTY_STRING_BUG function. */
config.h:/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
config.h:/* Define if you have the lstat function. */
config.h:#define HAVE_LSTAT 1
I've noticed that I'm running bash 2.03 and you 2.04. Can this be the
problem?
Right,
MartinS
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |