[g-a-devel] Re: atk compilation error



As far as I remember I already tried that. But today I wanted to retry
it but now, I get a different error:

checking for GLIB - version >= 2.5.7... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLIB 2.5.7 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
*** but not in the same location as pkg-config add the location of the file
*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.

I guess this is the case becaused I log out and all of the
enviromental variables that I was setting yesterday got forgotten.
Anyways I checked the config.log (which is attached) and I realized
that glib.h couldnt be found. I have this file in
~/glibbin/include/glib-2.0. Can anybody tell me what env var I have to
set in order to make it run?

Thanks
Mentar

On 7/15/05, Dimitur Kirov <dkirov gmail com> wrote:
> HI,
>
> You have to set "LD_LIBRARY_PATH=~/glibbin/lib" (not LD_LIBRARY). I
> guess you did it right, but if you still experience this problem send
> the config.log
>
> Kirov
>
>
> BodyID:2444221.2.n.logpart (stored separately)
>
>
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by atk configure 1.9.0, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure 

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

hostname = pandora
uname -m = i686
uname -r = 2.6.10
uname -s = Linux
uname -v = #2 SMP Thu Jan 27 22:57:47 CET 2005

/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/dbivolaru/include
PATH: /home/dbivolaru/lib
PATH: /home/dbivolaru/bin
PATH: /home/mmahmudi/pkgbin/bin
PATH: /home/mmahmudi/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


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

