libX11 not found error during Cross Compiling Gtk



Hi people,

I am cross compiling gtk package for my target board and I already succeeded cross compiling freetype-2.1.10, glib-2.2.3, pango-1.2.5, and atk-1.2.4. Now, Im ready to cross compile gtk and the following is my configuration option

export PATH=/opt/rootfs-glibc-frv-040820-3/usr/local/bin:$PATH
export LD_LIBRARY_PATH=/opt/rootfs-glibc-frv-040820-3/usr/local/lib:/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib:$LD_LIBRARY_PATH
export PKG_CONFIG_PATH=/opt/rootfs-glibc-frv-040820-3/usr/local/lib/pkgconfig:/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/pkgconfig

./configure --prefix=/opt/rootfs-glibc-frv-040820-3/usr/local --host=frv-linux-gnu --build=i686-pc-linux-gnu --x-includes=/opt/rootfs-glibc-frv-040820-3/usr/X11R6/include --x-libraries=/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib --with-qt=no --disable-glibtest --disable-gtk-doc --enable-debug="minimum" --without-libtiff --without-libjpeg --without-libpng

Im stuck with configuration and it gives me the following error:

   checking for XOpenDisplay in -lX11... no
   configure: error: *** libX11 not found. Check 'config.log' for more details.


My config.log file gives me an error like this:

   configure:26355: checking for XOpenDisplay in -lX11
configure:26386: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c -lX11  -L/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig -lX11 -L/opt/rootfs-glibc-frv-040820-3/usr/local/lib -Wl,--rpath -Wl,/opt/rootfs-glibc-frv-040820-3/usr/local/lib -lfreetype   >&5
/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc/frv-linux-gnu/3.4-frv-040820-3/../../../../frv-linux-gnu/bin/ld: warning: libXext.so.6, needed by /opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/libXft.so, not found (try using -rpath or -rpath-link)
/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/libXrender.so: undefined reference to `XextAddDisplay'
/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/libXrender.so: undefined reference to `XextFindDisplay'
/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/libXrender.so: undefined reference to `XextRemoveDisplay'
/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/libXrender.so: undefined reference to `XMissingExtension'
collect2: ld returned 1 exit status

I check my cross compiled X11 libraries and it contains the following files
    lrwxrwxrwx    1 root     root           14 Sep  1 20:36 libXext.so->libXext.so.6.4
    lrwxrwxrwx    1 root     root           14 Sep  1 20:36 libXext.so.6->libXext.so.6.4
    -rwxr-xr-x    1 root     root       499156 Jun 26 17:23 libXext.so.6.4

    Does anyone here encounter the same problem with mine??? Please share to me how did you solve this problem.

Here is the full content of my config.log
==========================================================

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.57.  Invocation command line was

  $ ./configure --prefix=/opt/rootfs-glibc-frv-040820-3/usr/local --host=frv-linux-gnu --build=i686-pc-linux-gnu --x-includes=/opt/rootfs-glibc-frv-040820-3/usr/X11R6/include --x-libraries=/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib --with-qt=no --disable-glibtest --disable-gtk-doc --enable-debug=minimum --without-libtiff --without-libjpeg --without-libpng --cache-file=gtk+-config.cache

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

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.4.20-8
uname -s = Linux
uname -v = #1 Thu Mar 13 17:54:28 EST 2003

/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: /opt/rootfs-glibc-frv-040820-3/usr/X11R6/bin
PATH: /opt/rootfs-glibc-frv-040820-3/usr/local/bin
PATH: /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


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

