Subject: Re: problem with fts.h while building toolkit on linux
To: Aravind Gottipati <tech-toolchain@netbsd.org>
From: Christian Limpach <chris@Pin.LU>
List: tech-toolchain
Date: 05/14/2002 19:34:53
Hi!

> ./build.sh -m i386 -t
> /home/aravind/tmp/netbsd/src/tools/compat/../../lib/libc/gen/__fts13.c:53:
> /usr/include/fts.h:41: #error "<fts.h> cannot be used with
> -D_FILE_OFFSET_BITS==64"
> *** Error code 1

This is toolchain/16138
(http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=16138)
If you set ac_cv_header_fts_h=no before running build.sh the linux fts.h
won't be used.
Maybe this should be mentioned in tools/compat/README

    christian