Here is my config.log.

Diego.

El mar, 07-09-2004 a las 14:16, RaphaÃl Enrici escribiÃ:
> Devrim GUNDUZ wrote:
> > 
> > Hi,
> > 
> > On Tue, 7 Sep 2004, Dave Page wrote:
> > 
> >>>> lrwxrwxrwx   1 root root      13 Sep  7 17:32 wx-config ->
> >>>> wx-config-2.5
> >>>> -rwxr-xr-x   1 root root    4564 Sep  7 17:32 wx-config-2.5
> >>>> lrwxrwxrwx   1 root root       9 Sep  7 17:32 wxgtk2-2.5-config ->
> >>>> wx-config
> >>>
> >>>
> >>> Hmm, well it's obviously there. Does it work if you try to run it? Is
> >>> there any reason you can see why it might not be found (or be
> >>> accessible) when you are compiling pgAdmin?
> > 
> > 
> > Yep, it works:
> > [EMAIL PROTECTED] devrim]$ /usr/local/bin/wx-config
> > [EMAIL PROTECTED] devrim]$
> > I don't know why it is not found, It has the right permissions, but still
> > not accessible.
> > 
> > Anyone on this list running FC2? Could you please try?
> 
> what gives the config.log ?
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to [EMAIL PROTECTED] so that your
>       message can get through to the mailing list cleanly
> 
> 
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.1.0, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --enable-static --enable-debug --with-wx-config=/usr/local/bin/wx-config-2.5

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