configure:1526: checking for a BSD-compatible install
configure:1580: result: /usr/bin/install -c
configure:1591: checking whether build environment is sane
configure:1634: result: yes
configure:1667: checking for gawk
configure:1683: found /usr/bin/gawk
configure:1693: result: gawk
configure:1703: checking whether make sets $(MAKE)
configure:1723: result: yes
configure:1960: checking for gcc
configure:1976: found /usr/bin/gcc
configure:1986: result: gcc
configure:2230: checking for C compiler version
configure:2233: gcc --version </dev/null >&5
2.95.4
configure:2236: $? = 0
configure:2238: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
configure:2241: $? = 0
configure:2243: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2246: $? = 1
configure:2270: checking for C compiler default output
configure:2273: gcc    conftest.c  >&5
configure:2276: $? = 0
configure:2322: result: a.out
configure:2327: checking whether the C compiler works
configure:2333: ./a.out
configure:2336: $? = 0
configure:2353: result: yes
configure:2360: checking whether we are cross compiling
configure:2362: result: no
configure:2365: checking for suffix of executables
configure:2367: gcc -o conftest    conftest.c  >&5
configure:2370: $? = 0
configure:2395: result: 
configure:2401: checking for suffix of object files
configure:2423: gcc -c   conftest.c >&5
configure:2426: $? = 0
configure:2448: result: o
configure:2452: checking whether we are using the GNU C compiler
configure:2477: gcc -c   conftest.c >&5
configure:2480: $? = 0
configure:2483: test -s conftest.o
configure:2486: $? = 0
configure:2499: result: yes
configure:2505: checking whether gcc accepts -g
configure:2527: gcc -c -g  conftest.c >&5
configure:2530: $? = 0
configure:2533: test -s conftest.o
configure:2536: $? = 0
configure:2547: result: yes
configure:2564: checking for gcc option to accept ANSI C
configure:2625: gcc  -c -g -O2  conftest.c >&5
configure:2628: $? = 0
configure:2631: test -s conftest.o
configure:2634: $? = 0
configure:2652: result: none needed
configure:2670: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2673: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2801: checking for style of include used by make
configure:2829: result: GNU
configure:2857: checking dependency style of gcc
configure:2919: result: gcc
configure:3017: checking build system type
configure:3035: result: i686-pc-linux-gnu
configure:3043: checking host system type
configure:3057: result: i686-pc-linux-gnu
configure:3065: checking for a sed that does not truncate output
configure:3119: result: /bin/sed
configure:3122: checking for egrep
configure:3132: result: grep -E
configure:3148: checking for ld used by gcc
configure:3215: result: /usr/bin/ld
configure:3224: checking if the linker (/usr/bin/ld) is GNU ld
configure:3239: result: yes
configure:3244: checking for /usr/bin/ld option to reload object files
configure:3251: result: -r
configure:3260: checking for BSD-compatible nm
configure:3302: result: /usr/bin/nm -B
configure:3306: checking whether ln -s works
configure:3310: result: yes
configure:3317: checking how to recognise dependent libraries
configure:3517: result: pass_all
configure:3963: checking how to run the C preprocessor
configure:3999: gcc -E  conftest.c
configure:4005: $? = 0
configure:4037: gcc -E  conftest.c
configure:4039: ac_nonexistent.h: No such file or directory
configure:4043: $? = 1
configure: failed program was:
| #line 4028 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "atk"
| #define PACKAGE_TARNAME "atk"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "atk 1.9.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
| #define PACKAGE "atk"
| #define VERSION "1.9.0"
| #define GETTEXT_PACKAGE "atk10"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4081: result: gcc -E
configure:4106: gcc -E  conftest.c
configure:4112: $? = 0
configure:4144: gcc -E  conftest.c
configure:4146: ac_nonexistent.h: No such file or directory
configure:4150: $? = 1
configure: failed program was:
| #line 4135 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "atk"
| #define PACKAGE_TARNAME "atk"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "atk 1.9.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
| #define PACKAGE "atk"
| #define VERSION "1.9.0"
| #define GETTEXT_PACKAGE "atk10"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4193: checking for ANSI C header files
configure:4219: gcc -c -g -O2  conftest.c >&5
configure:4222: $? = 0
configure:4225: test -s conftest.o
configure:4228: $? = 0
configure:4317: gcc -o conftest -g -O2   conftest.c  >&5
configure:4320: $? = 0
configure:4322: ./conftest
configure:4325: $? = 0
configure:4340: result: yes
configure:4364: checking for sys/types.h
configure:4381: gcc -c -g -O2  conftest.c >&5
configure:4384: $? = 0
configure:4387: test -s conftest.o
configure:4390: $? = 0
configure:4401: result: yes
configure:4364: checking for sys/stat.h
configure:4381: gcc -c -g -O2  conftest.c >&5
configure:4384: $? = 0
configure:4387: test -s conftest.o
configure:4390: $? = 0
configure:4401: result: yes
configure:4364: checking for stdlib.h
configure:4381: gcc -c -g -O2  conftest.c >&5
configure:4384: $? = 0
configure:4387: test -s conftest.o
configure:4390: $? = 0
configure:4401: result: yes
configure:4364: checking for string.h
configure:4381: gcc -c -g -O2  conftest.c >&5
configure:4384: $? = 0
configure:4387: test -s conftest.o
configure:4390: $? = 0
configure:4401: result: yes
configure:4364: checking for memory.h
configure:4381: gcc -c -g -O2  conftest.c >&5
configure:4384: $? = 0
configure:4387: test -s conftest.o
configure:4390: $? = 0
configure:4401: result: yes
configure:4364: checking for strings.h
configure:4381: gcc -c -g -O2  conftest.c >&5
configure:4384: $? = 0
configure:4387: test -s conftest.o
configure:4390: $? = 0
configure:4401: result: yes
configure:4364: checking for inttypes.h
configure:4381: gcc -c -g -O2  conftest.c >&5
configure:4384: $? = 0
configure:4387: test -s conftest.o
configure:4390: $? = 0
configure:4401: result: yes
configure:4364: checking for stdint.h
configure:4381: gcc -c -g -O2  conftest.c >&5
configure:4384: $? = 0
configure:4387: test -s conftest.o
configure:4390: $? = 0
configure:4401: result: yes
configure:4364: checking for unistd.h
configure:4381: gcc -c -g -O2  conftest.c >&5
configure:4384: $? = 0
configure:4387: test -s conftest.o
configure:4390: $? = 0
configure:4401: result: yes
configure:4427: checking dlfcn.h usability
configure:4440: gcc -c -g -O2  conftest.c >&5
configure:4443: $? = 0
configure:4446: test -s conftest.o
configure:4449: $? = 0
configure:4459: result: yes
configure:4463: checking dlfcn.h presence
configure:4474: gcc -E  conftest.c
configure:4480: $? = 0
configure:4499: result: yes
configure:4535: checking for dlfcn.h
configure:4542: result: yes
configure:4607: checking for g++
configure:4623: found /usr/bin/g++
configure:4633: result: g++
configure:4649: checking for C++ compiler version
configure:4652: g++ --version </dev/null >&5
2.95.4
configure:4655: $? = 0
configure:4657: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
configure:4660: $? = 0
configure:4662: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:4665: $? = 1
configure:4668: checking whether we are using the GNU C++ compiler
configure:4693: g++ -c   conftest.cc >&5
configure:4696: $? = 0
configure:4699: test -s conftest.o
configure:4702: $? = 0
configure:4715: result: yes
configure:4721: checking whether g++ accepts -g
configure:4743: g++ -c -g  conftest.cc >&5
configure:4746: $? = 0
configure:4749: test -s conftest.o
configure:4752: $? = 0
configure:4763: result: yes
configure:4807: g++ -c -g -O2  conftest.cc >&5
configure:4810: $? = 0
configure:4813: test -s conftest.o
configure:4816: $? = 0
configure:4843: g++ -c -g -O2  conftest.cc >&5
configure:4846: $? = 0
configure:4849: test -s conftest.o
configure:4852: $? = 0
configure:4877: checking dependency style of g++
configure:4939: result: gcc
configure:4961: checking how to run the C++ preprocessor
configure:4993: g++ -E  conftest.cc
configure:4999: $? = 0
configure:5031: g++ -E  conftest.cc
configure:5044: ac_nonexistent.h: No such file or directory
configure:5037: $? = 1
configure: failed program was:
| #line 5022 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "atk"
| #define PACKAGE_TARNAME "atk"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "atk 1.9.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
| #define PACKAGE "atk"
| #define VERSION "1.9.0"
| #define GETTEXT_PACKAGE "atk10"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5075: result: g++ -E
configure:5100: g++ -E  conftest.cc
configure:5106: $? = 0
configure:5138: g++ -E  conftest.cc
configure:5151: ac_nonexistent.h: No such file or directory
configure:5144: $? = 1
configure: failed program was:
| #line 5129 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "atk"
| #define PACKAGE_TARNAME "atk"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "atk 1.9.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
| #define PACKAGE "atk"
| #define VERSION "1.9.0"
| #define GETTEXT_PACKAGE "atk10"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5238: checking for g77
configure:5267: result: no
configure:5238: checking for f77
configure:5267: result: no
configure:5238: checking for xlf
configure:5267: result: no
configure:5238: checking for frt
configure:5267: result: no
configure:5238: checking for pgf77
configure:5267: result: no
configure:5238: checking for fl32
configure:5267: result: no
configure:5238: checking for af77
configure:5267: result: no
configure:5238: checking for fort77
configure:5267: result: no
configure:5238: checking for f90
configure:5267: result: no
configure:5238: checking for xlf90
configure:5267: result: no
configure:5238: checking for pgf90
configure:5267: result: no
configure:5238: checking for epcf90
configure:5267: result: no
configure:5238: checking for f95
configure:5267: result: no
configure:5238: checking for fort
configure:5267: result: no
configure:5238: checking for xlf95
configure:5267: result: no
configure:5238: checking for lf95
configure:5267: result: no
configure:5238: checking for g95
configure:5267: result: no
configure:5282: checking for Fortran 77 compiler version
configure:5282:  --version </dev/null >&5
./configure: --version: command not found
configure:5285: $? = 127
configure:5287:  -v </dev/null >&5
./configure: -v: command not found
configure:5290: $? = 127
configure:5292:  -V </dev/null >&5
./configure: -V: command not found
configure:5295: $? = 127
configure:5302: checking whether we are using the GNU Fortran 77 compiler
configure:5316:  -c  conftest.F >&5
./configure: -c: command not found
configure:5319: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5338: result: no
configure:5345: checking whether  accepts -g
configure:5357:  -c -g conftest.f >&5
./configure: -c: command not found
configure:5360: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5378: result: no
configure:5406: checking the maximum length of command line arguments
configure:5465: result: 32768
configure:5476: checking command to parse /usr/bin/nm -B output from gcc object
configure:5565: gcc -c -g -O2  conftest.c >&5
configure:5568: $? = 0
configure:5572: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5575: $? = 0
configure:5627: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5630: $? = 0
configure:5668: result: ok
configure:5672: checking for objdir
configure:5687: result: .libs
configure:5777: checking for ar
configure:5793: found /usr/bin/ar
configure:5804: result: ar
configure:5857: checking for ranlib
configure:5873: found /usr/bin/ranlib
configure:5884: result: ranlib
configure:5937: checking for strip
configure:5953: found /usr/bin/strip
configure:5964: result: strip
configure:6226: checking if gcc static flag  works
configure:6249: result: yes
configure:6266: checking if gcc supports -fno-rtti -fno-exceptions
configure:6287: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
configure:6291: $? = 0
configure:6299: result: yes
configure:6314: checking for gcc option to produce PIC
configure:6491: result: -fPIC
configure:6498: checking if gcc PIC flag -fPIC works
configure:6519: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6523: $? = 0
configure:6531: result: yes
configure:6555: checking if gcc supports -c -o file.o
configure:6586: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6590: $? = 0
configure:6604: result: yes
configure:6630: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7424: result: yes
configure:7450: checking whether -lc should be explicitly linked in
configure:7455: gcc -c -g -O2  conftest.c >&5
configure:7458: $? = 0
configure:7472: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7475: $? = 0
configure:7487: result: no
configure:7495: checking how to hardcode library paths into programs
configure:7520: result: immediate
configure:7534: checking whether stripping libraries is possible
configure:7539: result: yes
configure:7561: checking dynamic linker characteristics
configure:8072: result: GNU/Linux ld.so
configure:8798: checking if libtool supports shared libraries
configure:8800: result: yes
configure:8803: checking whether to build shared libraries
configure:8852: result: yes
configure:8855: checking whether to build static libraries
configure:8859: result: no
configure:8950: creating libtool
configure:9494: checking for ld used by g++
configure:9561: result: /usr/bin/ld
configure:9570: checking if the linker (/usr/bin/ld) is GNU ld
configure:9585: result: yes
configure:9636: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10431: result: yes
configure:10449: g++ -c -g -O2  conftest.cc >&5
configure:10452: $? = 0
configure:10548: checking for g++ option to produce PIC
configure:10800: result: -fPIC
configure:10807: checking if g++ PIC flag -fPIC works
configure:10828: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:10832: $? = 0
configure:10840: result: yes
configure:10864: checking if g++ supports -c -o file.o
configure:10895: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:10899: $? = 0
configure:10913: result: yes
configure:10939: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10964: result: yes
configure:11035: checking how to hardcode library paths into programs
configure:11060: result: immediate
configure:11074: checking whether stripping libraries is possible
configure:11079: result: yes
configure:11101: checking dynamic linker characteristics
configure:11612: result: GNU/Linux ld.so
configure:18478: checking for some Win32 platform
configure:18488: result: no
configure:18501: checking for native Win32 platform
configure:18511: result: no
configure:18573: checking for aclocal flags
configure:18582: result: 
configure:18633: checking for pkg-config
configure:18651: found /home/mmahmudi/pkgbin/bin/pkg-config
configure:18664: result: /home/mmahmudi/pkgbin/bin/pkg-config
configure:18687: checking for GLIB - version >= 2.5.7
configure:18837: result: no
configure:18871: gcc -o conftest -g -O2 -Wall    conftest.c   >&5
configure:18874: glib.h: No such file or directory
configure:18874: $? = 1
configure: failed program was:
| #line 18851 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "atk"
| #define PACKAGE_TARNAME "atk"
| #define PACKAGE_VERSION "1.9.0"
| #define PACKAGE_STRING "atk 1.9.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
| #define PACKAGE "atk"
| #define VERSION "1.9.0"
| #define GETTEXT_PACKAGE "atk10"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| 
| #include <glib.h>
| #include <stdio.h>
| 
| int
| main ()
| {
|  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
|   ;
|   return 0;
| }
configure:18912: error:
*** GLIB 2.5.7 or better is required. The latest version of
*** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
*** but not in the same location as pkg-config add the location of the file
*** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.

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

