6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] configure errors ...
FromSent OnAttachments
ran...@frontiernet.netJan 24, 2008 6:31 am 
Sam VarshavchikJan 24, 2008 3:22 pm 
ran...@frontiernet.netJan 24, 2008 5:23 pm 
Sam VarshavchikJan 24, 2008 5:46 pm 
ran...@frontiernet.netJan 25, 2008 7:03 am 
ran...@frontiernet.netJan 25, 2008 2:33 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] configure errors while trying to configure courier-authlib-0.60.2Actions...
From:ran...@frontiernet.net (ran@frontiernet.net)
Date:Jan 24, 2008 5:23:46 pm
List:net.sourceforge.lists.courier-users

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.