Subject: WARNING: util.h: present but cannot be compiled
To: None <tech-toolchain@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: tech-toolchain
Date: 02/25/2007 22:03:18
During build.sh on NetBSD/i386 4.99.9,
there is the following warning in tools/compat:
---
 :
dependall ===> tools/compat
mkdir -p include/sys include/machine include/rpc
rm -f config.cache
CC=cc CFLAGS=-O LDFLAGS=  /bin/sh /usr/src/tools/compat/configure \
--cache-file=config.cache
configure: creating cache config.cache
checking for gcc... cc

 :

checking util.h usability... no
checking util.h presence... yes
configure: WARNING: util.h: present but cannot be compiled
configure: WARNING: util.h:     check for missing prerequisite headers?
configure: WARNING: util.h: see the Autoconf documentation
configure: WARNING: util.h:     section "Present But Cannot Be Compiled"
configure: WARNING: util.h: proceeding with the preprocessor's result
configure: WARNING: util.h: in the future, the compiler will take precedence
configure: WARNING:     ## ---------------------------------------- ##
configure: WARNING:     ## Report this to lib-bug-people@NetBSD.org ##
configure: WARNING:     ## ---------------------------------------- ##
checking for util.h... yes

 :

---

Is this harmless?
---
Izumi Tsutsui