Ethereal-users: [Ethereal-users] Ethereal Compile - Dependancies
Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.
From: "Eric Romzek" <ericr@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Dec 2005 14:16:56 -0500
Hey guys,
libXrender -> libXft -> Xft -> Pango ->
(ATK along with all its dependencies) -> GDK+ -> Ethereal
That is the dependency that I am working with. This
is frustrating but kinda fun trying to make it all click together.
Right now I am trying to get libXrender installed
so I can move through the dependency tree.
This is the error that I am having with the
./configure:
checking for pkg-config...
/usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X_CFLAGS...
checking for X_LIBS...
checking for X... no
configure: error: X is required, but it was either disabled or not found.
checking pkg-config is at least version 0.9.0... yes
checking for X_CFLAGS...
checking for X_LIBS...
checking for X... no
configure: error: X is required, but it was either disabled or not found.
So what I try to do is manually point the configure
script to the X11 directory with this command:
[root@LinuxBed libXrender-0.9.0]# ./configure
X_CFLAGS=/usr/X11R6 X_LIBS=/usr/X1 1R6 RENDER_LIBS=/usr/X11R6
--x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X_CFLAGS... /usr/X11R6
checking for X_LIBS... /usr/X11R6
checking for RENDER_CFLAGS...
checking for RENDER_LIBS... /usr/X11R6
configure: error: Package requirements (render >= 0.9) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for X_CFLAGS... /usr/X11R6
checking for X_LIBS... /usr/X11R6
checking for RENDER_CFLAGS...
checking for RENDER_LIBS... /usr/X11R6
configure: error: Package requirements (render >= 0.9) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the RENDER_CFLAGS and
RENDER_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
Here is the config.log File:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
running configure, to aid debugging if configure makes a mistake.
It was created by libXrender configure 0.9.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure X_CFLAGS=/usr/X11R6 X_LIBS=/usr/X11R6
RENDER_LIBS=/usr/X11R6 --x-libraries=/usr/X11R6/lib
--x-includes=/usr/X11R6
## --------- ##
## Platform. ##
## --------- ##
## Platform. ##
## --------- ##
hostname = LinuxBed
uname -m = i686
uname -r = 2.6.14-1.1653_FC4
uname -s = Linux
uname -v = #1 Tue Dec 13 21:32:09 EST 2005
uname -m = i686
uname -r = 2.6.14-1.1653_FC4
uname -s = Linux
uname -v = #1 Tue Dec 13 21:32:09 EST 2005
/usr/bin/uname -p = unknown
/bin/uname -X = 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
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/ericr/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/ericr/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1583: checking for a BSD-compatible install
configure:1638: result: /usr/bin/install -c
configure:1649: checking whether build environment is sane
configure:1692: result: yes
configure:1725: checking for gawk
configure:1741: found /usr/bin/gawk
configure:1751: result: gawk
configure:1761: checking whether make sets $(MAKE)
configure:1781: result: yes
configure:1945: checking whether to enable maintainer-specific portions of Makefiles
configure:1954: result: no
configure:2020: checking for gcc
configure:2036: found /usr/local/bin/gcc
configure:2046: result: gcc
configure:2290: checking for C compiler version
configure:2293: gcc --version </dev/null >&5
gcc (GCC) 4.0.2
Copyright (C) 2005 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:1638: result: /usr/bin/install -c
configure:1649: checking whether build environment is sane
configure:1692: result: yes
configure:1725: checking for gawk
configure:1741: found /usr/bin/gawk
configure:1751: result: gawk
configure:1761: checking whether make sets $(MAKE)
configure:1781: result: yes
configure:1945: checking whether to enable maintainer-specific portions of Makefiles
configure:1954: result: no
configure:2020: checking for gcc
configure:2036: found /usr/local/bin/gcc
configure:2046: result: gcc
configure:2290: checking for C compiler version
configure:2293: gcc --version </dev/null >&5
gcc (GCC) 4.0.2
Copyright (C) 2005 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:2296: $? = 0
configure:2298: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /home/ericr/Desktop/gcc-4.0.2/configure
Thread model: posix
gcc version 4.0.2
configure:2301: $? = 0
configure:2303: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2306: $? = 1
configure:2329: checking for C compiler default output file name
configure:2332: gcc conftest.c >&5
configure:2335: $? = 0
configure:2381: result: a.out
configure:2386: checking whether the C compiler works
configure:2392: ./a.out
configure:2395: $? = 0
configure:2412: result: yes
configure:2419: checking whether we are cross compiling
configure:2421: result: no
configure:2424: checking for suffix of executables
configure:2426: gcc -o conftest conftest.c >&5
configure:2429: $? = 0
configure:2454: result:
configure:2460: checking for suffix of object files
configure:2481: gcc -c conftest.c >&5
configure:2484: $? = 0
configure:2506: result: o
configure:2510: checking whether we are using the GNU C compiler
configure:2534: gcc -c conftest.c >&5
configure:2540: $? = 0
configure:2543: test -z || test ! -s conftest.err
configure:2546: $? = 0
configure:2549: test -s conftest.o
configure:2552: $? = 0
configure:2565: result: yes
configure:2571: checking whether gcc accepts -g
configure:2592: gcc -c -g conftest.c >&5
configure:2598: $? = 0
configure:2601: test -z || test ! -s conftest.err
configure:2604: $? = 0
configure:2607: test -s conftest.o
configure:2610: $? = 0
configure:2621: result: yes
configure:2638: checking for gcc option to accept ANSI C
configure:2708: gcc -c -g -O2 conftest.c >&5
configure:2714: $? = 0
configure:2717: test -z || test ! -s conftest.err
configure:2720: $? = 0
configure:2723: test -s conftest.o
configure:2726: $? = 0
configure:2744: result: none needed
configure:2762: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2768: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2909: checking for style of include used by make
configure:2937: result: GNU
configure:2965: checking dependency style of gcc
configure:3048: result: gcc3
configure:3143: checking build system type
configure:3161: result: i686-pc-linux-gnu
configure:3169: checking host system type
configure:3183: result: i686-pc-linux-gnu
configure:3191: checking for a sed that does not truncate output
configure:3245: result: /bin/sed
configure:3248: checking for egrep
configure:3258: result: grep -E
configure:3274: checking for ld used by gcc
configure:3341: result: /usr/bin/ld
configure:3350: checking if the linker (/usr/bin/ld) is GNU ld
configure:3365: result: yes
configure:3370: checking for /usr/bin/ld option to reload object files
configure:3377: result: -r
configure:3386: checking for BSD-compatible nm
configure:3428: result: /usr/bin/nm -B
configure:3432: checking whether ln -s works
configure:3436: result: yes
configure:3443: checking how to recognise dependent libraries
configure:3617: result: pass_all
configure:3830: checking how to run the C preprocessor
configure:3865: gcc -E conftest.c
configure:3871: $? = 0
configure:3903: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3909: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libXrender"
| #define PACKAGE_TARNAME "libXrender"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "libXrender 0.9.0"
| #define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
| #define PACKAGE "libXrender"
| #define VERSION "0.9.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3948: result: gcc -E
configure:3972: gcc -E conftest.c
configure:3978: $? = 0
configure:4010: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4016: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libXrender"
| #define PACKAGE_TARNAME "libXrender"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "libXrender 0.9.0"
| #define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
| #define PACKAGE "libXrender"
| #define VERSION "0.9.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4060: checking for ANSI C header files
configure:4085: gcc -c -g -O2 conftest.c >&5
configure:4091: $? = 0
configure:4094: test -z || test ! -s conftest.err
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4192: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:4195: $? = 0
configure:4197: ./conftest
configure:4200: $? = 0
configure:4215: result: yes
configure:4239: checking for sys/types.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for sys/stat.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for stdlib.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for string.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for memory.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for strings.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for inttypes.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for stdint.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for unistd.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4310: checking dlfcn.h usability
configure:4322: gcc -c -g -O2 conftest.c >&5
configure:4328: $? = 0
configure:4331: test -z || test ! -s conftest.err
configure:4334: $? = 0
configure:4337: test -s conftest.o
configure:4340: $? = 0
configure:4350: result: yes
configure:4354: checking dlfcn.h presence
configure:4364: gcc -E conftest.c
configure:4370: $? = 0
configure:4390: result: yes
configure:4425: checking for dlfcn.h
configure:4432: result: yes
configure:4497: checking for g++
configure:4513: found /usr/local/bin/g++
configure:4523: result: g++
configure:4539: checking for C++ compiler version
configure:4542: g++ --version </dev/null >&5
g++ (GCC) 4.0.2
Copyright (C) 2005 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:2298: gcc -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /home/ericr/Desktop/gcc-4.0.2/configure
Thread model: posix
gcc version 4.0.2
configure:2301: $? = 0
configure:2303: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2306: $? = 1
configure:2329: checking for C compiler default output file name
configure:2332: gcc conftest.c >&5
configure:2335: $? = 0
configure:2381: result: a.out
configure:2386: checking whether the C compiler works
configure:2392: ./a.out
configure:2395: $? = 0
configure:2412: result: yes
configure:2419: checking whether we are cross compiling
configure:2421: result: no
configure:2424: checking for suffix of executables
configure:2426: gcc -o conftest conftest.c >&5
configure:2429: $? = 0
configure:2454: result:
configure:2460: checking for suffix of object files
configure:2481: gcc -c conftest.c >&5
configure:2484: $? = 0
configure:2506: result: o
configure:2510: checking whether we are using the GNU C compiler
configure:2534: gcc -c conftest.c >&5
configure:2540: $? = 0
configure:2543: test -z || test ! -s conftest.err
configure:2546: $? = 0
configure:2549: test -s conftest.o
configure:2552: $? = 0
configure:2565: result: yes
configure:2571: checking whether gcc accepts -g
configure:2592: gcc -c -g conftest.c >&5
configure:2598: $? = 0
configure:2601: test -z || test ! -s conftest.err
configure:2604: $? = 0
configure:2607: test -s conftest.o
configure:2610: $? = 0
configure:2621: result: yes
configure:2638: checking for gcc option to accept ANSI C
configure:2708: gcc -c -g -O2 conftest.c >&5
configure:2714: $? = 0
configure:2717: test -z || test ! -s conftest.err
configure:2720: $? = 0
configure:2723: test -s conftest.o
configure:2726: $? = 0
configure:2744: result: none needed
configure:2762: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2768: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2909: checking for style of include used by make
configure:2937: result: GNU
configure:2965: checking dependency style of gcc
configure:3048: result: gcc3
configure:3143: checking build system type
configure:3161: result: i686-pc-linux-gnu
configure:3169: checking host system type
configure:3183: result: i686-pc-linux-gnu
configure:3191: checking for a sed that does not truncate output
configure:3245: result: /bin/sed
configure:3248: checking for egrep
configure:3258: result: grep -E
configure:3274: checking for ld used by gcc
configure:3341: result: /usr/bin/ld
configure:3350: checking if the linker (/usr/bin/ld) is GNU ld
configure:3365: result: yes
configure:3370: checking for /usr/bin/ld option to reload object files
configure:3377: result: -r
configure:3386: checking for BSD-compatible nm
configure:3428: result: /usr/bin/nm -B
configure:3432: checking whether ln -s works
configure:3436: result: yes
configure:3443: checking how to recognise dependent libraries
configure:3617: result: pass_all
configure:3830: checking how to run the C preprocessor
configure:3865: gcc -E conftest.c
configure:3871: $? = 0
configure:3903: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3909: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libXrender"
| #define PACKAGE_TARNAME "libXrender"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "libXrender 0.9.0"
| #define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
| #define PACKAGE "libXrender"
| #define VERSION "0.9.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3948: result: gcc -E
configure:3972: gcc -E conftest.c
configure:3978: $? = 0
configure:4010: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4016: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libXrender"
| #define PACKAGE_TARNAME "libXrender"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "libXrender 0.9.0"
| #define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
| #define PACKAGE "libXrender"
| #define VERSION "0.9.0"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4060: checking for ANSI C header files
configure:4085: gcc -c -g -O2 conftest.c >&5
configure:4091: $? = 0
configure:4094: test -z || test ! -s conftest.err
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4192: gcc -o conftest -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
configure:4195: $? = 0
configure:4197: ./conftest
configure:4200: $? = 0
configure:4215: result: yes
configure:4239: checking for sys/types.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for sys/stat.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for stdlib.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for string.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for memory.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for strings.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for inttypes.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for stdint.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4239: checking for unistd.h
configure:4255: gcc -c -g -O2 conftest.c >&5
configure:4261: $? = 0
configure:4264: test -z || test ! -s conftest.err
configure:4267: $? = 0
configure:4270: test -s conftest.o
configure:4273: $? = 0
configure:4284: result: yes
configure:4310: checking dlfcn.h usability
configure:4322: gcc -c -g -O2 conftest.c >&5
configure:4328: $? = 0
configure:4331: test -z || test ! -s conftest.err
configure:4334: $? = 0
configure:4337: test -s conftest.o
configure:4340: $? = 0
configure:4350: result: yes
configure:4354: checking dlfcn.h presence
configure:4364: gcc -E conftest.c
configure:4370: $? = 0
configure:4390: result: yes
configure:4425: checking for dlfcn.h
configure:4432: result: yes
configure:4497: checking for g++
configure:4513: found /usr/local/bin/g++
configure:4523: result: g++
configure:4539: checking for C++ compiler version
configure:4542: g++ --version </dev/null >&5
g++ (GCC) 4.0.2
Copyright (C) 2005 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:4545: $? = 0
configure:4547: g++ -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /home/ericr/Desktop/gcc-4.0.2/configure
Thread model: posix
gcc version 4.0.2
configure:4550: $? = 0
configure:4552: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:4555: $? = 1
configure:4558: checking whether we are using the GNU C++ compiler
configure:4582: g++ -c conftest.cc >&5
configure:4588: $? = 0
configure:4591: test -z || test ! -s conftest.err
configure:4594: $? = 0
configure:4597: test -s conftest.o
configure:4600: $? = 0
configure:4613: result: yes
configure:4619: checking whether g++ accepts -g
configure:4640: g++ -c -g conftest.cc >&5
configure:4646: $? = 0
configure:4649: test -z || test ! -s conftest.err
configure:4652: $? = 0
configure:4655: test -s conftest.o
configure:4658: $? = 0
configure:4669: result: yes
configure:4711: g++ -c -g -O2 conftest.cc >&5
configure:4717: $? = 0
configure:4720: test -z || test ! -s conftest.err
configure:4723: $? = 0
configure:4726: test -s conftest.o
configure:4729: $? = 0
configure:4755: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:26: error: 'exit' was not declared in this scope
configure:4761: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libXrender"
| #define PACKAGE_TARNAME "libXrender"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "libXrender 0.9.0"
| #define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
| #define PACKAGE "libXrender"
| #define VERSION "0.9.0"
| #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:4711: g++ -c -g -O2 conftest.cc >&5
configure:4717: $? = 0
configure:4720: test -z || test ! -s conftest.err
configure:4723: $? = 0
configure:4726: test -s conftest.o
configure:4729: $? = 0
configure:4755: g++ -c -g -O2 conftest.cc >&5
configure:4761: $? = 0
configure:4764: test -z || test ! -s conftest.err
configure:4767: $? = 0
configure:4770: test -s conftest.o
configure:4773: $? = 0
configure:4798: checking dependency style of g++
configure:4881: result: gcc3
configure:4903: checking how to run the C++ preprocessor
configure:4934: g++ -E conftest.cc
configure:4940: $? = 0
configure:4972: g++ -E conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:4978: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libXrender"
| #define PACKAGE_TARNAME "libXrender"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "libXrender 0.9.0"
| #define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
| #define PACKAGE "libXrender"
| #define VERSION "0.9.0"
| #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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5017: result: g++ -E
configure:5041: g++ -E conftest.cc
configure:5047: $? = 0
configure:5079: g++ -E conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5085: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libXrender"
| #define PACKAGE_TARNAME "libXrender"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "libXrender 0.9.0"
| #define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
| #define PACKAGE "libXrender"
| #define VERSION "0.9.0"
| #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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5180: checking for g77
configure:5209: result: no
configure:5180: checking for f77
configure:5209: result: no
configure:5180: checking for xlf
configure:5209: result: no
configure:5180: checking for frt
configure:5209: result: no
configure:5180: checking for pgf77
configure:5209: result: no
configure:5180: checking for fort77
configure:5209: result: no
configure:5180: checking for fl32
configure:5209: result: no
configure:5180: checking for af77
configure:5209: result: no
configure:5180: checking for f90
configure:5209: result: no
configure:5180: checking for xlf90
configure:5209: result: no
configure:5180: checking for pgf90
configure:5209: result: no
configure:5180: checking for epcf90
configure:5209: result: no
configure:5180: checking for f95
configure:5209: result: no
configure:5180: checking for fort
configure:5209: result: no
configure:5180: checking for xlf95
configure:5209: result: no
configure:5180: checking for ifc
configure:5209: result: no
configure:5180: checking for efc
configure:5209: result: no
configure:5180: checking for pgf95
configure:5209: result: no
configure:5180: checking for lf95
configure:5209: result: no
configure:5180: checking for gfortran
configure:5209: result: no
configure:5221: checking for Fortran 77 compiler version
configure:5224: --version </dev/null >&5
./configure: line 5225: --version: command not found
configure:5227: $? = 127
configure:5229: -v </dev/null >&5
./configure: line 5230: -v: command not found
configure:5232: $? = 127
configure:5234: -V </dev/null >&5
./configure: line 5235: -V: command not found
configure:5237: $? = 127
configure:5245: checking whether we are using the GNU Fortran 77 compiler
configure:5259: -c conftest.F >&5
./configure: line 5260: -c: command not found
configure:5265: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5290: result: no
configure:5296: checking whether accepts -g
configure:5308: -c -g conftest.f >&5
./configure: line 5309: -c: command not found
configure:5314: $? = 127
configure: failed program was:
| program main
|
| end
configure:5338: result: no
configure:5368: checking the maximum length of command line arguments
configure:5433: result: 32768
configure:5444: checking command to parse /usr/bin/nm -B output from gcc object
configure:5533: gcc -c -g -O2 conftest.c >&5
configure:5536: $? = 0
configure:5540: /usr/bin/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:5543: $? = 0
configure:5595: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5598: $? = 0
configure:5636: result: ok
configure:5640: checking for objdir
configure:5655: result: .libs
configure:5745: checking for ar
configure:5761: found /usr/bin/ar
configure:5772: result: ar
configure:5825: checking for ranlib
configure:5841: found /usr/bin/ranlib
configure:5852: result: ranlib
configure:5905: checking for strip
configure:5921: found /usr/bin/strip
configure:5932: result: strip
configure:6194: checking if gcc static flag works
configure:6217: result: yes
configure:6235: checking if gcc supports -fno-rtti -fno-exceptions
configure:6253: 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:6257: $? = 0
configure:6268: result: no
configure:6283: checking for gcc option to produce PIC
configure:6460: result: -fPIC
configure:6468: checking if gcc PIC flag -fPIC works
configure:6486: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:6490: $? = 0
configure:6501: result: yes
configure:6525: checking if gcc supports -c -o file.o
configure:6546: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6550: $? = 0
configure:6570: result: yes
configure:6596: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7443: result: yes
configure:7469: checking whether -lc should be explicitly linked in
configure:7474: gcc -c -g -O2 conftest.c >&5
configure:7477: $? = 0
configure:7491: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7494: $? = 0
configure:7506: result: no
configure:7514: checking dynamic linker characteristics
configure:8066: result: GNU/Linux ld.so
configure:8070: checking how to hardcode library paths into programs
configure:8095: result: immediate
configure:8109: checking whether stripping libraries is possible
configure:8114: result: yes
configure:8937: checking if libtool supports shared libraries
configure:8939: result: yes
configure:8942: checking whether to build shared libraries
configure:9000: result: yes
configure:9003: checking whether to build static libraries
configure:9007: result: yes
configure:9099: creating libtool
configure:9646: checking for ld used by g++
configure:9713: result: /usr/bin/ld
configure:9722: checking if the linker (/usr/bin/ld) is GNU ld
configure:9737: result: yes
configure:9788: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10614: result: yes
configure:10632: g++ -c -g -O2 conftest.cc >&5
configure:10635: $? = 0
configure:10731: checking for g++ option to produce PIC
configure:10983: result: -fPIC
configure:10991: checking if g++ PIC flag -fPIC works
configure:11009: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:11013: $? = 0
configure:11024: result: yes
configure:11048: checking if g++ supports -c -o file.o
configure:11069: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11073: $? = 0
configure:11093: result: yes
configure:11119: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11147: result: yes
configure:11218: checking dynamic linker characteristics
configure:11770: result: GNU/Linux ld.so
configure:11774: checking how to hardcode library paths into programs
configure:11799: result: immediate
configure:11813: checking whether stripping libraries is possible
configure:11818: result: yes
configure:19111: checking for pkg-config
configure:19129: found /usr/local/bin/pkg-config
configure:19141: result: /usr/local/bin/pkg-config
configure:19156: checking pkg-config is at least version 0.9.0
configure:19159: result: yes
configure:19170: checking for X_CFLAGS
configure:19191: result: /usr/X11R6
configure:19193: checking for X_LIBS
configure:19214: result: /usr/X11R6
configure:20708: checking for RENDER_CFLAGS
configure:20716: $PKG_CONFIG --exists "render >= $RENDER_VERSION" >/dev/null 2>&1
configure:20719: $? = 1
configure:20729: result:
configure:20731: checking for RENDER_LIBS
configure:20752: result: /usr/X11R6
Package render was not found in the pkg-config search path.
Perhaps you should add the directory containing `render.pc'
to the PKG_CONFIG_PATH environment variable
No package 'render' found
configure:20766: error: Package requirements (render >= 0.9) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
configure:4547: g++ -v </dev/null >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: /home/ericr/Desktop/gcc-4.0.2/configure
Thread model: posix
gcc version 4.0.2
configure:4550: $? = 0
configure:4552: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:4555: $? = 1
configure:4558: checking whether we are using the GNU C++ compiler
configure:4582: g++ -c conftest.cc >&5
configure:4588: $? = 0
configure:4591: test -z || test ! -s conftest.err
configure:4594: $? = 0
configure:4597: test -s conftest.o
configure:4600: $? = 0
configure:4613: result: yes
configure:4619: checking whether g++ accepts -g
configure:4640: g++ -c -g conftest.cc >&5
configure:4646: $? = 0
configure:4649: test -z || test ! -s conftest.err
configure:4652: $? = 0
configure:4655: test -s conftest.o
configure:4658: $? = 0
configure:4669: result: yes
configure:4711: g++ -c -g -O2 conftest.cc >&5
configure:4717: $? = 0
configure:4720: test -z || test ! -s conftest.err
configure:4723: $? = 0
configure:4726: test -s conftest.o
configure:4729: $? = 0
configure:4755: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:26: error: 'exit' was not declared in this scope
configure:4761: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libXrender"
| #define PACKAGE_TARNAME "libXrender"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "libXrender 0.9.0"
| #define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
| #define PACKAGE "libXrender"
| #define VERSION "0.9.0"
| #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:4711: g++ -c -g -O2 conftest.cc >&5
configure:4717: $? = 0
configure:4720: test -z || test ! -s conftest.err
configure:4723: $? = 0
configure:4726: test -s conftest.o
configure:4729: $? = 0
configure:4755: g++ -c -g -O2 conftest.cc >&5
configure:4761: $? = 0
configure:4764: test -z || test ! -s conftest.err
configure:4767: $? = 0
configure:4770: test -s conftest.o
configure:4773: $? = 0
configure:4798: checking dependency style of g++
configure:4881: result: gcc3
configure:4903: checking how to run the C++ preprocessor
configure:4934: g++ -E conftest.cc
configure:4940: $? = 0
configure:4972: g++ -E conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:4978: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libXrender"
| #define PACKAGE_TARNAME "libXrender"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "libXrender 0.9.0"
| #define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
| #define PACKAGE "libXrender"
| #define VERSION "0.9.0"
| #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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5017: result: g++ -E
configure:5041: g++ -E conftest.cc
configure:5047: $? = 0
configure:5079: g++ -E conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5085: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "libXrender"
| #define PACKAGE_TARNAME "libXrender"
| #define PACKAGE_VERSION "0.9.0"
| #define PACKAGE_STRING "libXrender 0.9.0"
| #define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
| #define PACKAGE "libXrender"
| #define VERSION "0.9.0"
| #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
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5180: checking for g77
configure:5209: result: no
configure:5180: checking for f77
configure:5209: result: no
configure:5180: checking for xlf
configure:5209: result: no
configure:5180: checking for frt
configure:5209: result: no
configure:5180: checking for pgf77
configure:5209: result: no
configure:5180: checking for fort77
configure:5209: result: no
configure:5180: checking for fl32
configure:5209: result: no
configure:5180: checking for af77
configure:5209: result: no
configure:5180: checking for f90
configure:5209: result: no
configure:5180: checking for xlf90
configure:5209: result: no
configure:5180: checking for pgf90
configure:5209: result: no
configure:5180: checking for epcf90
configure:5209: result: no
configure:5180: checking for f95
configure:5209: result: no
configure:5180: checking for fort
configure:5209: result: no
configure:5180: checking for xlf95
configure:5209: result: no
configure:5180: checking for ifc
configure:5209: result: no
configure:5180: checking for efc
configure:5209: result: no
configure:5180: checking for pgf95
configure:5209: result: no
configure:5180: checking for lf95
configure:5209: result: no
configure:5180: checking for gfortran
configure:5209: result: no
configure:5221: checking for Fortran 77 compiler version
configure:5224: --version </dev/null >&5
./configure: line 5225: --version: command not found
configure:5227: $? = 127
configure:5229: -v </dev/null >&5
./configure: line 5230: -v: command not found
configure:5232: $? = 127
configure:5234: -V </dev/null >&5
./configure: line 5235: -V: command not found
configure:5237: $? = 127
configure:5245: checking whether we are using the GNU Fortran 77 compiler
configure:5259: -c conftest.F >&5
./configure: line 5260: -c: command not found
configure:5265: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5290: result: no
configure:5296: checking whether accepts -g
configure:5308: -c -g conftest.f >&5
./configure: line 5309: -c: command not found
configure:5314: $? = 127
configure: failed program was:
| program main
|
| end
configure:5338: result: no
configure:5368: checking the maximum length of command line arguments
configure:5433: result: 32768
configure:5444: checking command to parse /usr/bin/nm -B output from gcc object
configure:5533: gcc -c -g -O2 conftest.c >&5
configure:5536: $? = 0
configure:5540: /usr/bin/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:5543: $? = 0
configure:5595: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5598: $? = 0
configure:5636: result: ok
configure:5640: checking for objdir
configure:5655: result: .libs
configure:5745: checking for ar
configure:5761: found /usr/bin/ar
configure:5772: result: ar
configure:5825: checking for ranlib
configure:5841: found /usr/bin/ranlib
configure:5852: result: ranlib
configure:5905: checking for strip
configure:5921: found /usr/bin/strip
configure:5932: result: strip
configure:6194: checking if gcc static flag works
configure:6217: result: yes
configure:6235: checking if gcc supports -fno-rtti -fno-exceptions
configure:6253: 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:6257: $? = 0
configure:6268: result: no
configure:6283: checking for gcc option to produce PIC
configure:6460: result: -fPIC
configure:6468: checking if gcc PIC flag -fPIC works
configure:6486: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:6490: $? = 0
configure:6501: result: yes
configure:6525: checking if gcc supports -c -o file.o
configure:6546: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6550: $? = 0
configure:6570: result: yes
configure:6596: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7443: result: yes
configure:7469: checking whether -lc should be explicitly linked in
configure:7474: gcc -c -g -O2 conftest.c >&5
configure:7477: $? = 0
configure:7491: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7494: $? = 0
configure:7506: result: no
configure:7514: checking dynamic linker characteristics
configure:8066: result: GNU/Linux ld.so
configure:8070: checking how to hardcode library paths into programs
configure:8095: result: immediate
configure:8109: checking whether stripping libraries is possible
configure:8114: result: yes
configure:8937: checking if libtool supports shared libraries
configure:8939: result: yes
configure:8942: checking whether to build shared libraries
configure:9000: result: yes
configure:9003: checking whether to build static libraries
configure:9007: result: yes
configure:9099: creating libtool
configure:9646: checking for ld used by g++
configure:9713: result: /usr/bin/ld
configure:9722: checking if the linker (/usr/bin/ld) is GNU ld
configure:9737: result: yes
configure:9788: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10614: result: yes
configure:10632: g++ -c -g -O2 conftest.cc >&5
configure:10635: $? = 0
configure:10731: checking for g++ option to produce PIC
configure:10983: result: -fPIC
configure:10991: checking if g++ PIC flag -fPIC works
configure:11009: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:11013: $? = 0
configure:11024: result: yes
configure:11048: checking if g++ supports -c -o file.o
configure:11069: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:11073: $? = 0
configure:11093: result: yes
configure:11119: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11147: result: yes
configure:11218: checking dynamic linker characteristics
configure:11770: result: GNU/Linux ld.so
configure:11774: checking how to hardcode library paths into programs
configure:11799: result: immediate
configure:11813: checking whether stripping libraries is possible
configure:11818: result: yes
configure:19111: checking for pkg-config
configure:19129: found /usr/local/bin/pkg-config
configure:19141: result: /usr/local/bin/pkg-config
configure:19156: checking pkg-config is at least version 0.9.0
configure:19159: result: yes
configure:19170: checking for X_CFLAGS
configure:19191: result: /usr/X11R6
configure:19193: checking for X_LIBS
configure:19214: result: /usr/X11R6
configure:20708: checking for RENDER_CFLAGS
configure:20716: $PKG_CONFIG --exists "render >= $RENDER_VERSION" >/dev/null 2>&1
configure:20719: $? = 1
configure:20729: result:
configure:20731: checking for RENDER_LIBS
configure:20752: result: /usr/X11R6
Package render was not found in the pkg-config search path.
Perhaps you should add the directory containing `render.pc'
to the PKG_CONFIG_PATH environment variable
No package 'render' found
configure:20766: error: Package requirements (render >= 0.9) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the RENDER_CFLAGS and RENDER_LIBS environment
variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
## 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_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_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_RENDER_CFLAGS_set=
ac_cv_env_RENDER_CFLAGS_value=
ac_cv_env_RENDER_LIBS_set=set
ac_cv_env_RENDER_LIBS_value=/usr/X11R6
ac_cv_env_X_CFLAGS_set=set
ac_cv_env_X_CFLAGS_value=/usr/X11R6
ac_cv_env_X_LIBS_set=set
ac_cv_env_X_LIBS_value=/usr/X11R6
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_ac_pt_PKG_CONFIG=/usr/local/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=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
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=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_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'\''"'
pkg_cv_RENDER_LIBS=/usr/X11R6
pkg_cv_X_CFLAGS=/usr/X11R6
pkg_cv_X_LIBS=/usr/X11R6
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_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_RENDER_CFLAGS_set=
ac_cv_env_RENDER_CFLAGS_value=
ac_cv_env_RENDER_LIBS_set=set
ac_cv_env_RENDER_LIBS_value=/usr/X11R6
ac_cv_env_X_CFLAGS_set=set
ac_cv_env_X_CFLAGS_value=/usr/X11R6
ac_cv_env_X_LIBS_set=set
ac_cv_env_X_LIBS_value=/usr/X11R6
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_ac_pt_PKG_CONFIG=/usr/local/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=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
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=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_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'\''"'
pkg_cv_RENDER_LIBS=/usr/X11R6
pkg_cv_X_CFLAGS=/usr/X11R6
pkg_cv_X_LIBS=/usr/X11R6
## ----------------- ##
## Output variables. ##
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run
aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run autoconf'
AUTOHEADER='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run autoheader'
AUTOMAKE='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run makeinfo'
OBJEXT='o'
PACKAGE='libXrender'
PACKAGE_BUGREPORT='keithp@xxxxxxxxxx'
PACKAGE_NAME='libXrender'
PACKAGE_STRING='libXrender 0.9.0'
PACKAGE_TARNAME='libXrender'
PACKAGE_VERSION='0.9.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
RANLIB='ranlib'
RENDER_CFLAGS=''
RENDER_LIBS='/usr/X11R6'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.9.0'
X_CFLAGS='/usr/X11R6'
X_EXTRA_LIBS=''
X_LIBS='/usr/X11R6'
X_NON_PKG_CFLAGS=''
X_NON_PKG_LIBS=''
X_PRE_LIBS=''
X_REQUIRES='x11'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_pt_PKG_CONFIG='/usr/local/bin/pkg-config'
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/ericr/Desktop/xft/libXrender-0.9.0/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=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run autoconf'
AUTOHEADER='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run autoheader'
AUTOMAKE='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/ericr/Desktop/xft/libXrender-0.9.0/missing --run makeinfo'
OBJEXT='o'
PACKAGE='libXrender'
PACKAGE_BUGREPORT='keithp@xxxxxxxxxx'
PACKAGE_NAME='libXrender'
PACKAGE_STRING='libXrender 0.9.0'
PACKAGE_TARNAME='libXrender'
PACKAGE_VERSION='0.9.0'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
RANLIB='ranlib'
RENDER_CFLAGS=''
RENDER_LIBS='/usr/X11R6'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.9.0'
X_CFLAGS='/usr/X11R6'
X_EXTRA_LIBS=''
X_LIBS='/usr/X11R6'
X_NON_PKG_CFLAGS=''
X_NON_PKG_LIBS=''
X_PRE_LIBS=''
X_REQUIRES='x11'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_pt_PKG_CONFIG='/usr/local/bin/pkg-config'
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/ericr/Desktop/xft/libXrender-0.9.0/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. ##
## ----------- ##
## confdefs.h. ##
## ----------- ##
#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 "libXrender"
#define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
#define PACKAGE_NAME "libXrender"
#define PACKAGE_STRING "libXrender 0.9.0"
#define PACKAGE_TARNAME "libXrender"
#define PACKAGE_VERSION "0.9.0"
#define STDC_HEADERS 1
#define VERSION "0.9.0"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
#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 "libXrender"
#define PACKAGE_BUGREPORT "keithp@xxxxxxxxxx"
#define PACKAGE_NAME "libXrender"
#define PACKAGE_STRING "libXrender 0.9.0"
#define PACKAGE_TARNAME "libXrender"
#define PACKAGE_VERSION "0.9.0"
#define STDC_HEADERS 1
#define VERSION "0.9.0"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
Any help or even the direction to go from here would be GREATLY appreciated. Thank you in advance!
- Prev by Date: Re: [Ethereal-users] Extracting E-mail content using filters.
- Next by Date: [Ethereal-users] Ethereal on OpenBSD 3.8
- Previous by thread: [Ethereal-users] [ANNOUNCE] WinPcap 3.2 alpha1 has been released
- Next by thread: [Ethereal-users] Ethereal on OpenBSD 3.8
- Index(es):