Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

libmilter and libpthread problem building on Redhat ES

2007-01-25 by jcleone2

I'm trying to build milter-greylist-3.0 on a Redhat ES distribution
system.

I'm having problems getting through the ./configure process.

I get stopped here:
checking for pthread_create in -lpthread... no           
checking for pthread_create in -lc_r... no               
checking for pthread_create in -lpthreads -lpthread... no
Required libpthread not found. Use --with-libpthread     

I use this command line

./configure
--with-libmilter=/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a

--with-libpthread=/usr/lib/libpthread.a

The configure script failet at 

configure:5582: result: no
configure:5587: checking for pthread_create in -lpthreads -lpthread
configure:5617: gcc -o conftest -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  
-L/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/lib
-Wl,--rpath=/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/lib
-L/usr/lib/libpthread.a/lib -Wl,--rpath=/usr/lib/libpthread.a/lib
conftest.c -lpthreads -lpthread   >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:5623: $? = 1

Thanks a lot if someone have an idea, i am a little confused with this
problem.

Regards.


Here is my config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by milter-greylist configure 3.0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure
--with-libmilter=/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a
--with-libpthread=/usr/lib/libpthread.a

## --------- ##
## Platform. ##
## --------- ##

uname -m = i686
uname -r = 2.4.21-4.ELsmp
uname -s = Linux
uname -v = #1 SMP Fri Oct 3 17:52:56 EDT 2003

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1379: checking for gcc
configure:1395: found /usr/bin/gcc
configure:1405: result: gcc
configure:1649: checking for C compiler version
configure:1652: gcc --version </dev/null >&5
gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-20)
Copyright (C) 2002 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:1655: $? = 0
configure:1657: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --with-system-zlib --enable-__cxa_atexit
--host=i386-redhat-linux
Thread model: posix
gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-20)
configure:1660: $? = 0
configure:1662: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1665: $? = 1
configure:1688: checking for C compiler default output file name
configure:1691: gcc    conftest.c  >&5
configure:1694: $? = 0
configure:1740: result: a.out
configure:1745: checking whether the C compiler works
configure:1751: ./a.out
configure:1754: $? = 0
configure:1771: result: yes
configure:1778: checking whether we are cross compiling
configure:1780: result: no
configure:1783: checking for suffix of executables
configure:1785: gcc -o conftest    conftest.c  >&5
configure:1788: $? = 0
configure:1813: result: 
configure:1819: checking for suffix of object files
configure:1840: gcc -c   conftest.c >&5
configure:1843: $? = 0
configure:1865: result: o
configure:1869: checking whether we are using the GNU C compiler
configure:1893: gcc -c   conftest.c >&5
configure:1899: $? = 0
configure:1903: test -z 
			 || test ! -s conftest.err
configure:1906: $? = 0
configure:1909: test -s conftest.o
configure:1912: $? = 0
configure:1925: result: yes
configure:1931: checking whether gcc accepts -g
configure:1952: gcc -c -g  conftest.c >&5
configure:1958: $? = 0
configure:1962: test -z 
			 || test ! -s conftest.err
configure:1965: $? = 0
configure:1968: test -s conftest.o
configure:1971: $? = 0
configure:1982: result: yes
configure:1999: checking for gcc option to accept ANSI C
configure:2069: gcc  -c -g -O2  conftest.c >&5
configure:2075: $? = 0
configure:2079: test -z 
			 || test ! -s conftest.err
configure:2082: $? = 0
configure:2085: test -s conftest.o
configure:2088: $? = 0
configure:2106: result: none needed
configure:2124: gcc -c -g -O2  conftest.c >&5
conftest.c:2: syntax error before "me"
configure:2130: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2268: checking for flex
configure:2284: found /usr/bin/flex
configure:2294: result: flex
configure:2307: checking for yywrap in -lfl
configure:2337: gcc -o conftest -g -O2   conftest.c -lfl   >&5
configure:2343: $? = 0
configure:2347: test -z 
			 || test ! -s conftest.err
