Hello Managers,
The final solution that I choose despite many useful suggestions was to
edit 2 lines of the lib/fnmatch.h as follows:
from - #if !define (_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 || define
(_GNU_SOURCE)
to - /* #if !define (_POSIX_C_SOURCE) || _POSIX_C_SOURCE < 2 ||
define (_GNU_SOURCE) */
from - #endif
to - /* #endif*/
This just comments out the two lines and then the make worked and so did
locate and updatedb.
This suggestion came from Michele Tomkin. Thank you to all that answered.
Dane Collins
Received on Wed Mar 29 2000 - 22:10:46 NZST