[postgis-users] PostGIS 1.3.4 RC3 released

Paul Ramsey pramsey at cleverelephant.ca
Thu Nov 13 11:28:01 PST 2008


If you re-run ./autogen yourself, do things get better?

P

On Thu, Nov 13, 2008 at 9:33 AM, Kevin Neufeld <kneufeld at refractions.net> wrote:
> I'm trying to compile it with PostgreSQL 8.2.4 with no luck.
>
> I did this (configure and make had no errors):
> ./configure --with-pgsql=/opt/pgsql-test/bin/pg_config
> make
> make install
>
>
> Yields this as an error during install:
> mkdir: unrecognized option `--prefix/share'
> Try `mkdir --help' for more information.
> make[1]: *** [install-lwgeom-scripts] Error 1
> make[1]: Leaving directory
> `/usr/local/src/postgresql-test/contrib/postgis-1.3.4rc3/lwgeom'
> make: *** [liblwgeom-install] Error 2
>
>
>
> Looking back, I realized the config.log had this:
> configure: creating ./config.status
> config.status: creating Makefile.config
> config.status: WARNING:  Makefile.config.in seems to ignore the
> --datarootdir setting
> config.status: creating config.h
>
>  SUMMARY
>  -------------------------------------------------------
>
>  HOST_OS: linux-gnu
>
>   PGSQL: /opt/pgsql-test/bin/pg_config
>    GEOS: /usr/local/bin/geos-config (with C-API)
>          (ldflags: -L/usr/local/lib)
>    PROJ: prefix=/usr/local libdir=/usr/local/lib
>   ICONV: 1
>
>  PORTNAME: linux
>   PREFIX: --prefix
>  EPREFIX: ${prefix}
>      DOC: --prefix/doc/postgresql/contrib
>     DATA: ${datarootdir}
>      MAN: ${datarootdir}/man
>      BIN: /opt/pgsql-test/bin
>      EXT: /opt/pgsql-test/lib (\$$libdir)
>  -------------------------------------------------------
>
>
>
> It looks like for some reason the PREFIX did not get it's variable defined.
> Cheers,
> Kevin
>
>
> Mark Cave-Ayland wrote:
>>
>> Hi everyone,
>>
>> The PostGIS team are pleased to announce that PostGIS 1.3.4 RC3 is now
>> available for download from
>> http://postgis.refractions.net/download/postgis-1.3.4rc3.tar.gz.
>>
>> In particular, the team are interested in confirmation that the regression
>> tests ("make install; make check") run on the following platform
>> combinations:
>>
>>
>> PostgreSQL 8.1+ - Win32
>> PostgreSQL 8.1+ - Solaris
>> PostgreSQL 7.3  - Linux
>>
>> PostgreSQL 8.1+ - GEOS 2.2.3 - Linux
>> PostgreSQL 8.1+ - GEOS 3.0.3 - Linux
>> PostgreSQL 8.1+ - GEOS 3.1 - Linux
>>
>>
>> If you are one of the first people to test one of these platforms,  or
>> experience a regression failure, please feel free to post the relevant "make
>> check" output to the mailing list.
>>
>> Happy testing!
>>
>>
>> ATB,
>>
>> Mark.
>>
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by configure, which was
> generated by GNU Autoconf 2.60.  Invocation command line was
>
>  $ ./configure --with-pgsql=/opt/pgsql-test/bin/pg_config
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = turtle.refractions.net
> uname -m = i686
> uname -r = 2.6.12-1.1381_FC3smp
> uname -s = Linux
> uname -v = #1 SMP Fri Oct 21 04:03:26 EDT 2005
>
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
>
> /bin/arch              = i686
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo      = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /opt/subversion-1.4.5/bin
> 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: /opt/grass-6.0.2/bin/
> PATH: /root/bin
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1793: checking for gcc
> configure:1809: found /usr/bin/gcc
> configure:1820: result: gcc
> configure:2058: checking for C compiler version
> configure:2065: gcc --version >&5
> gcc (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
> 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:2068: $? = 0
> configure:2075: gcc -v >&5
> Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/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
> --disable-libunwind-exceptions --enable-java-awt=gtk
> --host=i386-redhat-linux
> Thread model: posix
> gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
> configure:2078: $? = 0
> configure:2085: gcc -V >&5
> gcc: `-V' option must have argument
> configure:2088: $? = 1
> configure:2111: checking for C compiler default output file name
> configure:2138: gcc    conftest.c  >&5
> configure:2141: $? = 0
> configure:2187: result: a.out
> configure:2192: checking whether the C compiler works
> configure:2202: ./a.out
> configure:2205: $? = 0
> configure:2222: result: yes
> configure:2229: checking whether we are cross compiling
> configure:2231: result: no
> configure:2234: checking for suffix of executables
> configure:2241: gcc -o conftest    conftest.c  >&5
> configure:2244: $? = 0
> configure:2268: result:
> configure:2274: checking for suffix of object files
> configure:2300: gcc -c   conftest.c >&5
> configure:2303: $? = 0
> configure:2326: result: o
> configure:2330: checking whether we are using the GNU C compiler
> configure:2359: gcc -c   conftest.c >&5
> configure:2365: $? = 0
> configure:2372: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:2375: $? = 0
> configure:2382: test -s conftest.o
> configure:2385: $? = 0
> configure:2399: result: yes
> configure:2404: checking whether gcc accepts -g
> configure:2434: gcc -c -g  conftest.c >&5
> configure:2440: $? = 0
> configure:2447: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:2450: $? = 0
> configure:2457: test -s conftest.o
> configure:2460: $? = 0
> configure:2590: result: yes
> configure:2607: checking for gcc option to accept ISO C89
> configure:2681: gcc  -c -g -O2  conftest.c >&5
> configure:2687: $? = 0
> configure:2694: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:2697: $? = 0
> configure:2704: test -s conftest.o
> configure:2707: $? = 0
> configure:2727: result: none needed
> configure:2803: checking for g++
> configure:2819: found /usr/bin/g++
> configure:2830: result: g++
> configure:2861: checking for C++ compiler version
> configure:2868: g++ --version >&5
> g++ (GCC) 3.4.4 20050721 (Red Hat 3.4.4-2)
> 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:2871: $? = 0
> configure:2878: g++ -v >&5
> Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.4/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
> --disable-libunwind-exceptions --enable-java-awt=gtk
> --host=i386-redhat-linux
> Thread model: posix
> gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)
> configure:2881: $? = 0
> configure:2888: g++ -V >&5
> g++: `-V' option must have argument
> configure:2891: $? = 1
> configure:2894: checking whether we are using the GNU C++ compiler
> configure:2923: g++ -c   conftest.cpp >&5
> configure:2929: $? = 0
> configure:2936: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
> configure:2939: $? = 0
> configure:2946: test -s conftest.o
> configure:2949: $? = 0
> configure:2963: result: yes
> configure:2968: checking whether g++ accepts -g
> configure:2998: g++ -c -g  conftest.cpp >&5
> configure:3004: $? = 0
> configure:3011: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
> configure:3014: $? = 0
> configure:3021: test -s conftest.o
> configure:3024: $? = 0
> configure:3154: result: yes
> configure:3177: checking whether ln -s works
> configure:3181: result: yes
> configure:3205: checking for iconv_open in -liconv
> configure:3240: gcc -o conftest -g -O2   conftest.c -liconv   >&5
> /usr/bin/ld: cannot find -liconv
> collect2: ld returned 1 exit status
> configure:3246: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h.  */
> |
> | /* Override any GCC internal prototype to avoid an error.
> |    Use char because int might match the return type of a GCC
> |    builtin and then its argument prototype would still apply.  */
> | #ifdef __cplusplus
> | extern "C"
> | #endif
> | char iconv_open ();
> | int
> | main ()
> | {
> | return iconv_open ();
> |   ;
> |   return 0;
> | }
> configure:3280: result: no
> configure:3287: checking for libiconv_open in -liconv
> configure:3322: gcc -o conftest -g -O2   conftest.c -liconv   >&5
> /usr/bin/ld: cannot find -liconv
> collect2: ld returned 1 exit status
> configure:3328: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h.  */
> |
> | /* Override any GCC internal prototype to avoid an error.
> |    Use char because int might match the return type of a GCC
> |    builtin and then its argument prototype would still apply.  */
> | #ifdef __cplusplus
> | extern "C"
> | #endif
> | char libiconv_open ();
> | int
> | main ()
> | {
> | return libiconv_open ();
> |   ;
> |   return 0;
> | }
> configure:3362: result: no
> configure:3369: checking for iconv_open in -lc
> configure:3405: gcc -o conftest -g -O2   conftest.c -lc   >&5
> configure:3411: $? = 0
> configure:3418: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:3421: $? = 0
> configure:3428: test -s conftest
> configure:3431: $? = 0
> configure:3445: result: yes
> configure:3468: checking how to run the C preprocessor
> configure:3508: gcc -E  conftest.c
> configure:3514: $? = 0
> configure:3552: gcc -E  conftest.c
> conftest.c:8:28: ac_nonexistent.h: No such file or directory
> configure:3558: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:3598: result: gcc -E
> configure:3627: gcc -E  conftest.c
> configure:3633: $? = 0
> configure:3671: gcc -E  conftest.c
> conftest.c:8:28: ac_nonexistent.h: No such file or directory
> configure:3677: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:3722: checking for grep that handles long lines and -e
> configure:3796: result: /bin/grep
> configure:3801: checking for egrep
> configure:3879: result: /bin/grep -E
> configure:3884: checking for ANSI C header files
> configure:3914: gcc -c -g -O2  conftest.c >&5
> configure:3920: $? = 0
> configure:3927: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:3930: $? = 0
> configure:3937: test -s conftest.o
> configure:3940: $? = 0
> configure:4036: gcc -o conftest -g -O2   conftest.c  >&5
> configure:4039: $? = 0
> configure:4045: ./conftest
> configure:4048: $? = 0
> configure:4065: result: yes
> configure:4089: checking for sys/types.h
> configure:4110: gcc -c -g -O2  conftest.c >&5
> configure:4116: $? = 0
> configure:4123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:4126: $? = 0
> configure:4133: test -s conftest.o
> configure:4136: $? = 0
> configure:4149: result: yes
> configure:4089: checking for sys/stat.h
> configure:4110: gcc -c -g -O2  conftest.c >&5
> configure:4116: $? = 0
> configure:4123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:4126: $? = 0
> configure:4133: test -s conftest.o
> configure:4136: $? = 0
> configure:4149: result: yes
> configure:4089: checking for stdlib.h
> configure:4110: gcc -c -g -O2  conftest.c >&5
> configure:4116: $? = 0
> configure:4123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:4126: $? = 0
> configure:4133: test -s conftest.o
> configure:4136: $? = 0
> configure:4149: result: yes
> configure:4089: checking for string.h
> configure:4110: gcc -c -g -O2  conftest.c >&5
> configure:4116: $? = 0
> configure:4123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:4126: $? = 0
> configure:4133: test -s conftest.o
> configure:4136: $? = 0
> configure:4149: result: yes
> configure:4089: checking for memory.h
> configure:4110: gcc -c -g -O2  conftest.c >&5
> configure:4116: $? = 0
> configure:4123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:4126: $? = 0
> configure:4133: test -s conftest.o
> configure:4136: $? = 0
> configure:4149: result: yes
> configure:4089: checking for strings.h
> configure:4110: gcc -c -g -O2  conftest.c >&5
> configure:4116: $? = 0
> configure:4123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:4126: $? = 0
> configure:4133: test -s conftest.o
> configure:4136: $? = 0
> configure:4149: result: yes
> configure:4089: checking for inttypes.h
> configure:4110: gcc -c -g -O2  conftest.c >&5
> configure:4116: $? = 0
> configure:4123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:4126: $? = 0
> configure:4133: test -s conftest.o
> configure:4136: $? = 0
> configure:4149: result: yes
> configure:4089: checking for stdint.h
> configure:4110: gcc -c -g -O2  conftest.c >&5
> configure:4116: $? = 0
> configure:4123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:4126: $? = 0
> configure:4133: test -s conftest.o
> configure:4136: $? = 0
> configure:4149: result: yes
> configure:4089: checking for unistd.h
> configure:4110: gcc -c -g -O2  conftest.c >&5
> configure:4116: $? = 0
> configure:4123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:4126: $? = 0
> configure:4133: test -s conftest.o
> configure:4136: $? = 0
> configure:4149: result: yes
> configure:4176: checking iconv.h usability
> configure:4193: gcc -c -g -O2  conftest.c >&5
> configure:4199: $? = 0
> configure:4206: test -z "$ac_c_werror_flag" || test ! -s conftest.err
> configure:4209: $? = 0
> configure:4216: test -s conftest.o
> configure:4219: $? = 0
> configure:4230: result: yes
> configure:4234: checking iconv.h presence
> configure:4249: gcc -E  conftest.c
> configure:4255: $? = 0
> configure:4276: result: yes
> configure:4304: checking for iconv.h
> configure:4312: result: yes
> configure:4365: checking build system type
> configure:4383: result: i686-pc-linux-gnu
> configure:4405: checking host system type
> configure:4420: result: i686-pc-linux-gnu
> configure:4544: checking for geos-config
> configure:4562: found /usr/local/bin/geos-config
> configure:4574: result: /usr/local/bin/geos-config
> configure:4645: checking for proj
> configure:4663: found /usr/local/bin/proj
> configure:4675: result: /usr/local/bin/proj
> configure:4810: checking for flex
> configure:4828: found /usr/bin/flex
> configure:4840: result: /usr/bin/flex
> configure:4857: checking for dllwrap
> configure:4890: result: no
> configure:4898: checking for dlltool
> configure:4931: result: no
> configure:4941: checking for bison
> configure:4957: found /usr/bin/bison
> configure:4968: result: bison -y
> configure:4992: checking for perl
> configure:5010: found /usr/bin/perl
> configure:5022: result: /usr/bin/perl
> configure:5086: checking for xsltproc
> configure:5104: found /usr/bin/xsltproc
> configure:5116: result: /usr/bin/xsltproc
> configure:5126: checking for pdfxmltex
> configure:5144: found /usr/bin/pdfxmltex
> configure:5156: result: /usr/bin/pdfxmltex
> configure:5166: checking for db2pdf
> configure:5184: found /usr/bin/db2pdf
> configure:5196: result: /usr/bin/db2pdf
> configure:5206: checking for jw
> configure:5224: found /usr/bin/jw
> configure:5236: result: /usr/bin/jw
> configure:5393: checking which template to use
> configure:5453: result: linux
> configure:5621: creating ./config.status
>
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
>
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.60.  Invocation command line was
>
>  CONFIG_FILES    =
>  CONFIG_HEADERS  =
>  CONFIG_LINKS    =
>  CONFIG_COMMANDS =
>  $ ./config.status
>
> on turtle.refractions.net
>
> config.status:636: creating Makefile.config
> config.status:767: WARNING:  Makefile.config.in seems to ignore the
> --datarootdir setting
> config.status:636: creating config.h
> config.status:851: config.h is unchanged
> configure:6695: result:
> configure:6697: result:  SUMMARY
> configure:6699: result:
>  -------------------------------------------------------
> configure:6701: result:
> configure:6703: result:  HOST_OS: linux-gnu
> configure:6705: result:
> configure:6707: result:    PGSQL: /opt/pgsql-test/bin/pg_config
> configure:6717: result:     GEOS: /usr/local/bin/geos-config (with C-API)
> configure:6719: result:           (ldflags: -L/usr/local/lib)
> configure:6725: result:     PROJ: prefix=/usr/local libdir=/usr/local/lib
> configure:6729: result:    ICONV: 1
> configure:6732: result:
> configure:6734: result:  PORTNAME: linux
> configure:6736: result:    PREFIX: --prefix
> configure:6738: result:   EPREFIX: ${prefix}
> configure:6740: result:       DOC: --prefix/doc/postgresql/contrib
> configure:6742: result:      DATA: ${datarootdir}
> configure:6744: result:       MAN: ${datarootdir}/man
> configure:6746: result:       BIN: /opt/pgsql-test/bin
> configure:6752: result:       EXT: /opt/pgsql-test/lib (\$$libdir)
> configure:6756: result:
>  -------------------------------------------------------
> configure:6758: result:
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_build=i686-pc-linux-gnu
> ac_cv_c_compiler_gnu=yes
> ac_cv_cxx_compiler_gnu=yes
> ac_cv_env_CCC_set=
> ac_cv_env_CCC_value=
> 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_CXXFLAGS_set=
> ac_cv_env_CXXFLAGS_value=
> ac_cv_env_CXX_set=
> ac_cv_env_CXX_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_YACC_set=
> ac_cv_env_YACC_value=
> ac_cv_env_YFLAGS_set=
> ac_cv_env_YFLAGS_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_header_iconv_h=yes
> ac_cv_header_inttypes_h=yes
> ac_cv_header_memory_h=yes
> ac_cv_header_stdc=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_stat_h=yes
> ac_cv_header_sys_types_h=yes
> ac_cv_header_unistd_h=yes
> ac_cv_host=i686-pc-linux-gnu
> ac_cv_lib_c_iconv_open=yes
> ac_cv_lib_iconv_iconv_open=no
> ac_cv_lib_iconv_libiconv_open=no
> ac_cv_objext=o
> ac_cv_path_DB2PDF=/usr/bin/db2pdf
> ac_cv_path_EGREP='/bin/grep -E'
> ac_cv_path_FLEX=/usr/bin/flex
> ac_cv_path_GEOSCONFIG=/usr/local/bin/geos-config
> ac_cv_path_GREP=/bin/grep
> ac_cv_path_JW=/usr/bin/jw
> ac_cv_path_PDFXMLTEX=/usr/bin/pdfxmltex
> ac_cv_path_PERL=/usr/bin/perl
> ac_cv_path_PROJ=/usr/local/bin/proj
> ac_cv_path_XSLTPROC=/usr/bin/xsltproc
> ac_cv_prog_CPP='gcc -E'
> ac_cv_prog_YACC='bison -y'
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_ac_ct_CXX=g++
> ac_cv_prog_cc_c89=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cxx_g=yes
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> CC='gcc'
> CFLAGS='-g -O2'
> CPP='gcc -E'
> CPPFLAGS=''
> CXX='g++'
> CXXFLAGS='-g -O2'
> DB2PDF='/usr/bin/db2pdf'
> DEFS='-DHAVE_CONFIG_H'
> DLFLAGS='-shared'
> DLLTOOL=''
> DLLWRAP=''
> DLSUFFIX='.so'
> DOC_RULE='html/postgis.html'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='/bin/grep -E'
> ELF_SYS='true'
> EXE=''
> EXEEXT=''
> FLEX='/usr/bin/flex'
> GEOSCONFIG='/usr/local/bin/geos-config'
> GEOS_DIR='/usr/local'
> GEOS_LDFLAGS='-L/usr/local/lib'
> GEOS_VERNUM='31'
> GREP='/bin/grep'
> HOST_OS='linux-gnu'
> ICONV_LDFLAGS=''
> INSTALL='/usr/local/src/postgresql-test/contrib/postgis-1.3.4rc3/install-sh'
> JTSCONFIG=''
> JTS_INCLUDES=''
> JTS_LIBDIR=''
> JW='/usr/bin/jw'
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LN_S='ln -s'
> LPATH='\$$libdir'
> LTLIBOBJS=''
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> PDFXMLTEX='/usr/bin/pdfxmltex'
> PERL='/usr/bin/perl'
> PGBEINCLUDES='-I/opt/pgsql-test/include/server'
> PGBELIBS='-L/opt/pgsql-test/lib -lpostgres'
> PGBIN='/opt/pgsql-test/bin'
> PGCONFIG='/opt/pgsql-test/bin/pg_config'
> PGFEINCLUDES='-I/opt/pgsql-test/include'
> PGFELIBS='-L/opt/pgsql-test/lib -lpq '
> PGTEMPLATE=''
> PORTNAME='linux'
> PROJ='/usr/local/bin/proj'
> PROJ_DIR='/usr/local'
> PROJ_LIBDIR='/usr/local/lib'
> PWDREGRESS='pwd'
> SHELL='/bin/sh'
> USE_GEOS='1'
> USE_ICONV='1'
> USE_JTS='0'
> USE_PROJ='1'
> XSLBASE='/usr/share/sgml/docbook/xsl-stylesheets'
> XSLTPROC='/usr/bin/xsltproc'
> YACC='bison -y'
> YFLAGS=''
> ac_ct_CC='gcc'
> ac_ct_CXX='g++'
> bindir='/opt/pgsql-test/bin'
> build='i686-pc-linux-gnu'
> build_alias=''
> build_cpu='i686'
> build_os='linux-gnu'
> build_vendor='pc'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='--prefix/doc/postgresql/contrib'
> dvidir='${docdir}'
> exec_prefix='${prefix}'
> host='i686-pc-linux-gnu'
> host_alias=''
> host_cpu='i686'
> host_os='linux-gnu'
> host_vendor='pc'
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> libdir='/opt/pgsql-test/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='--prefix'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #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_ICONV_H 1
> #define USE_GEOS 1
>
> configure: exit 0
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>
>



More information about the postgis-users mailing list