[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
heimdal build problem #2
I keep getting a bit further...
My current problem, is that configure correctly detects that
the version of glob installed is incompatable:
configure:16547: checking for working glob
configure:16583: gcc -o conftest -g -O2 conftest.c -lresolv >&5
configure: In function `main':
configure:16567: `GLOB_QUOTE' undeclared (first use in this function)
configure:16567: (Each undeclared identifier is reported only once
configure:16567: for each function it appears in.)
configure:16573: `GLOB_LIMIT' undeclared (first use in this function)
configure:16586: $? = 1
[...]
configure:16602: result: no
but defines HAVE_GLOB anyway:
/* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK,
GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
#define HAVE_GLOB 1
Any ideas why HAVE_GLOB would be defined when it clearly
says it wasn't found?
(I am having problems working out how cf/broken-glob.m4 works).
--
Brian May <bam@snoopy.apana.org.au>