Fwd: Re: Compiling pgadmin on SuSE 9.1

Поиск
Список
Период
Сортировка
От Michael.Eschweiler@t-online.de (Michael Eschweiler)
Тема Fwd: Re: Compiling pgadmin on SuSE 9.1
Дата
Msg-id 200408052119.51646.michael.eschweiler@t-online.de
обсуждение исходный текст
Список pgadmin-support

Am Donnerstag, 5. August 2004 01:39 schrieben Sie:
> On Aug 4, 2004, at 3:52 PM, Michael Eschweiler wrote:
> > I could not find the answer. Attached once more the config.log.
>
> There wasn't anything attached to this e-mail.

Strange: my mail-client tells me that the mail was sent together with the 
attachment.
>
> In any event, the config.log I got before indicates a permissions
> problem.  When gcc is invoked, /var/lib/pgsql/include is passed as an
> include directory.  When gcc tries to read in that directory for
> include files, it cannot.  Make sure that, in addition to read
> permissions, that the user you are compiling as has execute permissions
> on the directory.  This is necessary to list files.
After reading you mail quoting the following part of the config.log:
-----------------------
configure:4655: result: no
configure:4673: checking libpq-fe.h usability
configure:4686: gcc -c -g -O2  -DSSL -I/var/lib/pgsql//include 
conftest.c >&5
cc1: /var/lib/pgsql/include: Permission denied

configure:4705: result: no
configure:4709: checking libpq-fe.h presence
configure:4720: gcc -E  -DSSL -I/var/lib/pgsql//include conftest.c
cc1: /var/lib/pgsql/include: Permission denied
---------------------------
I looked for the files libpq* and I found that there was no directory 
/var/lib/psql/include - it seems that the configure-message is a little bit 
missleading. Instead I found the files at /usr/include/pgsql. Therefore I did
./configure --with-pgsql-include=/usr/include/pgsql 
--with-pgsql=/var/lib/pgsql

with this parameters the files were found and it seemed to me the only thing 
which still failed was the search for something called PGexec.
>
> NOTE 2: It looks like your previous configure was run by user "me", not
> "ugo".
You are right - the user still is me. What I meant was that the directory and 
the files were readable for uSER, gROUP and oTHERS as for example in the 
command chmod ugo+w filename (sorry for the missunderstanding).
> ahp

Michael

To be sure you get the config.log her it comes (I hope this is not too 
annoying):

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

It was created by pgadmin3 configure 1.0.2, which was
generated by GNU Autoconf 2.57.  Invocation command line was
 $ ./configure --with-pgsql-include=/usr/include/pgsql 
--with-pgsql=/var/lib/pgsql

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

hostname = miacer
uname -m = i686
uname -r = 2.6.5-7.95-default
uname -s = Linux
uname -v = #1 Thu Jul 1 15:23:45 UTC 2004

/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: /home/me/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/java/jre/bin


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

