Subject: Re: Compile failure on libc/gen/__fts13.c
To: SUNAGAWA Keiki <kei_sun@ba2.so-net.or.jp>
From: Jeremy Cooper <jeremy@broder.com>
List: current-users
Date: 11/10/1997 07:51:51
On Mon, 10 Nov 1997, SUNAGAWA Keiki wrote:

> [ SUNAGAWA Keiki reports problems when compiling the distribution ]
>
> Bernd> No, this is a problem that you didn't install the new
> Bernd> include files.  Just do a 'make includes' in src.
> [ ... ]
> Jason> It looks like you have some include files out of
> Jason> date.
> 
> Hmm, vary strange...  I did make includes before building
> libc.  Now I supped and make includes in src again, the
> problem stil occurs.

It is possible that your /usr/share/mk directory is out of date.  There
was a bug in one of the files in that directory which caused the build
process to use your local /usr/include files instead of
$DESTDIR/usr/include.  However, this only applies to you if you have
DESTDIR set.

-J