configure:2350: $? = 0
configure:2353: test -s conftest
configure:2356: $? = 0
configure:2369: result: yes
configure:2447: checking lex output file root
configure:2458: flex conftest.l
configure:2461: $? = 0
configure:2473: result: lex.yy
configure:2478: checking whether yytext is a pointer
configure:2494: gcc -o conftest -g -O2   conftest.c  -lfl >&5
configure:2500: $? = 0
configure:2504: test -z 
			 || test ! -s conftest.err
configure:2507: $? = 0
configure:2510: test -s conftest
configure:2513: $? = 0
configure:2527: result: yes
configure:2542: checking for bison
configure:2558: found /usr/bin/bison
configure:2568: result: bison -y
configure:2617: checking for a BSD-compatible install
configure:2672: result: /usr/bin/install -c
configure:2687: checking for mkdep
configure:2716: result: no
configure:2727: checking for rm
configure:2743: found /bin/rm
configure:2753: result: rm
configure:2767: checking for mv
configure:2783: found /bin/mv
configure:2793: result: mv
configure:2807: checking for test
configure:2823: found /usr/bin/test
configure:2833: result: test
configure:2847: checking for sed
configure:2863: found /bin/sed
configure:2873: result: sed
configure:2887: checking for true
configure:2903: found /bin/true
configure:2913: result: true
configure:2925: checking if compiler accepts -Wall
configure:2946: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:2952: $? = 0
configure:2956: test -z 
			 || test ! -s conftest.err
configure:2959: $? = 0
configure:2962: test -s conftest
configure:2965: $? = 0
configure:2975: result: yes
configure:2980: checking if ld accepts --rpath
configure:3000: gcc -o conftest -g -O2 -Wall   -Wl,--rpath=/
conftest.c  >&5
configure:3006: $? = 0
configure:3010: test -z 
			 || test ! -s conftest.err