hostname = roadwarrior.adminsa.com
uname -m = i686
uname -r = 2.6.6-1.435
uname -s = Linux
uname -v = #1 Mon Jun 14 09:09:07 EDT 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: /usr/kerberos/bin
PATH: /home/dags/tools/maven-1.0/bin
PATH: /usr/java/j2sdk1.4.2_05/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/dags/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 20040412 (Red Hat Linux 3.3.3-7)
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/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
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: syntax error before "me"
configure:2528: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2648: checking for style of include used by make
configure:2676: result: GNU
configure:2704: checking dependency style of gcc
configure:2787: result: gcc3
configure:2856: checking for g++
configure:2872: found /usr/bin/g++
configure:2882: result: g++
configure:2898: checking for C++ compiler version
configure:2901: g++ --version </dev/null >&5
g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
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:2904: $? = 0
configure:2906: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --disable-libunwind-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
configure:2909: $? = 0
configure:2911: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:2914: $? = 1
configure:2917: checking whether we are using the GNU C++ compiler
configure:2942: g++ -c   conftest.cc >&5
configure:2945: $? = 0
configure:2948: test -s conftest.o
configure:2951: $? = 0
configure:2964: result: yes
configure:2970: checking whether g++ accepts -g
configure:2992: g++ -c -g  conftest.cc >&5
configure:2995: $? = 0
configure:2998: test -s conftest.o
configure:3001: $? = 0
configure:3012: result: yes
configure:3056: g++ -c -g -O2  conftest.cc >&5
configure:3059: $? = 0
configure:3062: test -s conftest.o
configure:3065: $? = 0
configure:3092: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:3089: error: `exit' undeclared (first use this function)
configure:3089: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:3095: $? = 1
configure: failed program was:
| #line 3075 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "pgadmin3 1.1.0"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.1.0"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3056: g++ -c -g -O2  conftest.cc >&5
configure:3059: $? = 0
configure:3062: test -s conftest.o
configure:3065: $? = 0
configure:3092: g++ -c -g -O2  conftest.cc >&5
configure:3095: $? = 0
configure:3098: test -s conftest.o
configure:3101: $? = 0
configure:3126: checking dependency style of g++
configure:3209: result: gcc3
configure:3236: checking how to run the C preprocessor
configure:3272: gcc -E  conftest.c
configure:3278: $? = 0
configure:3310: gcc -E  conftest.c
configure:3314:28: ac_nonexistent.h: No such file or directory
configure:3316: $? = 1
configure: failed program was:
| #line 3301 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "pgadmin3 1.1.0"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.1.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3354: result: gcc -E
configure:3379: gcc -E  conftest.c
configure:3385: $? = 0
configure:3417: gcc -E  conftest.c
configure:3421:28: ac_nonexistent.h: No such file or directory
configure:3423: $? = 1
configure: failed program was:
| #line 3408 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.1.0"
| #define PACKAGE_STRING "pgadmin3 1.1.0"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.1.0"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3466: checking for egrep
configure:3476: result: grep -E
configure:3481: checking for ANSI C header files
configure:3507: gcc -c -g -O2  conftest.c >&5
configure:3510: $? = 0
configure:3513: test -s conftest.o
configure:3516: $? = 0
configure:3605: gcc -o conftest -g -O2   conftest.c  >&5
configure:3608: $? = 0
configure:3610: ./conftest
configure:3613: $? = 0
configure:3628: result: yes
configure:3652: checking for sys/types.h
configure:3669: gcc -c -g -O2  conftest.c >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3689: result: yes
configure:3652: checking for sys/stat.h
configure:3669: gcc -c -g -O2  conftest.c >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3689: result: yes
configure:3652: checking for stdlib.h
configure:3669: gcc -c -g -O2  conftest.c >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3689: result: yes
configure:3652: checking for string.h
configure:3669: gcc -c -g -O2  conftest.c >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3689: result: yes
configure:3652: checking for memory.h
configure:3669: gcc -c -g -O2  conftest.c >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3689: result: yes
configure:3652: checking for strings.h
configure:3669: gcc -c -g -O2  conftest.c >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3689: result: yes
configure:3652: checking for inttypes.h
configure:3669: gcc -c -g -O2  conftest.c >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3689: result: yes
configure:3652: checking for stdint.h
configure:3669: gcc -c -g -O2  conftest.c >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3689: result: yes
configure:3652: checking for unistd.h
configure:3669: gcc -c -g -O2  conftest.c >&5
configure:3672: $? = 0
configure:3675: test -s conftest.o
configure:3678: $? = 0
configure:3689: result: yes
configure:3718: checking arpa/inet.h usability
configure:3731: gcc -c -g -O2  conftest.c >&5
configure:3734: $? = 0
configure:3737: test -s conftest.o
configure:3740: $? = 0
configure:3750: result: yes
configure:3754: checking arpa/inet.h presence
configure:3765: gcc -E  conftest.c
configure:3771: $? = 0
configure:3790: result: yes
configure:3826: checking for arpa/inet.h
configure:3833: result: yes
configure:3718: checking netdb.h usability
configure:3731: gcc -c -g -O2  conftest.c >&5
configure:3734: $? = 0
configure:3737: test -s conftest.o
configure:3740: $? = 0
configure:3750: result: yes
configure:3754: checking netdb.h presence
configure:3765: gcc -E  conftest.c
configure:3771: $? = 0
configure:3790: result: yes
configure:3826: checking for netdb.h
configure:3833: result: yes
configure:3718: checking netinet/in.h usability
configure:3731: gcc -c -g -O2  conftest.c >&5
configure:3734: $? = 0
configure:3737: test -s conftest.o
configure:3740: $? = 0
configure:3750: result: yes
configure:3754: checking netinet/in.h presence
configure:3765: gcc -E  conftest.c
configure:3771: $? = 0
configure:3790: result: yes
configure:3826: checking for netinet/in.h
configure:3833: result: yes
configure:3709: checking for stdlib.h
configure:3714: result: yes
configure:3848: checking for stdbool.h that conforms to C99
configure:3902: gcc -c -g -O2  conftest.c >&5
configure:3905: $? = 0
configure:3908: test -s conftest.o
configure:3911: $? = 0
configure:3922: result: yes
configure:3924: checking for _Bool
configure:3949: gcc -c -g -O2  conftest.c >&5
configure:3952: $? = 0
configure:3955: test -s conftest.o
configure:3958: $? = 0
configure:3969: result: yes
configure:3988: checking for an ANSI C-conforming const
configure:4056: gcc -c -g -O2  conftest.c >&5
configure:4059: $? = 0
configure:4062: test -s conftest.o
configure:4065: $? = 0
configure:4076: result: yes
configure:4086: checking for size_t
configure:4111: gcc -c -g -O2  conftest.c >&5
configure:4114: $? = 0
configure:4117: test -s conftest.o
configure:4120: $? = 0
configure:4131: result: yes
configure:4143: checking whether time.h and sys/time.h may both be included
configure:4169: gcc -c -g -O2  conftest.c >&5
configure:4172: $? = 0
configure:4175: test -s conftest.o
configure:4178: $? = 0
configure:4189: result: yes
configure:4201: checking for working strtod
configure:4245: gcc -o conftest -g -O2   conftest.c  >&5
configure:4248: $? = 0
configure:4250: ./conftest
configure:4253: $? = 0
configure:4267: result: yes
configure:4418: checking for gethostbyname
configure:4468: gcc -o conftest -g -O2   conftest.c  >&5
configure:4471: $? = 0
configure:4474: test -s conftest
configure:4477: $? = 0
configure:4488: result: yes
configure:4418: checking for inet_ntoa
configure:4468: gcc -o conftest -g -O2   conftest.c  >&5
configure:4471: $? = 0
configure:4474: test -s conftest
configure:4477: $? = 0
configure:4488: result: yes
configure:4418: checking for memmove
configure:4468: gcc -o conftest -g -O2   conftest.c  >&5
configure:4471: warning: conflicting types for built-in function `memmove'
configure:4471: $? = 0
configure:4474: test -s conftest
configure:4477: $? = 0
configure:4488: result: yes
configure:4418: checking for memset
configure:4468: gcc -o conftest -g -O2   conftest.c  >&5
configure:4472: warning: conflicting types for built-in function `memset'
configure:4471: $? = 0
configure:4474: test -s conftest
configure:4477: $? = 0
configure:4488: result: yes
configure:4418: checking for strchr
configure:4468: gcc -o conftest -g -O2   conftest.c  >&5
configure:4473: warning: conflicting types for built-in function `strchr'
configure:4471: $? = 0
configure:4474: test -s conftest
configure:4477: $? = 0
configure:4488: result: yes
configure:4500: checking for wx-config binary
configure:4507: result: yes
configure:4518: result: yes
configure:4521: checking for pgsql include files
configure:4539: result: yes
configure:4560: checking for pgsql
configure:4577: result: yes
configure:4632: checking for PQexec in -lpq
configure:4663: gcc -o conftest -Wall -g -O0  -I/usr/include  -L/usr/local/pgsql/lib conftest.c -lpq  /usr/local/pgsql/lib/libpq.a -lcrypt  -lssl -lcrypto >&5
configure:4666: $? = 0
configure:4669: test -s conftest
configure:4672: $? = 0
configure:4684: result: yes
configure:4692: checking for SSL_connect in -lpq
configure:4723: gcc -o conftest -Wall -g -O0  -I/usr/include  -L/usr/local/pgsql/lib conftest.c -lpq  /usr/local/pgsql/lib/libpq.a -lcrypt  -lssl -lcrypto >&5
configure:4726: $? = 0
configure:4729: test -s conftest
configure:4732: $? = 0
configure:4744: result: yes
configure:4762: checking libpq-fe.h usability
configure:4775: gcc -c -Wall -g -O0  -I/usr/include conftest.c >&5
configure:4778: $? = 0
configure:4781: test -s conftest.o
configure:4784: $? = 0
configure:4794: result: yes
configure:4798: checking libpq-fe.h presence
configure:4809: gcc -E  -I/usr/include conftest.c
configure:4815: $? = 0
configure:4834: result: yes
configure:4870: checking for libpq-fe.h
configure:4877: result: yes
configure:4896: checking pgsql in /usr/local/pgsql
configure:4898: result: ok
configure:4918: checking for wxWindows
configure:4935: result: yes
configure:4961: error: Could not find /usr/local/bin/wx-config-2.5

