Quoting Sam Varshavchik <mrs...@courier-mta.com>:
Look in the config.log file in the subdirectory where this configure
script reported this error. The config.log should contain a log of the
compiler errors that will point to the real problem.
This is what I'm getting from config.log
First:
configure:24898: checking sys/time.h usability
configure:24915: gcc -c ?I?h?m?/?p?p?a?l?i?c?u?e? -g -O2 -Wall -I..
-I./.. conftest.c >&5
gcc: ?I?h?m?/?p?p?a?l?i?c?u?e?: No such file or directory
configure:24921: $? = 1
configure: failed program was:
| /* confdefs.h. */
I don't understand the unprintable characters in the config.log,
then later:
| #include <sys/time.h>
configure:24935: result: no
configure:24939: checking sys/time.h presence
configure:24954: gcc -E conftest.c
configure:24960: $? = 0
configure:24974: result: yes
configure:24987: WARNING: sys/time.h: present but cannot be compiled
configure:24989: WARNING: sys/time.h: check for missing
prerequisite headers?
configure:24991: WARNING: sys/time.h: see the Autoconf documentation
configure:24993: WARNING: sys/time.h: section "Present But Cannot
Be Compiled"
configure:24995: WARNING: sys/time.h: proceeding with the
preprocessor's result
configure:24997: WARNING: sys/time.h: in the future, the compiler will
take precedence
configure:25007: checking for sys/time.h
configure:25015: result: yes
There is nothing new here, its basically the same message as was was
displayed on the screen when I ran ./configure
I scanned through the config.log and there are several entries very
similar to my first snippet.