configure:3013: $? = 0
configure:3016: test -s conftest
configure:3019: $? = 0
configure:3031: result: yes
configure:3074: checking how to run the C preprocessor
configure:3109: gcc -E  conftest.c
configure:3115: $? = 0
configure:3147: gcc -E  conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:3153: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3192: result: gcc -E
configure:3216: gcc -E  conftest.c
configure:3222: $? = 0
configure:3254: gcc -E  conftest.c
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:3260: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3304: checking for egrep
configure:3314: result: grep -E
configure:3319: checking for ANSI C header files
configure:3344: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3350: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <stdarg.h>
| #include <string.h>
| #include <float.h>
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3472: result: no
configure:3496: checking for sys/types.h
configure:3512: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3518: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/types.h>
configure:3542: result: no
configure:3496: checking for sys/stat.h
configure:3512: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3518: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/stat.h>
configure:3542: result: no
configure:3496: checking for stdlib.h
configure:3512: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3518: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdlib.h>
configure:3542: result: no
configure:3496: checking for string.h
configure:3512: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3518: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <string.h>
configure:3542: result: no
configure:3496: checking for memory.h
configure:3512: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3518: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <memory.h>
configure:3542: result: no
configure:3496: checking for strings.h
configure:3512: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3518: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <strings.h>
configure:3542: result: no
configure:3496: checking for inttypes.h
configure:3512: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3518: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <inttypes.h>
configure:3542: result: no
configure:3496: checking for stdint.h
configure:3512: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3518: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
configure:3542: result: no
configure:3496: checking for unistd.h
configure:3512: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3518: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <unistd.h>
configure:3542: result: no
configure:3581: checking arpa/inet.h usability
configure:3593: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@netbsd.org"
| #define YYTEXT_POINTER 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <arpa/inet.h>
configure:3622: result: no
configure:3626: checking arpa/inet.h presence
configure:3636: gcc -E  conftest.c
configure:3642: $? = 0
configure:3662: result: yes
configure:3675: WARNING: arpa/inet.h: present but cannot be compiled
configure:3677: WARNING: arpa/inet.h:     check for missing
prerequisite headers?
configure:3679: WARNING: arpa/inet.h: see the Autoconf documentation
configure:3681: WARNING: arpa/inet.h:     section "Present But Cannot
Be Compiled"
configure:3683: WARNING: arpa/inet.h: proceeding with the
preprocessor's result
configure:3685: WARNING: arpa/inet.h: in the future, the compiler will
take precedence
configure:3697: checking for arpa/inet.h
configure:3704: result: yes
configure:3581: checking fcntl.h usability
configure:3593: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fcntl.h>
configure:3622: result: no
configure:3626: checking fcntl.h presence
configure:3636: gcc -E  conftest.c
configure:3642: $? = 0
configure:3662: result: yes
configure:3675: WARNING: fcntl.h: present but cannot be compiled
configure:3677: WARNING: fcntl.h:     check for missing prerequisite
headers?
configure:3679: WARNING: fcntl.h: see the Autoconf documentation
configure:3681: WARNING: fcntl.h:     section "Present But Cannot Be
Compiled"
configure:3683: WARNING: fcntl.h: proceeding with the preprocessor's
result
configure:3685: WARNING: fcntl.h: in the future, the compiler will
take precedence
configure:3697: checking for fcntl.h
configure:3704: result: yes
configure:3581: checking netinet/in.h usability
configure:3593: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netinet/in.h>
configure:3622: result: no
configure:3626: checking netinet/in.h presence
configure:3636: gcc -E  conftest.c
configure:3642: $? = 0
configure:3662: result: yes
configure:3675: WARNING: netinet/in.h: present but cannot be compiled
configure:3677: WARNING: netinet/in.h:     check for missing
prerequisite headers?
configure:3679: WARNING: netinet/in.h: see the Autoconf documentation
configure:3681: WARNING: netinet/in.h:     section "Present But Cannot
Be Compiled"
configure:3683: WARNING: netinet/in.h: proceeding with the
preprocessor's result
configure:3685: WARNING: netinet/in.h: in the future, the compiler
will take precedence
configure:3697: checking for netinet/in.h
configure:3704: result: yes
configure:3572: checking for stdlib.h
configure:3577: result: no
configure:3572: checking for string.h
configure:3577: result: no
configure:3572: checking for strings.h
configure:3577: result: no
configure:3581: checking sys/socket.h usability
configure:3593: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/socket.h>
configure:3622: result: no
configure:3626: checking sys/socket.h presence
configure:3636: gcc -E  conftest.c
configure:3642: $? = 0
configure:3662: result: yes
configure:3675: WARNING: sys/socket.h: present but cannot be compiled
configure:3677: WARNING: sys/socket.h:     check for missing
prerequisite headers?
configure:3679: WARNING: sys/socket.h: see the Autoconf documentation
configure:3681: WARNING: sys/socket.h:     section "Present But Cannot
Be Compiled"
configure:3683: WARNING: sys/socket.h: proceeding with the
preprocessor's result
configure:3685: WARNING: sys/socket.h: in the future, the compiler
will take precedence
configure:3697: checking for sys/socket.h
configure:3704: result: yes
configure:3581: checking sys/time.h usability
configure:3593: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/time.h>
configure:3622: result: no
configure:3626: checking sys/time.h presence
configure:3636: gcc -E  conftest.c
configure:3642: $? = 0
configure:3662: result: yes
configure:3675: WARNING: sys/time.h: present but cannot be compiled
configure:3677: WARNING: sys/time.h:     check for missing
prerequisite headers?
configure:3679: WARNING: sys/time.h: see the Autoconf documentation
configure:3681: WARNING: sys/time.h:     section "Present But Cannot
Be Compiled"
configure:3683: WARNING: sys/time.h: proceeding with the
preprocessor's result
configure:3685: WARNING: sys/time.h: in the future, the compiler will
take precedence
configure:3697: checking for sys/time.h
configure:3704: result: yes
configure:3581: checking syslog.h usability
configure:3593: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@netbsd.org"
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <syslog.h>
configure:3622: result: no
configure:3626: checking syslog.h presence
configure:3636: gcc -E  conftest.c
configure:3642: $? = 0
configure:3662: result: yes
configure:3675: WARNING: syslog.h: present but cannot be compiled
configure:3677: WARNING: syslog.h:     check for missing prerequisite
headers?
configure:3679: WARNING: syslog.h: see the Autoconf documentation
configure:3681: WARNING: syslog.h:     section "Present But Cannot Be
Compiled"
configure:3683: WARNING: syslog.h: proceeding with the preprocessor's
result
configure:3685: WARNING: syslog.h: in the future, the compiler will
take precedence
configure:3697: checking for syslog.h
configure:3704: result: yes
configure:3572: checking for unistd.h
configure:3577: result: no
configure:3581: checking sys/param.h usability
configure:3593: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/param.h>
configure:3622: result: no
configure:3626: checking sys/param.h presence
configure:3636: gcc -E  conftest.c
configure:3642: $? = 0
configure:3662: result: yes
configure:3675: WARNING: sys/param.h: present but cannot be compiled
configure:3677: WARNING: sys/param.h:     check for missing
prerequisite headers?
configure:3679: WARNING: sys/param.h: see the Autoconf documentation
configure:3681: WARNING: sys/param.h:     section "Present But Cannot
Be Compiled"
configure:3683: WARNING: sys/param.h: proceeding with the
preprocessor's result
configure:3685: WARNING: sys/param.h: in the future, the compiler will
take precedence
configure:3697: checking for sys/param.h
configure:3704: result: yes
configure:3581: checking netdb.h usability
configure:3593: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netdb.h>
configure:3622: result: no
configure:3626: checking netdb.h presence
configure:3636: gcc -E  conftest.c
configure:3642: $? = 0
configure:3662: result: yes
configure:3675: WARNING: netdb.h: present but cannot be compiled
configure:3677: WARNING: netdb.h:     check for missing prerequisite
headers?
configure:3679: WARNING: netdb.h: see the Autoconf documentation
configure:3681: WARNING: netdb.h:     section "Present But Cannot Be
Compiled"
configure:3683: WARNING: netdb.h: proceeding with the preprocessor's
result
configure:3685: WARNING: netdb.h: in the future, the compiler will
take precedence
configure:3697: checking for netdb.h
configure:3704: result: yes
configure:3581: checking getopt.h usability
configure:3593: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <getopt.h>
configure:3622: result: no
configure:3626: checking getopt.h presence
configure:3636: gcc -E  conftest.c
configure:3642: $? = 0
configure:3662: result: yes
configure:3675: WARNING: getopt.h: present but cannot be compiled
configure:3677: WARNING: getopt.h:     check for missing prerequisite
headers?
configure:3679: WARNING: getopt.h: see the Autoconf documentation
configure:3681: WARNING: getopt.h:     section "Present But Cannot Be
Compiled"
configure:3683: WARNING: getopt.h: proceeding with the preprocessor's
result
configure:3685: WARNING: getopt.h: in the future, the compiler will
take precedence
configure:3697: checking for getopt.h
configure:3704: result: yes
configure:3581: checking sys/cdefs.h usability
configure:3593: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3599: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/cdefs.h>
configure:3622: result: no
configure:3626: checking sys/cdefs.h presence
configure:3636: gcc -E  conftest.c
configure:3642: $? = 0
configure:3662: result: yes
configure:3675: WARNING: sys/cdefs.h: present but cannot be compiled
configure:3677: WARNING: sys/cdefs.h:     check for missing
prerequisite headers?
configure:3679: WARNING: sys/cdefs.h: see the Autoconf documentation
configure:3681: WARNING: sys/cdefs.h:     section "Present But Cannot
Be Compiled"
configure:3683: WARNING: sys/cdefs.h: proceeding with the
preprocessor's result
configure:3685: WARNING: sys/cdefs.h: in the future, the compiler will
take precedence
configure:3697: checking for sys/cdefs.h
configure:3704: result: yes
configure:3719: checking for pid_t
configure:3743: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3749: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((pid_t *) 0)
|   return 0;
| if (sizeof (pid_t))
|   return 0;
|   ;
|   return 0;
| }
configure:3773: result: no
configure:3785: checking for size_t
configure:3809: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3815: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define pid_t int
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((size_t *) 0)
|   return 0;
| if (sizeof (size_t))
|   return 0;
|   ;
|   return 0;
| }
configure:3839: result: no
configure:3851: checking whether time.h and sys/time.h may both be
included
configure:3876: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:3882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define pid_t int
| #define size_t unsigned
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/time.h>
| #include <time.h>
| 
| int
| main ()
| {
| if ((struct tm *) 0)
| return 0;
|   ;
|   return 0;
| }
configure:3906: result: no
configure:4031: checking for unistd.h
configure:4036: result: no
configure:4040: checking vfork.h usability
configure:4052: gcc -c -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  conftest.c >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:4058: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@netbsd.org"
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define pid_t int
| #define size_t unsigned
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:4081: result: no
configure:4085: checking vfork.h presence
configure:4095: gcc -E  conftest.c
conftest.c:22:19: vfork.h: No such file or directory
configure:4101: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define pid_t int
| #define size_t unsigned
| /* end confdefs.h.  */
| #include <vfork.h>
configure:4121: result: no
configure:4156: checking for vfork.h
configure:4163: result: no
configure:4181: checking for fork
configure:4238: gcc -o conftest -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  
-L/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/lib
-Wl,--rpath=/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/lib
-L/usr/lib/libpthread.a/lib -Wl,--rpath=/usr/lib/libpthread.a/lib
conftest.c  >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:4244: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define pid_t int
| #define size_t unsigned
| /* end confdefs.h.  */
| /* Define fork to an innocuous variant, in case <limits.h> declares
fork.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fork innocuous_fork
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fork (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef fork
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char fork ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_fork) || defined (__stub___fork)
| choke me
| #else
| char (*f) () = fork;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != fork;
|   ;
|   return 0;
| }
configure:4269: result: no
configure:4181: checking for vfork
configure:4238: gcc -o conftest -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  
-L/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/lib
-Wl,--rpath=/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/lib
-L/usr/lib/libpthread.a/lib -Wl,--rpath=/usr/lib/libpthread.a/lib
conftest.c  >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:4244: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define pid_t int
| #define size_t unsigned
| /* end confdefs.h.  */
| /* Define vfork to an innocuous variant, in case <limits.h> declares
vfork.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vfork innocuous_vfork
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vfork (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef vfork
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char vfork ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_vfork) || defined (__stub___vfork)
| choke me
| #else
| char (*f) () = vfork;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != vfork;
|   ;
|   return 0;
| }
configure:4269: result: no
configure:4514: checking for strftime
configure:4571: gcc -o conftest -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  
-L/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/lib
-Wl,--rpath=/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/lib
-L/usr/lib/libpthread.a/lib -Wl,--rpath=/usr/lib/libpthread.a/lib
conftest.c  >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:4577: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define pid_t int
| #define size_t unsigned
| #define vfork fork
| /* end confdefs.h.  */
| /* Define strftime to an innocuous variant, in case <limits.h>
declares strftime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strftime innocuous_strftime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strftime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strftime
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strftime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strftime) || defined (__stub___strftime)
| choke me
| #else
| char (*f) () = strftime;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strftime;
|   ;
|   return 0;
| }
configure:4602: result: no
configure:4611: checking for strftime in -lintl
configure:4641: gcc -o conftest -g -O2 -Wall
-I/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include
-I/usr/lib/libpthread.a/include  
-L/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/lib
-Wl,--rpath=/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/lib
-L/usr/lib/libpthread.a/lib -Wl,--rpath=/usr/lib/libpthread.a/lib
conftest.c -lintl   >&5
/usr/src/redhat/SOURCES/sendmail-8.12.10/obj.Linux.2.4.21-4.ELsmp.i686/libmilter/libmilter.a/include:
Not a directory
/usr/lib/libpthread.a/include: Not a directory
configure:4647: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "milter-greylist"
| #define PACKAGE_TARNAME "milter-greylist"
| #define PACKAGE_VERSION "3.0"
| #define PACKAGE_STRING "milter-greylist 3.0"
| #define PACKAGE_BUGREPORT "manu@..."
| #define YYTEXT_POINTER 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_CDEFS_H 1
| #define pid_t int
| #define size_t unsigned
| #define vfork fork
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strftime ();
| int
| main ()
| {
| strftime ();
|   ;
|   return 0;
| }
configure:4673: result: no
confi
(Message over 64 KB, truncated)

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.