## ---------------- ##
## 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=yes
ac_cv_lib_pq_SSL_connect=yes
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=yes
pgsql_cv_libpqfe_h=yes

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

ACLOCAL='${SHELL} /home/dags/herramientas/pgadmin3-1.1.0/config/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/dags/herramientas/pgadmin3-1.1.0/config/missing --run tar'
AUTOCONF='${SHELL} /home/dags/herramientas/pgadmin3-1.1.0/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/dags/herramientas/pgadmin3-1.1.0/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/dags/herramientas/pgadmin3-1.1.0/config/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -g -O0'
CPP='gcc -E'
CPPFLAGS=' -I/usr/include -DSSL'
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wall -g -O0'
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=' -L/usr/local/pgsql/lib'
LIBOBJS=''
LIBS='/usr/local/pgsql/lib/libpq.a -lcrypt  -lssl -lcrypto'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/dags/herramientas/pgadmin3-1.1.0/config/missing --run makeinfo'
OBJEXT='o'
PACKAGE='pgadmin3'
PACKAGE_BUGREPORT='[EMAIL PROTECTED]'
PACKAGE_NAME='pgadmin3'
PACKAGE_STRING='pgadmin3 1.1.0'
PACKAGE_TARNAME='pgadmin3'
PACKAGE_VERSION='1.1.0'
PATH_SEPARATOR=':'
POW_LIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.1.0'
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/dags/herramientas/pgadmin3-1.1.0/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 "[EMAIL PROTECTED]"
#define PACKAGE_NAME "pgadmin3"
#define PACKAGE_STRING "pgadmin3 1.1.0"
#define PACKAGE_TARNAME "pgadmin3"
#define PACKAGE_VERSION "1.1.0"
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "1.1.0"
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 1
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to