configure:1344: checking build system type
configure:1362: result: i686-pc-linux-gnu
configure:1370: checking host system type
configure:1384: result: i686-pc-linux-gnu
configure:1405: checking for a BSD-compatible install
configure:1459: result: /usr/bin/install -c
configure:1470: checking whether build environment is sane
configure:1513: result: yes
configure:1546: checking for gawk
configure:1562: found /usr/bin/gawk
configure:1572: result: gawk
configure:1582: checking whether make sets $(MAKE)
configure:1602: result: yes
configure:1815: checking for gcc
configure:1831: found /usr/bin/gcc
configure:1841: result: gcc
configure:2085: checking for C compiler version
configure:2088: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 (SuSE Linux)
Copyright (C) 2003 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:2091: $? = 0
configure:2093: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada 
--disable-checking --libdir=/usr/lib --enable-libgcj 
--with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib 
--with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.3 (SuSE Linux)
configure:2096: $? = 0
configure:2098: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2101: $? = 1
configure:2125: checking for C compiler default output
configure:2128: gcc    conftest.c  >&5
configure:2131: $? = 0
configure:2177: result: a.out
configure:2182: checking whether the C compiler works
configure:2188: ./a.out
configure:2191: $? = 0
configure:2208: result: yes
configure:2215: checking whether we are cross compiling
configure:2217: result: no
configure:2220: checking for suffix of executables
configure:2222: gcc -o conftest    conftest.c  >&5
configure:2225: $? = 0
configure:2250: result:
configure:2256: checking for suffix of object files
configure:2278: gcc -c   conftest.c >&5
configure:2281: $? = 0
configure:2303: result: o
configure:2307: checking whether we are using the GNU C compiler
configure:2332: gcc -c   conftest.c >&5
configure:2335: $? = 0
configure:2338: test -s conftest.o
configure:2341: $? = 0
configure:2354: result: yes
configure:2360: checking whether gcc accepts -g
configure:2382: gcc -c -g  conftest.c >&5
configure:2385: $? = 0
configure:2388: test -s conftest.o
configure:2391: $? = 0
configure:2402: result: yes
configure:2419: checking for gcc option to accept ANSI C
configure:2480: gcc  -c -g -O2  conftest.c >&5
configure:2483: $? = 0
configure:2486: test -s conftest.o
configure:2489: $? = 0
configure:2507: result: none needed
configure:2525: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2528: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2647: checking for style of include used by make
configure:2675: result: GNU
configure:2703: checking dependency style of gcc
configure:2771: result: gcc3
configure:2840: checking for g++
configure:2856: found /usr/bin/g++
configure:2866: result: g++
configure:2882: checking for C++ compiler version
configure:2885: g++ --version </dev/null >&5
g++ (GCC) 3.3.3 (SuSE Linux)
Copyright (C) 2003 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:2888: $? = 0
configure:2890: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada 
--disable-checking --libdir=/usr/lib --enable-libgcj 
--with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib 
--with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.3 (SuSE Linux)
configure:2893: $? = 0
configure:2895: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:2898: $? = 1
configure:2901: checking whether we are using the GNU C++ compiler
configure:2926: g++ -c   conftest.cc >&5
configure:2929: $? = 0
configure:2932: test -s conftest.o
configure:2935: $? = 0
configure:2948: result: yes
configure:2954: checking whether g++ accepts -g
configure:2976: g++ -c -g  conftest.cc >&5
configure:2979: $? = 0
configure:2982: test -s conftest.o
configure:2985: $? = 0
configure:2996: result: yes
configure:3040: g++ -c -g -O2  conftest.cc >&5
configure:3043: $? = 0
configure:3046: test -s conftest.o
configure:3049: $? = 0
configure:3076: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:3073: error: `exit' undeclared (first use this function)
configure:3073: error: (Each undeclared identifier is reported only once for   each function it appears in.)
configure:3079: $? = 1
configure: failed program was:
| #line 3059 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "pgadmin3 1.0.2"
| #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.0.2"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3040: g++ -c -g -O2  conftest.cc >&5
configure:3043: $? = 0
configure:3046: test -s conftest.o
configure:3049: $? = 0
configure:3076: g++ -c -g -O2  conftest.cc >&5
configure:3079: $? = 0
configure:3082: test -s conftest.o
configure:3085: $? = 0
configure:3110: checking dependency style of g++
configure:3178: result: gcc3
configure:3205: checking how to run the C preprocessor
configure:3241: gcc -E  conftest.c
configure:3247: $? = 0
configure:3279: gcc -E  conftest.c
configure:3283:28: ac_nonexistent.h: No such file or directory
configure:3285: $? = 1
configure: failed program was:
| #line 3270 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "pgadmin3 1.0.2"
| #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.0.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3323: result: gcc -E
configure:3348: gcc -E  conftest.c
configure:3354: $? = 0
configure:3386: gcc -E  conftest.c
configure:3390:28: ac_nonexistent.h: No such file or directory
configure:3392: $? = 1
configure: failed program was:
| #line 3377 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "pgadmin3 1.0.2"
| #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.0.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3435: checking for egrep
configure:3445: result: grep -E
configure:3450: checking for ANSI C header files
configure:3476: gcc -c -g -O2  conftest.c >&5
configure:3479: $? = 0
configure:3482: test -s conftest.o
configure:3485: $? = 0
configure:3574: gcc -o conftest -g -O2   conftest.c  >&5
configure:3577: $? = 0
configure:3579: ./conftest
configure:3582: $? = 0
configure:3597: result: yes
configure:3621: checking for sys/types.h
configure:3638: gcc -c -g -O2  conftest.c >&5
configure:3641: $? = 0
configure:3644: test -s conftest.o
configure:3647: $? = 0
configure:3658: result: yes
configure:3621: checking for sys/stat.h
configure:3638: gcc -c -g -O2  conftest.c >&5
configure:3641: $? = 0
configure:3644: test -s conftest.o
configure:3647: $? = 0
configure:3658: result: yes
configure:3621: checking for stdlib.h
configure:3638: gcc -c -g -O2  conftest.c >&5
configure:3641: $? = 0
configure:3644: test -s conftest.o
configure:3647: $? = 0
configure:3658: result: yes
configure:3621: checking for string.h
configure:3638: gcc -c -g -O2  conftest.c >&5
configure:3641: $? = 0
configure:3644: test -s conftest.o
configure:3647: $? = 0
configure:3658: result: yes
configure:3621: checking for memory.h
configure:3638: gcc -c -g -O2  conftest.c >&5
configure:3641: $? = 0
configure:3644: test -s conftest.o
configure:3647: $? = 0
configure:3658: result: yes
configure:3621: checking for strings.h
configure:3638: gcc -c -g -O2  conftest.c >&5
configure:3641: $? = 0
configure:3644: test -s conftest.o
configure:3647: $? = 0
configure:3658: result: yes
configure:3621: checking for inttypes.h
configure:3638: gcc -c -g -O2  conftest.c >&5
configure:3641: $? = 0
configure:3644: test -s conftest.o
configure:3647: $? = 0
configure:3658: result: yes
configure:3621: checking for stdint.h
configure:3638: gcc -c -g -O2  conftest.c >&5
configure:3641: $? = 0
configure:3644: test -s conftest.o
configure:3647: $? = 0
configure:3658: result: yes
configure:3621: checking for unistd.h
configure:3638: gcc -c -g -O2  conftest.c >&5
configure:3641: $? = 0
configure:3644: test -s conftest.o
configure:3647: $? = 0
configure:3658: result: yes
configure:3687: checking arpa/inet.h usability
configure:3700: gcc -c -g -O2  conftest.c >&5
configure:3703: $? = 0
configure:3706: test -s conftest.o
configure:3709: $? = 0
configure:3719: result: yes
configure:3723: checking arpa/inet.h presence
configure:3734: gcc -E  conftest.c
configure:3740: $? = 0
configure:3759: result: yes
configure:3795: checking for arpa/inet.h
configure:3802: result: yes
configure:3687: checking netdb.h usability
configure:3700: gcc -c -g -O2  conftest.c >&5
configure:3703: $? = 0
configure:3706: test -s conftest.o
configure:3709: $? = 0
configure:3719: result: yes
configure:3723: checking netdb.h presence
configure:3734: gcc -E  conftest.c
configure:3740: $? = 0
configure:3759: result: yes
configure:3795: checking for netdb.h
configure:3802: result: yes
configure:3687: checking netinet/in.h usability
configure:3700: gcc -c -g -O2  conftest.c >&5
configure:3703: $? = 0
configure:3706: test -s conftest.o
configure:3709: $? = 0
configure:3719: result: yes
configure:3723: checking netinet/in.h presence
configure:3734: gcc -E  conftest.c
configure:3740: $? = 0
configure:3759: result: yes
configure:3795: checking for netinet/in.h
configure:3802: result: yes
configure:3678: checking for stdlib.h
configure:3683: result: yes
configure:3817: checking for stdbool.h that conforms to C99
configure:3871: gcc -c -g -O2  conftest.c >&5
configure:3874: $? = 0
configure:3877: test -s conftest.o
configure:3880: $? = 0
configure:3891: result: yes
configure:3893: checking for _Bool
configure:3918: gcc -c -g -O2  conftest.c >&5
configure:3921: $? = 0
configure:3924: test -s conftest.o
configure:3927: $? = 0
configure:3938: result: yes
configure:3957: checking for an ANSI C-conforming const
configure:4025: gcc -c -g -O2  conftest.c >&5
configure:4028: $? = 0
configure:4031: test -s conftest.o
configure:4034: $? = 0
configure:4045: result: yes
configure:4055: checking for size_t
configure:4080: gcc -c -g -O2  conftest.c >&5
configure:4083: $? = 0
configure:4086: test -s conftest.o
configure:4089: $? = 0
configure:4100: result: yes
configure:4112: checking whether time.h and sys/time.h may both be included
configure:4138: gcc -c -g -O2  conftest.c >&5
configure:4141: $? = 0
configure:4144: test -s conftest.o
configure:4147: $? = 0
configure:4158: result: yes
configure:4170: checking for working strtod
configure:4214: gcc -o conftest -g -O2   conftest.c  >&5
configure:4217: $? = 0
configure:4219: ./conftest
configure:4222: $? = 0
configure:4236: result: yes
configure:4387: checking for gethostbyname
configure:4437: gcc -o conftest -g -O2   conftest.c  >&5
configure:4440: $? = 0
configure:4443: test -s conftest
configure:4446: $? = 0
configure:4457: result: yes
configure:4387: checking for inet_ntoa
configure:4437: gcc -o conftest -g -O2   conftest.c  >&5
configure:4440: $? = 0
configure:4443: test -s conftest
configure:4446: $? = 0
configure:4457: result: yes
configure:4387: checking for memmove
configure:4437: gcc -o conftest -g -O2   conftest.c  >&5
configure:4440: $? = 0
configure:4443: test -s conftest
configure:4446: $? = 0
configure:4457: result: yes
configure:4387: checking for memset
configure:4437: gcc -o conftest -g -O2   conftest.c  >&5
configure:4441: warning: conflicting types for built-in function `memset'
configure:4440: $? = 0
configure:4443: test -s conftest
configure:4446: $? = 0
configure:4457: result: yes
configure:4387: checking for strchr
configure:4437: gcc -o conftest -g -O2   conftest.c  >&5
configure:4442: warning: conflicting types for built-in function `strchr'
configure:4440: $? = 0
configure:4443: test -s conftest
configure:4446: $? = 0
configure:4457: result: yes
configure:4469: checking for wx-config binary
configure:4487: result: yes
configure:4490: checking for pgsql include files
configure:4497: result: yes
configure:4508: result: yes
configure:4529: checking for pgsql
configure:4537: result: yes
configure:4603: checking for PQexec in -lpq
configure:4634: gcc -o conftest -g -O2  -DSSL -I/usr/include/pgsql  
-L/var/lib/pgsql/lib conftest.c -lpq   -lssl -lcrypto -lpq >&5
/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin/ld: 
cannot find -lssl
collect2: ld returned 1 exit status
configure:4637: $? = 1
configure: failed program was:
| #line 4610 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.0.2"
| #define PACKAGE_STRING "pgadmin3 1.0.2"
| #define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.0.2"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| /* 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 PQexec ();
| int
| main ()
| {
| PQexec ();
|   ;
|   return 0;
| }
configure:4655: result: no
configure:4673: checking libpq-fe.h usability
configure:4686: gcc -c -g -O2  -DSSL -I/usr/include/pgsql conftest.c >&5
configure:4689: $? = 0
configure:4692: test -s conftest.o
configure:4695: $? = 0
configure:4705: result: yes
configure:4709: checking libpq-fe.h presence
configure:4720: gcc -E  -DSSL -I/usr/include/pgsql conftest.c
configure:4726: $? = 0
configure:4745: result: yes
configure:4781: checking for libpq-fe.h
configure:4788: result: yes
configure:4812: checking pgsql in /var/lib/pgsql
configure:4814: result: failed
configure:4818: error: you must specify a valid pgsql installation with 
--with-pgsql=DIR

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_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_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_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=
ac_cv_func_gethostbyname=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_strchr=yes
ac_cv_func_strtod=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libpq_fe_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdbool_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_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_pq_PQexec=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_type__Bool=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
pgsql_cv_libpq=no
pgsql_cv_libpqfe_h=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/me/test/pgadmin3-1.0.2/config/missing --run 
aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/me/test/pgadmin3-1.0.2/config/missing --run tar'
AUTOCONF='${SHELL} /home/me/test/pgadmin3-1.0.2/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/me/test/pgadmin3-1.0.2/config/missing --run 
autoheader'
AUTOMAKE='${SHELL} /home/me/test/pgadmin3-1.0.2/config/missing --run 
automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' -DSSL'
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=' -lssl -lcrypto -lpq'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/me/test/pgadmin3-1.0.2/config/missing --run makeinfo'
OBJEXT='o'
PACKAGE='pgadmin3'
PACKAGE_BUGREPORT='pgadmin-support@postgresql.org'
PACKAGE_NAME='pgadmin3'
PACKAGE_STRING='pgadmin3 1.0.2'
PACKAGE_TARNAME='pgadmin3'
PACKAGE_VERSION='1.0.2'
PATH_SEPARATOR=':'
POW_LIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.0.2'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/me/test/pgadmin3-1.0.2/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_ARPA_INET_H 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_INET_NTOA 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE__BOOL 1
#define PACKAGE "pgadmin3"
#define PACKAGE_BUGREPORT "pgadmin-support@postgresql.org"
#define PACKAGE_NAME "pgadmin3"
#define PACKAGE_STRING "pgadmin3 1.0.2"
#define PACKAGE_TARNAME "pgadmin3"
#define PACKAGE_VERSION "1.0.2"
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "1.0.2"
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 1



В списке pgadmin-support по дате отправления:

Предыдущее
От: Adam H.Pendleton
Дата:
Сообщение: Re: Compiling pgadmin on SuSE 9.1
Следующее
От: "Özgür Çetiner"
Дата:
Сообщение: MySQL Database Conversion