Thu May 1 11:01:03 PDT 2008
- Previous message: [Slony1-general] try: subscrptions lost after move set ?
- Next message: [Slony1-general] configure:7134: error: Headers for libpqserver are not found in the includeserverdir
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hi all,
I am trying to compile slony1 with PG8.1.11 for win32 with mingwin32
and msys as suggested in the
documentation:
./configure --with-pgbindir=/usr/local/pgsql/bin
--with-pgincludedir=/usr/local/pgsql/include
--with-pgincludeserverdir=/usr/local/pgsql/include/server
--with-pgconfigdir=/usr/local/pgsql/bin
Unfortunately I receive always the same error even is I specify
pgincludeserverdir:
configure:7113: result: no
configure:7134: error: Headers for libpqserver are not found in the
includeserverdir.
This is the path to postgres.h. Please specify the includeserverdir
with --with-pgincludeserverdir=<dir>
I didn't execute the make install-all-headers by the compilation of
PG81 because it is just necessary for
versions < 7.4.
any suggestion?
Thanks a lot in advance!!!
This is the config.log
It was created by postgresql-slony1-engine configure 1.1.9, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --with-pgbindir=/usr/local/pgsql/bin
--with-pgincludedir=/usr/local/pgsql/include
--with-pgincludeserverdir=/usr/local/pgsql/include/server
--with-pgconfigdir=/usr/local/pgsql/bin
## --------- ##
## Platform. ##
## --------- ##
hostname = snoopy
uname -m = i686
uname -r = 1.0.10(0.46/3/2)
uname -s = MINGW32_NT-5.1
uname -v = 2004-03-15 07:17
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: .
PATH: /usr/local/bin
PATH: /mingw/bin
PATH: /bin
PATH: /c/WINDOWS/system32
PATH: /c/WINDOWS
PATH: /c/WINDOWS/System32/Wbem
PATH: /c/Programmi/ATI Technologies/ATI Control Panel
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1804: checking build system type
configure:1822: result: i686-pc-mingw32
configure:1844: checking host system type
configure:1859: result: i686-pc-mingw32
configure:1883: checking which template to use
configure:1939: result: win
configure:1976: using CFLAGS=
configure:2026: checking for gcc
configure:2042: found /mingw/bin/gcc
configure:2053: result: gcc
configure:2291: checking for C compiler version
configure:2298: gcc --version >&5
gcc.exe (GCC) 3.4.5 (mingw special)
Copyright (C) 2004 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:2301: $? = 0
configure:2308: gcc -v >&5
Reading specs from c:/mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5/configure --with-gcc --with-gnu-ld
--with-gnu-as --host=mingw32
--target=mingw32 --prefix=/mingw --enable-threads --disable-nls
--enable-languages=c,c++,f77,ada,objc,java
--disable-win32-registry --disable-shared --enable-sjlj-exceptions
--enable-libgcj --disable-java-awt
--without-x --enable-java-gc=boehm --disable-libgcj-debug
--enable-interpreter --enable-hash-synchronization
--enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw special)
configure:2311: $? = 0
configure:2318: gcc -V >&5
gcc.exe: `-V' option must have argument
configure:2321: $? = 1
configure:2344: checking for C compiler default output file name
configure:2371: gcc conftest.c >&5
configure:2374: $? = 0
configure:2412: result: a.exe
configure:2429: checking whether the C compiler works
configure:2439: ./a.exe
configure:2442: $? = 0
configure:2459: result: yes
configure:2466: checking whether we are cross compiling
configure:2468: result: no
configure:2471: checking for suffix of executables
configure:2478: gcc -o conftest.exe conftest.c >&5
configure:2481: $? = 0
configure:2505: result: .exe
configure:2511: checking for suffix of object files
configure:2537: gcc -c conftest.c >&5
configure:2540: $? = 0
configure:2563: result: o
configure:2567: checking whether we are using the GNU C compiler
configure:2596: gcc -c conftest.c >&5
configure:2602: $? = 0
configure:2619: result: yes
configure:2624: checking whether gcc accepts -g
configure:2654: gcc -c -g conftest.c >&5
configure:2660: $? = 0
configure:2759: result: yes
configure:2776: checking for gcc option to accept ISO C89
configure:2850: gcc -c -g -O2 conftest.c >&5
configure:2856: $? = 0
configure:2879: result: none needed
configure:2908: checking for ld used by GCC
configure:2971: result: c:/mingw/mingw32/bin/ld.exe
configure:2980: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
GNU ld version 2.17.50 20060824
configure:2992: result: yes
configure:2999: checking for perl
configure:3032: result: no
configure:3039: checking for tar
configure:3057: found /bin/tar
configure:3069: result: /bin/tar
configure:3081: checking for flex
configure:3111: result: no
configure:3081: checking for ,
configure:3111: result: no
configure:3081: checking for lex
configure:3111: result: no
configure:3123: checking for bison
configure:3153: result: no
configure:3123: checking for ,
configure:3153: result: no
configure:3123: checking for yacc
configure:3153: result: no
configure:3165: checking for sed
configure:3181: found /bin/sed
configure:3192: result: sed
configure:3412: checking for the pthreads library -lpthreads
configure:3455: gcc -o conftest.exe -g -O2 conftest.c -lpthreads >&5
conftest.c:8:21: pthread.h: No such file or directory
conftest.c: In function `main':
conftest.c:12: error: `pthread_t' undeclared (first use in this function)
conftest.c:12: error: (Each undeclared identifier is reported only once
conftest.c:12: error: for each function it appears in.)
conftest.c:12: error: syntax error before "th"
conftest.c:12: error: `th' undeclared (first use in this function)
configure:3461: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "postgresql-slony1-engine"
| #define PACKAGE_TARNAME "postgresql-slony1-engine"
| #define PACKAGE_VERSION "1.1.9"
| #define PACKAGE_STRING "postgresql-slony1-engine 1.1.9"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0); pthread_cleanup_push(0, 0);
| pthread_create(0,0,0,0); pthread_cleanup_pop(0);
| ;
| return 0;
| }
configure:3481: result: no
configure:3357: checking whether pthreads work without any flags
configure:3455: gcc -o conftest.exe -g -O2 conftest.c >&5
conftest.c:8:21: pthread.h: No such file or directory
conftest.c: In function `main':
conftest.c:12: error: `pthread_t' undeclared (first use in this function)
conftest.c:12: error: (Each undeclared identifier is reported only once
conftest.c:12: error: for each function it appears in.)
conftest.c:12: error: syntax error before "th"
conftest.c:12: error: `th' undeclared (first use in this function)
configure:3461: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "postgresql-slony1-engine"
| #define PACKAGE_TARNAME "postgresql-slony1-engine"
| #define PACKAGE_VERSION "1.1.9"
| #define PACKAGE_STRING "postgresql-slony1-engine 1.1.9"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
......
......
configure:6859: gcc -E -I/usr/local/pgsql/include conftest.c
configure:6865: $? = 0
configure:6879: result: yes
configure:6907: checking for libpq-fe.h
configure:6914: result: yes
configure:6951: checking postgres.h usability
configure:6968: gcc -c -g -O2 -I/usr/local/pgsql/include
-I/usr/local/pgsql/include/server conftest.c >&5
In file included from C:/msys/1.0/local/pgsql/include/server/c.h:53,
from C:/msys/1.0/local/pgsql/include/server/postgres.h:48,
from conftest.c:71:
C:/msys/1.0/local/pgsql/include/server/pg_config.h:584:1: warning:
"PACKAGE_BUGREPORT" redefined
conftest.c:6:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:587:1: warning:
"PACKAGE_NAME" redefined
conftest.c:2:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:590:1: warning:
"PACKAGE_STRING" redefined
conftest.c:5:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:593:1: warning:
"PACKAGE_TARNAME" redefined
conftest.c:3:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:596:1: warning:
"PACKAGE_VERSION" redefined
conftest.c:4:1: warning: this is the location of the previous definition
In file included from C:/msys/1.0/local/pgsql/include/server/c.h:822,
from C:/msys/1.0/local/pgsql/include/server/postgres.h:48,
from conftest.c:71:
C:/msys/1.0/local/pgsql/include/server/port.h:16:17: pwd.h: No such
file or directory
C:/msys/1.0/local/pgsql/include/server/port.h:17:19: netdb.h: No such
file or directory
C:/msys/1.0/local/pgsql/include/server/port.h:308:24: netinet/in.h: No
such file or directory
C:/msys/1.0/local/pgsql/include/server/port.h:309:23: arpa/inet.h: No
such file or directory
In file included from C:/msys/1.0/local/pgsql/include/server/postgres.h:49,
from conftest.c:71:
C:/msys/1.0/local/pgsql/include/server/utils/elog.h:40:1: warning:
"ERROR" redefined
In file included from
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/windows.h:52,
from C:/msys/1.0/local/pgsql/include/server/pg_config_os.h:7,
from C:/msys/1.0/local/pgsql/include/server/c.h:85,
from C:/msys/1.0/local/pgsql/include/server/postgres.h:48,
from conftest.c:71:
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/wingdi.h:313:1:
warning: this is the location of
the previous definition
configure:6974: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "postgresql-slony1-engine"
| #define PACKAGE_TARNAME "postgresql-slony1-engine"
| #define PACKAGE_VERSION "1.1.9"
| #define PACKAGE_STRING "postgresql-slony1-engine 1.1.9"
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DUP2 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_SSIZE_T 1
| #define PG_VERSION_OK 1
| #define PG_VERSION_VERIFIED 1
| #define PG_LIBPQ_VERIFIED 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <postgres.h>
configure:6988: result: no
configure:6992: checking postgres.h presence
configure:7007: gcc -E -I/usr/local/pgsql/include
-I/usr/local/pgsql/include/server conftest.c
In file included from C:/msys/1.0/local/pgsql/include/server/c.h:53,
from C:/msys/1.0/local/pgsql/include/server/postgres.h:48,
from conftest.c:38:
C:/msys/1.0/local/pgsql/include/server/pg_config.h:584:1: warning:
"PACKAGE_BUGREPORT" redefined
conftest.c:6:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:587:1: warning:
"PACKAGE_NAME" redefined
conftest.c:2:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:590:1: warning:
"PACKAGE_STRING" redefined
conftest.c:5:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:593:1: warning:
"PACKAGE_TARNAME" redefined
conftest.c:3:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:596:1: warning:
"PACKAGE_VERSION" redefined
conftest.c:4:1: warning: this is the location of the previous definition
In file included from C:/msys/1.0/local/pgsql/include/server/c.h:822,
from C:/msys/1.0/local/pgsql/include/server/postgres.h:48,
from conftest.c:38:
C:/msys/1.0/local/pgsql/include/server/port.h:16:17: pwd.h: No such
file or directory
C:/msys/1.0/local/pgsql/include/server/port.h:17:19: netdb.h: No such
file or directory
C:/msys/1.0/local/pgsql/include/server/port.h:308:24: netinet/in.h: No
such file or directory
C:/msys/1.0/local/pgsql/include/server/port.h:309:23: arpa/inet.h: No
such file or directory
In file included from C:/msys/1.0/local/pgsql/include/server/postgres.h:49,
from conftest.c:38:
C:/msys/1.0/local/pgsql/include/server/utils/elog.h:40:1: warning:
"ERROR" redefined
In file included from
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/windows.h:52,
from C:/msys/1.0/local/pgsql/include/server/pg_config_os.h:7,
from C:/msys/1.0/local/pgsql/include/server/c.h:85,
from C:/msys/1.0/local/pgsql/include/server/postgres.h:48,
from conftest.c:38:
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/wingdi.h:313:1:
warning: this is the location of
the previous definition
configure:7013: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "postgresql-slony1-engine"
| #define PACKAGE_TARNAME "postgresql-slony1-engine"
| #define PACKAGE_VERSION "1.1.9"
| #define PACKAGE_STRING "postgresql-slony1-engine 1.1.9"
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DUP2 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_SSIZE_T 1
| #define PG_VERSION_OK 1
| #define PG_VERSION_VERIFIED 1
| #define PG_LIBPQ_VERIFIED 1
| /* end confdefs.h. */
| #include <postgres.h>
configure:7027: result: no
configure:7055: checking for postgres.h
configure:7062: result: no
configure:7071: checking for utils/typcache.h
configure:7092: gcc -c -g -O2 -I/usr/local/pgsql/include
-I/usr/local/pgsql/include/server conftest.c >&5
In file included from C:/msys/1.0/local/pgsql/include/server/c.h:53,
from C:/msys/1.0/local/pgsql/include/server/postgres.h:48,
from conftest.c:38:
C:/msys/1.0/local/pgsql/include/server/pg_config.h:584:1: warning:
"PACKAGE_BUGREPORT" redefined
conftest.c:6:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:587:1: warning:
"PACKAGE_NAME" redefined
conftest.c:2:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:590:1: warning:
"PACKAGE_STRING" redefined
conftest.c:5:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:593:1: warning:
"PACKAGE_TARNAME" redefined
conftest.c:3:1: warning: this is the location of the previous definition
C:/msys/1.0/local/pgsql/include/server/pg_config.h:596:1: warning:
"PACKAGE_VERSION" redefined
conftest.c:4:1: warning: this is the location of the previous definition
In file included from C:/msys/1.0/local/pgsql/include/server/c.h:822,
from C:/msys/1.0/local/pgsql/include/server/postgres.h:48,
from conftest.c:38:
C:/msys/1.0/local/pgsql/include/server/port.h:16:17: pwd.h: No such
file or directory
C:/msys/1.0/local/pgsql/include/server/port.h:17:19: netdb.h: No such
file or directory
C:/msys/1.0/local/pgsql/include/server/port.h:308:24: netinet/in.h: No
such file or directory
C:/msys/1.0/local/pgsql/include/server/port.h:309:23: arpa/inet.h: No
such file or directory
In file included from C:/msys/1.0/local/pgsql/include/server/postgres.h:49,
from conftest.c:38:
C:/msys/1.0/local/pgsql/include/server/utils/elog.h:40:1: warning:
"ERROR" redefined
In file included from
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/windows.h:52,
from C:/msys/1.0/local/pgsql/include/server/pg_config_os.h:7,
from C:/msys/1.0/local/pgsql/include/server/c.h:85,
from C:/msys/1.0/local/pgsql/include/server/postgres.h:48,
from conftest.c:38:
c:/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/wingdi.h:313:1:
warning: this is the location of
the previous definition
configure:7098: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "postgresql-slony1-engine"
| #define PACKAGE_TARNAME "postgresql-slony1-engine"
| #define PACKAGE_VERSION "1.1.9"
| #define PACKAGE_STRING "postgresql-slony1-engine 1.1.9"
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_DUP2 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_INT32_T 1
| #define HAVE_UINT32_T 1
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_SSIZE_T 1
| #define PG_VERSION_OK 1
| #define PG_VERSION_VERIFIED 1
| #define PG_LIBPQ_VERIFIED 1
| /* end confdefs.h. */
| #include "postgres.h"
|
| #include <utils/typcache.h>
configure:7113: result: no
configure:7134: error: Headers for libpqserver are not found in the
includeserverdir.
This is the path to postgres.h. Please specify the includeserverdir with
--with-pgincludeserverdir=<dir>
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-mingw32
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DOCBOOKSTYLE_set=
ac_cv_env_DOCBOOKSTYLE_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_func_alarm=no
ac_cv_func_dup2=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_memset=yes
ac_cv_func_select=no
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libpq_fe_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_postgres_h=no
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_socket_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utils_typcache_h=no
ac_cv_host=i686-pc-mingw32
ac_cv_lib_pq_PQunescapeBytea=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
ac_cv_path_TAR=/bin/tar
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_SED=sed
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_acx_pthread_config=no
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_gnu_ld=yes
ac_cv_type_int32_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_u_int32_t=no
ac_cv_type_u_int64_t=no
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
slonac_cv_func_posix_signals=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
1.1.9='dummy.1.9'
CC='gcc'
CFLAGS='-g -O2'
COLLATEINDEX=''
CONVERT=''
CPP='gcc -E'
CPPFLAGS=' -I/usr/local/pgsql/include -I/usr/local/pgsql/include/server'
DEFS=''
DJPEG=''
DOCBOOKSTYLE=''
DOCDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT='.exe'
GCC='yes'
GREP='/bin/grep'
GROFF=''
HAVE_NETSNMP=''
HAVE_POSIX_SIGNALS=''
HOST_OS=''
JADE=''
LD='c:/mingw/mingw32/bin/ld.exe'
LDFLAGS=' -LC:/msys/1.0/local/pgsql/lib/'
LEX=''
LEXFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
NETSNMP_AGENTLIBS=''
NETSNMP_CFLAGS=''
NSGMLS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='postgresql-slony1-engine'
PACKAGE_STRING='postgresql-slony1-engine 1.1.9'
PACKAGE_TARNAME='postgresql-slony1-engine'
PACKAGE_VERSION='1.1.9'
PATH_SEPARATOR=':'
PERL=''
PGAUTODOC=''
PGBINDIR=''
PGINCLUDEDIR=''
PGINCLUDESERVERDIR=''
PGLIBDIR=''
PGPKGLIBDIR=''
PGSHAREDIR=''
PNMTOPS=''
PORTNAME=''
PS2PDF=''
PTHREAD_CC='gcc'
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
SED='sed'
SGMLSPL=''
SHELL='/bin/sh'
SLONBINDIR=''
SLONYPATH='/slony19'
TAR='/bin/tar'
TOOLSBIN=''
YACC=''
YFLAGS=''
ac_ct_CC='gcc'
acx_pthread_config='no'
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_debug='no'
exec_prefix='NONE'
have_docbook=''
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
with_docs=''
with_gnu_ld='yes'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "postgresql-slony1-engine"
#define PACKAGE_TARNAME "postgresql-slony1-engine"
#define PACKAGE_VERSION "1.1.9"
#define PACKAGE_STRING "postgresql-slony1-engine 1.1.9"
#define PACKAGE_BUGREPORT ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDDEF_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_DUP2 1
#define HAVE_MEMSET 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_INT32_T 1
#define HAVE_UINT32_T 1
#define HAVE_INT64_T 1
#define HAVE_UINT64_T 1
#define HAVE_SSIZE_T 1
#define PG_VERSION_OK 1
#define PG_VERSION_VERIFIED 1
#define PG_LIBPQ_VERIFIED 1
configure: exit 1
- Previous message: [Slony1-general] try: subscrptions lost after move set ?
- Next message: [Slony1-general] configure:7134: error: Headers for libpqserver are not found in the includeserverdir
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list