configure:1408: loading cache gtk+-config.cache
configure:1643: checking for a BSD-compatible install
configure:1697: result: /usr/bin/install -c
configure:1708: checking whether build environment is sane
configure:1751: result: yes
configure:1766: checking whether make sets $(MAKE)
configure:1786: result: yes
configure:1809: checking for working aclocal-1.4
configure:1816: result: found
configure:1824: checking for working autoconf
configure:1831: result: found
configure:1839: checking for working automake-1.4
configure:1846: result: found
configure:1854: checking for working autoheader
configure:1861: result: found
configure:1869: checking for working makeinfo
configure:1876: result: found
configure:1901: checking for frv-linux-gnu-gcc
configure:1917: found /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/frv-linux-gnu-gcc
configure:1927: result: frv-linux-gnu-gcc
configure:2209: checking for C compiler version
configure:2212: frv-linux-gnu-gcc --version </dev/null >&5
frv-linux-gnu-gcc (GCC) 3.4-frv-040820-3
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:2215: $? = 0
configure:2217: frv-linux-gnu-gcc -v </dev/null >&5
Reading specs from /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc/frv-linux-gnu/3.4-frv-040820-3/specs
Configured with: /es/build/frv-040820/3/frv-linux-gnu/sources/tools-src/configure -v --host=i686-pc-linux-gnulibc2.2 --target=frv-linux-gnu --build=i686-pc-linux-gnulibc2.2 --enable-languages=c,c++ --prefix=/opt/redhat/frv-040820-3 --exec_prefix=/opt/redhat/frv-040820-3/H-i686-pc-linux-gnulibc2.2 --with-sysroot --enable-threads --x-libraries=/opt/redhat/gnupro-03r1/H-i686-pc-linux-gnulibc2.2/bin/../i686-pc-linux-gnulibc2.2/sys-root/usr/X11R6/lib/ --x-includes=/opt/redhat/gnupro-03r1/H-i686-pc-linux-gnulibc2.2/bin/../i686-pc-linux-gnulibc2.2/sys-root/usr/X11R6/include/
Thread model: posix
gcc version 3.4-frv-040820-3
configure:2220: $? = 0
configure:2222: frv-linux-gnu-gcc -V </dev/null >&5
frv-linux-gnu-gcc: `-V' option must have argument
configure:2225: $? = 1
configure:2249: checking for C compiler default output
configure:2252: frv-linux-gnu-gcc    conftest.c  >&5
configure:2255: $? = 0
configure:2301: result: a.out
configure:2306: checking whether the C compiler works
configure:2332: result: yes
configure:2339: checking whether we are cross compiling
configure:2341: result: yes
configure:2344: checking for suffix of executables
configure:2346: frv-linux-gnu-gcc -o conftest    conftest.c  >&5
configure:2349: $? = 0
configure:2374: result:
configure:2380: checking for suffix of object files
configure:2402: frv-linux-gnu-gcc -c   conftest.c >&5
configure:2405: $? = 0
configure:2427: result: o
configure:2431: checking whether we are using the GNU C compiler
configure:2456: frv-linux-gnu-gcc -c   conftest.c >&5
configure:2459: $? = 0
configure:2462: test -s conftest.o
configure:2465: $? = 0
configure:2478: result: yes
configure:2484: checking whether frv-linux-gnu-gcc accepts -g
configure:2506: frv-linux-gnu-gcc -c -g  conftest.c >&5
configure:2509: $? = 0
configure:2512: test -s conftest.o
configure:2515: $? = 0
configure:2526: result: yes
configure:2543: checking for frv-linux-gnu-gcc option to accept ANSI C
configure:2604: frv-linux-gnu-gcc  -c -g -O2  conftest.c >&5
configure:2607: $? = 0
configure:2610: test -s conftest.o
configure:2613: $? = 0
configure:2631: result: none needed
configure:2649: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2652: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2842: checking build system type
configure:2860: result: i686-pc-linux-gnu
configure:2868: checking host system type
configure:2882: result: frv-unknown-linux-gnu
configure:2890: checking for a sed that does not truncate output
configure:2944: result: /bin/sed
configure:2947: checking for egrep
configure:2957: result: grep -E
configure:2973: checking for ld used by frv-linux-gnu-gcc
configure:3040: result: /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld
configure:3049: checking if the linker (/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld) is GNU ld
configure:3064: result: yes
configure:3069: checking for /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld option to reload object files
configure:3076: result: -r
configure:3085: checking for BSD-compatible nm
configure:3127: result: /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/frv-linux-gnu-nm -B
configure:3131: checking whether ln -s works
configure:3135: result: yes
configure:3142: checking how to recognise dependent libraries
configure:3342: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
configure:3788: checking how to run the C preprocessor
configure:3824: frv-linux-gnu-gcc -E  conftest.c
configure:3830: $? = 0
configure:3862: frv-linux-gnu-gcc -E  conftest.c
configure:3862:28: ac_nonexistent.h: No such file or directory
configure:3868: $? = 1
configure: failed program was:
| #line 3853 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3906: result: frv-linux-gnu-gcc -E
configure:3931: frv-linux-gnu-gcc -E  conftest.c
configure:3937: $? = 0
configure:3969: frv-linux-gnu-gcc -E  conftest.c
configure:3969:28: ac_nonexistent.h: No such file or directory
configure:3975: $? = 1
configure: failed program was:
| #line 3960 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4018: checking for ANSI C header files
configure:4044: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4047: $? = 0
configure:4050: test -s conftest.o
configure:4053: $? = 0
configure:4165: result: yes
configure:4189: checking for sys/types.h
configure:4206: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for sys/stat.h
configure:4206: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for stdlib.h
configure:4206: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for string.h
configure:4206: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for memory.h
configure:4206: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for strings.h
configure:4206: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for inttypes.h
configure:4206: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for stdint.h
configure:4206: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for unistd.h
configure:4206: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4252: checking dlfcn.h usability
configure:4265: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:4268: $? = 0
configure:4271: test -s conftest.o
configure:4274: $? = 0
configure:4284: result: yes
configure:4288: checking dlfcn.h presence
configure:4299: frv-linux-gnu-gcc -E  conftest.c
configure:4305: $? = 0
configure:4324: result: yes
configure:4360: checking for dlfcn.h
configure:4367: result: yes
configure:4390: checking for frv-linux-gnu-g++
configure:4406: found /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/frv-linux-gnu-g++
configure:4416: result: frv-linux-gnu-g++
configure:4474: checking for C++ compiler version
configure:4477: frv-linux-gnu-g++ --version </dev/null >&5
frv-linux-gnu-g++ (GCC) 3.4-frv-040820-3
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:4480: $? = 0
configure:4482: frv-linux-gnu-g++ -v </dev/null >&5
Reading specs from /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc/frv-linux-gnu/3.4-frv-040820-3/specs
Configured with: /es/build/frv-040820/3/frv-linux-gnu/sources/tools-src/configure -v --host=i686-pc-linux-gnulibc2.2 --target=frv-linux-gnu --build=i686-pc-linux-gnulibc2.2 --enable-languages=c,c++ --prefix=/opt/redhat/frv-040820-3 --exec_prefix=/opt/redhat/frv-040820-3/H-i686-pc-linux-gnulibc2.2 --with-sysroot --enable-threads --x-libraries=/opt/redhat/gnupro-03r1/H-i686-pc-linux-gnulibc2.2/bin/../i686-pc-linux-gnulibc2.2/sys-root/usr/X11R6/lib/ --x-includes=/opt/redhat/gnupro-03r1/H-i686-pc-linux-gnulibc2.2/bin/../i686-pc-linux-gnulibc2.2/sys-root/usr/X11R6/include/
Thread model: posix
gcc version 3.4-frv-040820-3
configure:4485: $? = 0
configure:4487: frv-linux-gnu-g++ -V </dev/null >&5
frv-linux-gnu-g++: `-V' option must have argument
configure:4490: $? = 1
configure:4493: checking whether we are using the GNU C++ compiler
configure:4518: frv-linux-gnu-g++ -c   conftest.cc >&5
configure:4521: $? = 0
configure:4524: test -s conftest.o
configure:4527: $? = 0
configure:4540: result: yes
configure:4546: checking whether frv-linux-gnu-g++ accepts -g
configure:4568: frv-linux-gnu-g++ -c -g  conftest.cc >&5
configure:4571: $? = 0
configure:4574: test -s conftest.o
configure:4577: $? = 0
configure:4588: result: yes
configure:4632: frv-linux-gnu-g++ -c -g -O2  conftest.cc >&5
configure:4635: $? = 0
configure:4638: test -s conftest.o
configure:4641: $? = 0
configure:4668: frv-linux-gnu-g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:4675: error: `exit' undeclared (first use this function)
configure:4675: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:4671: $? = 1
configure: failed program was:
| #line 4651 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define GETTEXT_PACKAGE "gtk20"
| #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.  */
|
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4632: frv-linux-gnu-g++ -c -g -O2  conftest.cc >&5
configure:4635: $? = 0
configure:4638: test -s conftest.o
configure:4641: $? = 0
configure:4668: frv-linux-gnu-g++ -c -g -O2  conftest.cc >&5
configure:4671: $? = 0
configure:4674: test -s conftest.o
configure:4677: $? = 0
configure:4705: checking how to run the C++ preprocessor
configure:4737: frv-linux-gnu-g++ -E  conftest.cc
configure:4743: $? = 0
configure:4775: frv-linux-gnu-g++ -E  conftest.cc
configure:4789:28: ac_nonexistent.h: No such file or directory
configure:4781: $? = 1
configure: failed program was:
| #line 4766 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define GETTEXT_PACKAGE "gtk20"
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4819: result: frv-linux-gnu-g++ -E
configure:4844: frv-linux-gnu-g++ -E  conftest.cc
configure:4850: $? = 0
configure:4882: frv-linux-gnu-g++ -E  conftest.cc
configure:4896:28: ac_nonexistent.h: No such file or directory
configure:4888: $? = 1
configure: failed program was:
| #line 4873 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define GETTEXT_PACKAGE "gtk20"
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4940: checking for frv-linux-gnu-g77
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-f77
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-xlf
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-frt
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-pgf77
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-fl32
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-af77
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-fort77
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-f90
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-xlf90
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-pgf90
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-epcf90
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-f95
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-fort
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-xlf95
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-lf95
configure:4969: result: no
configure:4940: checking for frv-linux-gnu-g95
configure:4969: result: no
configure:4982: checking for g77
configure:4998: found /usr/bin/g77
configure:5008: result: g77
configure:5026: checking for Fortran 77 compiler version
configure:5026: g77 --version </dev/null >&5
GNU Fortran (GCC 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:5029: $? = 0
configure:5031: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/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 --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
configure:5034: $? = 0
configure:5036: g77 -V </dev/null >&5
g77: argument to `-V' missing
configure:5039: $? = 1
configure:5046: checking whether we are using the GNU Fortran 77 compiler
configure:5060: g77 -c  conftest.F >&5
configure:5063: $? = 0
configure:5066: test -s conftest.o
configure:5069: $? = 0
configure:5082: result: yes
configure:5089: checking whether g77 accepts -g
configure:5101: g77 -c -g conftest.f >&5
configure:5104: $? = 0
configure:5107: test -s conftest.o
configure:5110: $? = 0
configure:5122: result: yes
configure:5150: checking the maximum length of command line arguments
configure:5209: result: 32768
configure:5220: checking command to parse /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/frv-linux-gnu-nm -B output from frv-linux-gnu-gcc object
configure:5309: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:5312: $? = 0
configure:5316: /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/frv-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][     ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5319: $? = 0
configure:5371: frv-linux-gnu-gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5374: $? = 0
configure:5412: result: ok
configure:5416: checking for objdir
configure:5431: result: .libs
configure:5483: checking for frv-linux-gnu-ar
configure:5499: found /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/frv-linux-gnu-ar
configure:5509: result: frv-linux-gnu-ar
configure:5563: checking for frv-linux-gnu-ranlib
configure:5579: found /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/frv-linux-gnu-ranlib
configure:5589: result: frv-linux-gnu-ranlib
configure:5643: checking for frv-linux-gnu-strip
configure:5659: found /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/frv-linux-gnu-strip
configure:5669: result: frv-linux-gnu-strip
configure:5762: checking for frv-linux-gnu-file
configure:5818: result: no
configure:5824: checking for file
configure:5877: result: /usr/bin/file
configure:5970: checking if frv-linux-gnu-gcc static flag  works
configure:5993: result: yes
configure:6010: checking if frv-linux-gnu-gcc supports -fno-rtti -fno-exceptions
configure:6031: frv-linux-gnu-gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:6035: $? = 0
configure:6043: result: no
configure:6058: checking for frv-linux-gnu-gcc option to produce PIC
configure:6235: result: -fPIC
configure:6242: checking if frv-linux-gnu-gcc PIC flag -fPIC works
configure:6263: frv-linux-gnu-gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6267: $? = 0
configure:6275: result: yes
configure:6299: checking if frv-linux-gnu-gcc supports -c -o file.o
configure:6330: frv-linux-gnu-gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6334: $? = 0
configure:6348: result: yes
configure:6374: checking whether the frv-linux-gnu-gcc linker (/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld) supports shared libraries
configure:7193: result: yes
configure:7219: checking whether -lc should be explicitly linked in
configure:7224: frv-linux-gnu-gcc -c -g -O2  conftest.c >&5
configure:7227: $? = 0
configure:7241: frv-linux-gnu-gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7244: $? = 0
configure:7256: result: no
configure:7264: checking how to hardcode library paths into programs
configure:7289: result: immediate
configure:7303: checking whether stripping libraries is possible
configure:7308: result: yes
configure:7330: checking dynamic linker characteristics
configure:7865: result: GNU/Linux ld.so
configure:8591: checking if libtool supports shared libraries
configure:8593: result: yes
configure:8596: checking whether to build shared libraries
configure:8645: result: yes
configure:8648: checking whether to build static libraries
configure:8652: result: no
configure:8743: creating libtool
configure:9287: checking for ld used by frv-linux-gnu-g++
configure:9354: result: /opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld
configure:9363: checking if the linker (/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld) is GNU ld
configure:9378: result: yes
configure:9429: checking whether the frv-linux-gnu-g++ linker (/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld) supports shared libraries
configure:10224: result: yes
configure:10242: frv-linux-gnu-g++ -c -g -O2  conftest.cc >&5
configure:10245: $? = 0
configure:10341: checking for frv-linux-gnu-g++ option to produce PIC
configure:10593: result: -fPIC
configure:10600: checking if frv-linux-gnu-g++ PIC flag -fPIC works
configure:10621: frv-linux-gnu-g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:10625: $? = 0
configure:10633: result: yes
configure:10657: checking if frv-linux-gnu-g++ supports -c -o file.o
configure:10688: frv-linux-gnu-g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:10692: $? = 0
configure:10706: result: yes
configure:10732: checking whether the frv-linux-gnu-g++ linker (/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld) supports shared libraries
configure:10757: result: yes
configure:10828: checking how to hardcode library paths into programs
configure:10853: result: immediate
configure:10867: checking whether stripping libraries is possible
configure:10872: result: yes
configure:10894: checking dynamic linker characteristics
configure:11429: result: GNU/Linux ld.so
configure:12628: checking if libtool supports shared libraries
configure:12630: result: yes
configure:12633: checking whether to build shared libraries
configure:12651: result: yes
configure:12654: checking whether to build static libraries
configure:12658: result: no
configure:12670: checking for g77 option to produce PIC
configure:12847: result: -fPIC
configure:12854: checking if g77 PIC flag -fPIC works
configure:12875: g77 -c -g -O2 -fPIC conftest.f >&5
configure:12879: $? = 0
configure:12887: result: yes
configure:12911: checking if g77 supports -c -o file.o
configure:12942: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:12946: $? = 0
configure:12960: result: yes
configure:12986: checking whether the g77 linker (/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld) supports shared libraries
configure:13783: result: yes
configure:13854: checking how to hardcode library paths into programs
configure:13879: result: immediate
configure:13893: checking whether stripping libraries is possible
configure:13898: result: yes
configure:13920: checking dynamic linker characteristics
configure:14455: result: GNU/Linux ld.so
configure:18402: checking whether to enable maintainer-specific portions of Makefiles
configure:18411: result: no
configure:18428: checking for some Win32 platform
configure:18438: result: no
configure:18451: checking for native Win32
configure:18462: result: no
configure:18635: checking whether build environment is sane
configure:18678: result: yes
configure:18683: checking for strerror in -lcposix
configure:18714: frv-linux-gnu-gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc/frv-linux-gnu/3.4-frv-040820-3/../../../../frv-linux-gnu/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:18717: $? = 1
configure: failed program was:
| #line 18690 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define GETTEXT_PACKAGE "gtk20"
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| /* 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 strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:18735: result: no
configure:18746: checking for frv-linux-gnu-gcc option to accept ANSI C
configure:18809: frv-linux-gnu-gcc  -c -g -O2  conftest.c >&5
configure:18812: $? = 0
configure:18815: test -s conftest.o
configure:18818: $? = 0
configure:18833: result: none needed
configure:18856: checking for a BSD-compatible install
configure:18910: result: /usr/bin/install -c
configure:18921: checking whether make sets $(MAKE)
configure:18941: result: yes
configure:19024: checking for pkg-config
configure:19042: found /usr/bin/pkg-config
configure:19055: result: /usr/bin/pkg-config
configure:19072: checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1
configure:19076: result: yes
configure:19080: checking BASE_DEPENDENCIES_CFLAGS
configure:19083: result: -I/opt/rootfs-glibc-frv-040820-3/usr/local/include/glib-2.0 -I/opt/rootfs-glibc-frv-040820-3/usr/local/lib/glib-2.0/include -I/opt/rootfs-glibc-frv-040820-3/usr/local/include/atk-1.0 -I/opt/rootfs-glibc-frv-040820-3/usr/local/include/pango-1.0 
configure:19086: checking BASE_DEPENDENCIES_LIBS
configure:19089: result: -Wl,--export-dynamic -L/opt/rootfs-glibc-frv-040820-3/usr/local/lib -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lm 
configure:19136: checking Whether to write dependencies into .pc files
configure:19154: result: no
configure:19174: checking for perl5
configure:19207: result: no
configure:19174: checking for perl
configure:19192: found /usr/bin/perl
configure:19204: result: /usr/bin/perl
configure:19218: checking for indent
configure:19234: found /usr/bin/indent
configure:19244: result: indent
configure:19266: checking for lstat
configure:19316: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:19319: $? = 0
configure:19322: test -s conftest
configure:19325: $? = 0
configure:19336: result: yes
configure:19266: checking for mkstemp
configure:19316: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:19319: $? = 0
configure:19322: test -s conftest
configure:19325: $? = 0
configure:19336: result: yes
configure:19266: checking for flockfile
configure:19316: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:19319: $? = 0
configure:19322: test -s conftest
configure:19325: $? = 0
configure:19336: result: yes
configure:19348: checking for sigsetjmp
configure:19370: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:19373: $? = 0
configure:19376: test -s conftest
configure:19379: $? = 0
configure:19389: result: yes
configure:19398: checking whether make is GNU Make
configure:19405: result: yes
configure:19433: checking locale.h usability
configure:19446: frv-linux-gnu-gcc -c -g -O2 -Wall  conftest.c >&5
configure:19449: $? = 0
configure:19452: test -s conftest.o
configure:19455: $? = 0
configure:19465: result: yes
configure:19469: checking locale.h presence
configure:19480: frv-linux-gnu-gcc -E  conftest.c
configure:19486: $? = 0
configure:19505: result: yes
configure:19541: checking for locale.h
configure:19548: result: yes
configure:19562: checking for LC_MESSAGES
configure:19584: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:19587: $? = 0
configure:19590: test -s conftest
configure:19593: $? = 0
configure:19604: result: yes
configure:19633: checking libintl.h usability
configure:19646: frv-linux-gnu-gcc -c -g -O2 -Wall  conftest.c >&5
configure:19649: $? = 0
configure:19652: test -s conftest.o
configure:19655: $? = 0
configure:19665: result: yes
configure:19669: checking libintl.h presence
configure:19680: frv-linux-gnu-gcc -E  conftest.c
configure:19686: $? = 0
configure:19705: result: yes
configure:19741: checking for libintl.h
configure:19748: result: yes
configure:19759: checking for dgettext in libc
configure:19783: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:19786: $? = 0
configure:19789: test -s conftest
configure:19792: $? = 0
configure:19804: result: yes
configure:19812: checking for bind_textdomain_codeset
configure:19862: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:19865: $? = 0
configure:19868: test -s conftest
configure:19871: $? = 0
configure:19882: result: yes
configure:20206: checking for msgfmt
configure:20233: result: /usr/bin/msgfmt
configure:20244: checking for dcgettext
configure:20294: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:20297: warning: conflicting types for built-in function 'dcgettext'
configure:20297: $? = 0
configure:20300: test -s conftest
configure:20303: $? = 0
configure:20314: result: yes
configure:20326: checking for gmsgfmt
configure:20357: result: /usr/bin/msgfmt
configure:20366: checking for xgettext
configure:20393: result: /usr/bin/xgettext
configure:20418: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:20421: $? = 0
configure:20424: test -s conftest
configure:20427: $? = 0
configure:20580: checking for catalogs to be installed
configure:20605: result:  am ar az be bg ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id is it ja ko lt lv mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr Latn sv ta tr uk vi wa yi zh_TW zh_CN
configure:20657: checking for extra flags to get ANSI library prototypes
configure:20663: result: none needed
configure:20744: checking for the BeOS
configure:20753: result: no
configure:20758: checking for extra flags for POSIX compliance
configure:20777: frv-linux-gnu-gcc -c -g -O2 -Wall  conftest.c >&5
configure: In function `main':

configure:20799: warning: unused variable `dir'
configure:20780: $? = 0
configure:20783: test -s conftest.o
configure:20786: $? = 0
configure:20788: result: none needed
configure:20872: checking for pkg-config
configure:20903: result: /usr/bin/pkg-config
configure:20926: checking for GLIB - version >= 2.1.4
configure:21072: result: yes (version 2.2.3)
configure:21169: checking for bind_textdomain_codeset
configure:21239: result: yes
configure:21265: checking pwd.h usability
configure:21278: frv-linux-gnu-gcc -c -g -O2 -Wall  conftest.c >&5
configure:21281: $? = 0
configure:21284: test -s conftest.o
configure:21287: $? = 0
configure:21297: result: yes
configure:21301: checking pwd.h presence
configure:21312: frv-linux-gnu-gcc -E  conftest.c
configure:21318: $? = 0
configure:21337: result: yes
configure:21373: checking for pwd.h
configure:21380: result: yes
configure:21410: checking sys/time.h usability
configure:21423: frv-linux-gnu-gcc -c -g -O2 -Wall  conftest.c >&5
configure:21426: $? = 0
configure:21429: test -s conftest.o
configure:21432: $? = 0
configure:21442: result: yes
configure:21446: checking sys/time.h presence
configure:21457: frv-linux-gnu-gcc -E  conftest.c
configure:21463: $? = 0
configure:21482: result: yes
configure:21518: checking for sys/time.h
configure:21525: result: yes
configure:21546: checking for unistd.h
configure:21551: result: yes
configure:21856: checking for ANSI C header files
configure:22003: result: yes
configure:22015: checking for an ANSI C-conforming const
configure:22083: frv-linux-gnu-gcc -c -g -O2 -Wall  conftest.c >&5
configure: In function `main':

configure:22090: warning: unused variable `s'
configure:22110: warning: unused variable `foo'
configure:22071: warning: unused variable `x'
configure:22077: warning: unused variable `zero'
configure:22107: warning: 'b' might be used uninitialized in this function
configure:22089: warning: 't' might be used uninitialized in this function
configure:22086: $? = 0
configure:22089: test -s conftest.o
configure:22092: $? = 0
configure:22103: result: yes
configure:22115: checking return type of signal handlers
configure:22147: frv-linux-gnu-gcc -c -g -O2 -Wall  conftest.c >&5
configure: In function `main':

configure:22177: warning: unused variable `i'
configure:22150: $? = 0
configure:22153: test -s conftest.o
configure:22156: $? = 0
configure:22167: result: void
configure:22181: checking for stdlib.h
configure:22186: result: yes
configure:22181: checking for unistd.h
configure:22186: result: yes
configure:22322: checking for getpagesize
configure:22372: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:22375: $? = 0
configure:22378: test -s conftest
configure:22381: $? = 0
configure:22392: result: yes
configure:22402: checking for working mmap
configure:22567: result: no
configure:22583: checking for getresuid
configure:22633: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:22636: $? = 0
configure:22639: test -s conftest
configure:22642: $? = 0
configure:22653: result: yes
configure:22663: checking for uid_t in sys/types.h
configure:22687: result: yes
configure:22704: checking for fd_set
configure:22723: frv-linux-gnu-gcc -c -g -O2 -Wall  conftest.c >&5
configure: In function `main':

configure:22758: warning: unused variable `readMask'
configure:22758: warning: unused variable `writeMask'
configure:22726: $? = 0
configure:22729: test -s conftest.o
configure:22732: $? = 0
configure:22743: result: yes, found in sys/types.h
configure:22780: checking for wchar.h
configure:22791: frv-linux-gnu-gcc -E  conftest.c
configure:22797: $? = 0
configure:22823: result: yes
configure:22827: checking for wctype.h
configure:22838: frv-linux-gnu-gcc -E  conftest.c
configure:22844: $? = 0
configure:22870: result: yes
configure:22875: checking for iswalnum
configure:22925: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:22928: $? = 0
configure:22931: test -s conftest
configure:22934: $? = 0
configure:22945: result: yes
configure:23014: checking if iswalnum() and friends are properly defined
configure:23046: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c    >&5
configure:23049: $? = 0
configure:23052: test -s conftest
configure:23055: $? = 0
configure:23075: result: yes
configure:23099: checking whether to build gmodulized gdk-pixbuf
configure:23114: result: yes
configure:23116: checking whether dynamic modules work
configure:23141: result: yes
configure:24255: checking pixbuf loaders to build
configure:24283: result:
configure:24306: checking for sys/wait.h that is POSIX.1 compatible
configure:24338: frv-linux-gnu-gcc -c -g -O2 -Wall  conftest.c >&5
configure:24341: $? = 0
configure:24344: test -s conftest.o
configure:24347: $? = 0
configure:24358: result: yes
configure:24369: checking return type of signal handlers
configure:24421: result: void
configure:24479: checking for x86 platform
configure:24488: result: no
configure:24552: checking for gdk-pixbuf-csource
configure:24570: found /usr/bin/gdk-pixbuf-csource
configure:24583: result: /usr/bin/gdk-pixbuf-csource
configure:24640: checking for freetype-config
configure:24671: result: /opt/rootfs-glibc-frv-040820-3/usr/local/bin/freetype-config
configure:24708: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c -L/opt/rootfs-glibc-frv-040820-3/usr/local/lib -Wl,--rpath -Wl,/opt/rootfs-glibc-frv-040820-3/usr/local/lib -lfreetype   >&5
configure:24711: $? = 0
configure:24714: test -s conftest
configure:24717: $? = 0
configure:24733: checking For sufficiently new FreeType (at least 2.0.1)
configure:24755: frv-linux-gnu-gcc -c -g -O2 -Wall  -I/opt/rootfs-glibc-frv-040820-3/usr/local/include/freetype2 -I/opt/rootfs-glibc-frv-040820-3/usr/local/include conftest.c >&5
configure:24758: $? = 0
configure:24761: test -s conftest.o
configure:24764: $? = 0
configure:24775: result: yes
configure:24853: checking for X
configure:25073: result: libraries /opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib, headers /opt/rootfs-glibc-frv-040820-3/usr/X11R6/include
configure:25226: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c    -L/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib -lX11 >&5
configure:25229: $? = 0
configure:25232: test -s conftest
configure:25235: $? = 0
configure:25372: checking for gethostbyname
configure:25422: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:25425: $? = 0
configure:25428: test -s conftest
configure:25431: $? = 0
configure:25442: result: yes
configure:25573: checking for connect
configure:25623: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:25626: $? = 0
configure:25629: test -s conftest
configure:25632: $? = 0
configure:25643: result: yes
configure:25708: checking for remove
configure:25758: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:25761: $? = 0
configure:25764: test -s conftest
configure:25767: $? = 0
configure:25778: result: yes
configure:25843: checking for shmat
configure:25893: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:25896: $? = 0
configure:25899: test -s conftest
configure:25902: $? = 0
configure:25913: result: yes
configure:25987: checking for IceConnectionNumber in -lICE
configure:26018: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   -L/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib conftest.c -lICE    >&5
configure:26021: $? = 0
configure:26024: test -s conftest
configure:26027: $? = 0
configure:26039: result: yes
configure:26355: checking for XOpenDisplay in -lX11
configure:26386: frv-linux-gnu-gcc -o conftest -g -O2 -Wall   conftest.c -lX11  -L/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig -lX11 -L/opt/rootfs-glibc-frv-040820-3/usr/local/lib -Wl,--rpath -Wl,/opt/rootfs-glibc-frv-040820-3/usr/local/lib -lfreetype   >&5
/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/../lib/gcc/frv-linux-gnu/3.4-frv-040820-3/../../../../frv-linux-gnu/bin/ld: warning: libXext.so.6, needed by /opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/libXft.so, not found (try using -rpath or -rpath-link)
/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/libXrender.so: undefined reference to `XextAddDisplay'
/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/libXrender.so: undefined reference to `XextFindDisplay'
/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/libXrender.so: undefined reference to `XextRemoveDisplay'
/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib/libXrender.so: undefined reference to `XMissingExtension'
collect2: ld returned 1 exit status
configure:26389: $? = 1
configure: failed program was:
| #line 26362 "configure"
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define GETTEXT_PACKAGE "gtk20"
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/opt/rootfs-glibc-frv-040820-3/usr/local/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| #define HAVE_SYS_WAIT_H 1
| #define RETSIGTYPE void
| #define HAVE_XFT 1
| #define HAVE_XFT2 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 XOpenDisplay ();
| int
| main ()
| {
| XOpenDisplay ();
|   ;
|   return 0;
| }
configure:26407: result: no
configure:26412: error: *** libX11 not found. Check 'config.log' for more details.

## ---------------- ##
## 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_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=set
ac_cv_env_build_alias_value=i686-pc-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=frv-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_connect=yes
ac_cv_func_dcgettext=yes
ac_cv_func_flockfile=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getresuid=yes
ac_cv_func_iswalnum=yes
ac_cv_func_lstat=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=no
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes         ac_x_includes=/opt/rootfs-glibc-frv-040820-3/usr/X11R6/include ac_x_libraries=/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib'
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pwd_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_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=frv-unknown-linux-gnu
ac_cv_host_alias=frv-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_X11_XOpenDisplay=no
ac_cv_lib_Xinerama_XineramaQueryExtension=no
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_FREETYPE_CONFIG=/opt/rootfs-glibc-frv-040820-3/usr/local/bin/freetype-config
ac_cv_path_GDK_PIXBUF_CSOURCE=/usr/bin/gdk-pixbuf-csource
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=frv-linux-gnu-ar
ac_cv_prog_CC=frv-linux-gnu-gcc
ac_cv_prog_CPP='frv-linux-gnu-gcc -E'
ac_cv_prog_CXX=frv-linux-gnu-g++
ac_cv_prog_CXXCPP='frv-linux-gnu-g++ -E'
ac_cv_prog_INDENT=indent
ac_cv_prog_RANLIB=frv-linux-gnu-ranlib
ac_cv_prog_STRIP=frv-linux-gnu-strip
ac_cv_prog_ac_ct_F77=g77
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=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_signal=void
ac_cv_type_uid_t=yes
am_cv_prog_cc_stdc=
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_have_gettext=yes
lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.2.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld
lt_cv_path_LDCXX=/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/frv-linux-gnu/bin/ld
lt_cv_path_MAGIC_CMD=/usr/bin/file
lt_cv_path_NM='/opt/gnu/frv-040820-3/H-i686-pc-linux-gnulibc2.2/bin/frv-linux-gnu-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_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[     ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][     ]*\(\)\([_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_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[     ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[     ][     ]*\\(\\)\\([_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='aclocal-1.4 '
AR='frv-linux-gnu-ar'
AS='${CC}'
ASFLAGS='${CFLAGS}'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.4'
BASE_DEPENDENCIES_CFLAGS='-I/opt/rootfs-glibc-frv-040820-3/usr/local/include/glib-2.0 -I/opt/rootfs-glibc-frv-040820-3/usr/local/lib/glib-2.0/include -I/opt/rootfs-glibc-frv-040820-3/usr/local/include/atk-1.0 -I/opt/rootfs-glibc-frv-040820-3/usr/local/include/pango-1.0  '
BASE_DEPENDENCIES_LIBS='-Wl,--export-dynamic -L/opt/rootfs-glibc-frv-040820-3/usr/local/lib -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lm  '
BUILD_DYNAMIC_MODULES_FALSE='#'
BUILD_DYNAMIC_MODULES_TRUE=''
CATALOGS=' am.gmo ar.gmo az.gmo be.gmo bg.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hi.gmo hr.gmo hu.gmo ia.gmo id.gmo is.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo mk.gmo ml.gmo mn.gmo ms.gmo ne.gmo nl.gmo nn.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr Latn gmo sv.gmo ta.gmo tr.gmo uk.gmo vi.gmo wa.gmo yi.gmo zh_TW.gmo zh_CN.gmo'
CATOBJEXT='.gmo'
CC='frv-linux-gnu-gcc'
CCAS='${CC}'
CCASFLAGS='${CFLAGS}'
CFLAGS='-g -O2 -Wall'
CPP='frv-linux-gnu-gcc -E'
CPPFLAGS=''
CROSS_COMPILING_FALSE='#'
CROSS_COMPILING_TRUE=''
CXX='frv-linux-gnu-g++'
CXXCPP='frv-linux-gnu-g++ -E'
CXXFLAGS='-g -O2'
DATADIRNAME='share'
DB2HTML=''
DEFS=''
DISABLE_EXPLICIT_DEPS_FALSE='#'
DISABLE_EXPLICIT_DEPS_TRUE=''
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_FB_MANAGER_FALSE=''
ENABLE_FB_MANAGER_TRUE=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
EXEEXT=''
F77='g77'
FFLAGS='-g -O2'
FREETYPE_CFLAGS='-I/opt/rootfs-glibc-frv-040820-3/usr/local/include/freetype2 -I/opt/rootfs-glibc-frv-040820-3/usr/local/include'
FREETYPE_CONFIG='/opt/rootfs-glibc-frv-040820-3/usr/local/bin/freetype-config'
FREETYPE_LIBS='-L/opt/rootfs-glibc-frv-040820-3/usr/local/lib -Wl,--rpath -Wl,/opt/rootfs-glibc-frv-040820-3/usr/local/lib -lfreetype'
GDK_DEP_CFLAGS=''
GDK_DEP_LIBS=''
GDK_EXTRA_CFLAGS=''
GDK_EXTRA_LIBS=''
GDK_PACKAGES=''
GDK_PIXBUF_CSOURCE='/usr/bin/gdk-pixbuf-csource'
GDK_PIXBUF_DEP_CFLAGS='-pthread -I/opt/rootfs-glibc-frv-040820-3/usr/local/include/glib-2.0 -I/opt/rootfs-glibc-frv-040820-3/usr/local/lib/glib-2.0/include   '
GDK_PIXBUF_DEP_LIBS='-Wl,--export-dynamic -L/opt/rootfs-glibc-frv-040820-3/usr/local/lib -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0 -lm    -lm'
GDK_PIXBUF_EXTRA_CFLAGS=''
GDK_PIXBUF_EXTRA_LIBS=' -lm'
GDK_PIXBUF_MAJOR='2'
GDK_PIXBUF_MICRO='4'
GDK_PIXBUF_MINOR='2'
GDK_PIXBUF_PACKAGES='gmodule-2.0 gobject-2.0'
GDK_PIXBUF_VERSION='2.2.4'
GDK_PIXBUF_XLIB_DEP_CFLAGS=''
GDK_PIXBUF_XLIB_DEP_LIBS=''
GDK_PIXBUF_XLIB_EXTRA_CFLAGS=''
GDK_PIXBUF_XLIB_EXTRA_LIBS=''
GDK_PIXBUF_XLIB_PACKAGES=''
GDK_WIN32_EXTRA_CFLAGS=''
GDK_WLIBS=''
GETTEXT_PACKAGE='gtk20'
GLIB_CFLAGS='-pthread -I/opt/rootfs-glibc-frv-040820-3/usr/local/include/glib-2.0 -I/opt/rootfs-glibc-frv-040820-3/usr/local/lib/glib-2.0/include  '
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-Wl,--export-dynamic -pthread -L/opt/rootfs-glibc-frv-040820-3/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lm  '
GLIB_MKENUMS='glib-mkenums'
GMOFILES=' am.gmo ar.gmo az.gmo be.gmo bg.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hi.gmo hr.gmo hu.gmo ia.gmo id.gmo is.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo mk.gmo ml.gmo mn.gmo ms.gmo ne.gmo nl.gmo nn.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr Latn gmo sv.gmo ta.gmo tr.gmo uk.gmo vi.gmo wa.gmo yi.gmo zh_TW.gmo zh_CN.gmo'
GMSGFMT='/usr/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
GTKDOC=''
GTK_API_VERSION='2.0'
GTK_BINARY_AGE='204'
GTK_BINARY_VERSION='2.2.0'
GTK_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
GTK_DEP_CFLAGS=''
GTK_DEP_LIBS=''
GTK_EXTRA_CFLAGS=''
GTK_EXTRA_LIBS=''
GTK_INTERFACE_AGE='4'
GTK_MAJOR_VERSION='2'
GTK_MICRO_VERSION='4'
GTK_MINOR_VERSION='2'
GTK_PACKAGES=''
GTK_VERSION='2.2.4'
GTK_XIM_FLAGS=''
HAVE_DOCBOOK_FALSE=''
HAVE_DOCBOOK_TRUE=''
HAVE_IE55_FALSE=''
HAVE_IE55_TRUE='#'
HAVE_JPEG_FALSE=''
HAVE_JPEG_TRUE='#'
HAVE_PNG_FALSE=''
HAVE_PNG_TRUE='#'
HAVE_SGML2HTML_FALSE=''
HAVE_SGML2HTML_TRUE=''
HAVE_TIFF_FALSE=''
HAVE_TIFF_TRUE='#'
HAVE_WINTAB_FALSE=''
HAVE_WINTAB_TRUE='#'
HAVE_X11R6_FALSE=''
HAVE_X11R6_TRUE=''
HAVE_XFT_FALSE='#'
HAVE_XFT_TRUE=''
HTML_DIR=''
IE55_UUID_LIB=''
INCLUDED_LOADER_DEFINE=''
INCLUDED_LOADER_OBJ=''
INDENT='indent'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTOBJEXT='.mo'
INTLLIBS=''
LDFLAGS=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBS=' '
LIBTIFF=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='200'
LT_CURRENT='200'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='2.0'
LT_REVISION='4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
OBJDUMP='objdump'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='gtk+'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=' am.po ar.po az.po be.po bg.po ca.po cs.po cy.po da.po de.po el.po en_GB.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po he.po hi.po hr.po hu.po ia.po id.po is.po it.po ja.po ko.po lt.po lv.po mk.po ml.po mn.po ms.po ne.po nl.po nn.po no.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sq.po sr.po sr Latn po sv.po ta.po tr.po uk.po vi.po wa.po yi.po zh_TW.po zh_CN.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='frv-linux-gnu-ranlib'
REBUILD=''
REBUILD_PNGS='#'
SET_MAKE=''
SGML2HTML=''
SHELL='/bin/sh'
STRIP='frv-linux-gnu-strip'
STRIP_BEGIN='$(strip $(STRIP_DUMMY)'
STRIP_DUMMY=''
STRIP_END=')'
USE_LINUX_FB_FALSE=''
USE_LINUX_FB_TRUE=''
USE_MMX_FALSE=''
USE_MMX_TRUE='#'
USE_NLS='yes'
USE_WIN32_FALSE=''
USE_WIN32_TRUE=''
USE_X11_FALSE=''
USE_X11_TRUE=''
VERSION='2.2.4'
WINTAB_LIB=''
XGETTEXT='/usr/bin/xgettext'
XINPUT_XFREE_FALSE=''
XINPUT_XFREE_TRUE=''
X_CFLAGS=' -I/opt/rootfs-glibc-frv-040820-3/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/opt/rootfs-glibc-frv-040820-3/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_AR=''
ac_ct_AS=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_F77='g77'
ac_ct_OBJDUMP=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias='i686-pc-linux-gnu'
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
gdktarget='x11'
gdktargetlib='libgdk-x11-2.0.la'
gtktargetlib='libgtk-x11-2.0.la'
host='frv-unknown-linux-gnu'
host_alias='frv-linux-gnu'
host_cpu='frv'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
ms_librarian=''
oldincludedir='/usr/include'
prefix='/opt/rootfs-glibc-frv-040820-3/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
xinput_progs=''

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

#define ENABLE_NLS 1
#define GETTEXT_PACKAGE "gtk20"
#define GTK_COMPILED_WITH_DEBUGGING "minimum"
#define GTK_LOCALEDIR "/opt/rootfs-glibc-frv-040820-3/usr/local/share/locale"
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_DCGETTEXT 1
#define HAVE_DLFCN_H 1
#define HAVE_FLOCKFILE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRESUID 1
#define HAVE_GETTEXT 1
#define HAVE_INTTYPES_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LOCALE_H 1
#define HAVE_LSTAT 1
#define HAVE_MEMORY_H 1
#define HAVE_MKSTEMP 1
#define HAVE_PWD_H 1
#define HAVE_PWD_H 1
#define HAVE_SIGSETJMP 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_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_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_XFT 1
#define HAVE_XFT2 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define USE_GMODULE 1
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 1


Attachment: config.log
Description: Binary data



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