## --------- ##
## Platform. ##
## --------- ##
hostname = linux
uname -m = i686
uname -r = 2.6.11.4-21.17-default
uname -s = Linux
uname -v = #1 Fri Apr 6 08:42:34 UTC 2007
configure:3053: checking for C compiler version
configure:3061: gcc --version >&5
gcc (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3065: $? = 0
configure:3072: gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ./configure
Thread model: posix
gcc version 4.3.2 (GCC)
.....
checking sys/timeb.h usability... no
checking sys/timeb.h presence... yes
configure: WARNING: sys/timeb.h: present but cannot be compiled
configure: WARNING: sys/timeb.h: check for missing prerequisite
headers?
configure: WARNING: sys/timeb.h: see the Autoconf documentation
configure: WARNING: sys/timeb.h: section "Present But Cannot Be
Compiled"
configure: WARNING: sys/timeb.h: proceeding with the preprocessor's result
configure: WARNING: sys/timeb.h: in the future, the compiler will take
precedence
configure: WARNING: ## ----------------------------- ##
configure: WARNING: ## Report this to bug-m4@gnu.org ##
configure: WARNING: ## ----------------------------- ##
checking for sys/timeb.h... yes
.....
checking libintl.h usability... no
checking libintl.h presence... yes
configure: WARNING: libintl.h: present but cannot be compiled
configure: WARNING: libintl.h: check for missing prerequisite headers?
configure: WARNING: libintl.h: see the Autoconf documentation
configure: WARNING: libintl.h: section "Present But Cannot Be Compiled"
configure: WARNING: libintl.h: proceeding with the preprocessor's result
configure: WARNING: libintl.h: in the future, the compiler will take
precedence
configure: WARNING: ## ----------------------------- ##
configure: WARNING: ## Report this to bug-m4@gnu.org ##
configure: WARNING: ## ----------------------------- ##
checking for libintl.h... yes
......
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... yes
configure: WARNING: sys/bitypes.h: present but cannot be compiled
configure: WARNING: sys/bitypes.h: check for missing prerequisite
headers?
configure: WARNING: sys/bitypes.h: see the Autoconf documentation
configure: WARNING: sys/bitypes.h: section "Present But Cannot Be
Compiled"
configure: WARNING: sys/bitypes.h: proceeding with the preprocessor's
result
configure: WARNING: sys/bitypes.h: in the future, the compiler will take
precedence
configure: WARNING: ## ----------------------------- ##
configure: WARNING: ## Report this to bug-m4@gnu.org ##
configure: WARNING: ## ----------------------------- ##
checking for sys/bitypes.h... yes
....
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating checks/Makefile
config.status: creating examples/Makefile
config.status: creating lib/config.h
config.status: executing depfiles commands
config.status: executing stamp-h commands
Best regards.