ac_cv_atk_aclocal_flags=
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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_f77_compiler_gnu=no
ac_cv_header_dlfcn_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_host_alias=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=/home/mmahmudi/pkgbin/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
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_f77_g=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc
am_cv_CXX_dependencies_compiler_type=gcc
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.2.5.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGISTW][ABCDGISTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/mmahmudi/atk-1.9.0/missing --run aclocal-1.7 '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/mmahmudi/atk-1.9.0/missing --run tar'
AR='ar'
AS='as'
ATK_API_VERSION='1.0'
ATK_BINARY_AGE='900'
ATK_INTERFACE_AGE='0'
ATK_MAJOR_VERSION='1'
ATK_MICRO_VERSION='0'
ATK_MINOR_VERSION='9'
ATK_VERSION='1.9.0'
AUTOCONF='${SHELL} /home/mmahmudi/atk-1.9.0/missing --run autoconf'
AUTOHEADER='${SHELL} /home/mmahmudi/atk-1.9.0/missing --run autoheader'
AUTOMAKE='${SHELL} /home/mmahmudi/atk-1.9.0/missing --run automake-1.7'
AWK='gawk'
CATALOGS=''
CATOBJEXT=''
CC='gcc'
CCDEPMODE='depmode=gcc'
CFLAGS='-g -O2 -Wall'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
DEP_CFLAGS=''
DEP_LIBS=''
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
GETTEXT_PACKAGE='atk10'
GLIB_CFLAGS=''
GLIB_GENMARSHAL=''
GLIB_LIBS=''
GLIB_MKENUMS=''
GLIB_PACKAGES='gobject-2.0 gmodule-no-export-2.0'
GLIB_REQUIRED_VERSION='2.5.7'
GMOFILES=''
GMSGFMT=''
GOBJECT_QUERY=''
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE=''
HTML_DIR=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
LT_CURRENT_MINUS_AGE='0'
LT_VERSION_INFO='900:0:900'
MAKEINFO='${SHELL} /home/mmahmudi/atk-1.9.0/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
OBJDUMP='objdump'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='atk'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=atk'
PACKAGE_NAME='atk'
PACKAGE_STRING='atk 1.9.0'
PACKAGE_TARNAME='atk'
PACKAGE_VERSION='1.9.0'
PATH_SEPARATOR=':'
PERL=''
PKG_CONFIG='/home/mmahmudi/pkgbin/bin/pkg-config'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=''
POSUB=''
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
REBUILD=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS=''
VERSION='1.9.0'
XGETTEXT=''
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
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/mmahmudi/atk-1.9.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
ms_librarian=''
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 GETTEXT_PACKAGE "atk10"
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 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 PACKAGE "atk"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
#define PACKAGE_NAME "atk"
#define PACKAGE_STRING "atk 1.9.0"
#define PACKAGE_TARNAME "atk"
#define PACKAGE_VERSION "1.9.0"
#define STDC_HEADERS 1
#define VERSION "1.9.0"

configure: exit 1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]