gnustep-dev
[Top][All Lists]
Advanced

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

Compiler warnings for the cairo backend


From: Fred Kiefer
Subject: Compiler warnings for the cairo backend
Date: Tue, 27 Feb 2007 12:17:15 +0100
User-agent: Thunderbird 1.5.0.9 (X11/20060911)

Hi Nicola,

starting with your changes to the GNUstep make system, I am now getting
loads of warnings when compiling the cairo backend:

Compiling file CairoSurface.m ...
gcc: -lXft: linker input file unused because linking not done
gcc: -lXrender: linker input file unused because linking not done
gcc: -lX11: linker input file unused because linking not done
gcc: -lfontconfig: linker input file unused because linking not done
gcc: -lexpat: linker input file unused because linking not done
gcc: -lfreetype: linker input file unused because linking not done
gcc: -lz: linker input file unused because linking not done

Looks like linker flags get passed on to the compilation step, where
they aren't needed. I have attached the config.log file to make it
easier for you the track this problem, if you don't have cairo installed.

Cheers,
Fred
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.59.  Invocation command line was

  $ ./configure --enable-graphics=cairo --with-name=cairo -disable-glitz

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

hostname = hugo
uname -m = i686
uname -r = 2.6.18.2-34-default
uname -s = Linux
uname -v = #1 SMP Mon Nov 27 11:46:27 UTC 2006

/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: /root/GNUstep/Tools
PATH: /usr/GNUstep/Local/Tools
PATH: /usr/GNUstep/System/Tools
PATH: /home/fred/GNUstep/Tools
PATH: /usr/GNUstep/Local/Tools
PATH: /usr/GNUstep/System/Tools
PATH: /home/fred/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/X11R6/bin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/jvm/jre/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
PATH: /usr/lib/qt3/bin


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

configure:1402: checking for gcc
configure:1418: found /usr/bin/gcc
configure:1428: result: gcc
configure:1672: checking for C compiler version
configure:1675: gcc --version </dev/null >&5
gcc (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux)
Copyright (C) 2006 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:1678: $? = 0
configure:1680: gcc -v </dev/null >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr 
--with-local-prefix=/usr/local --infodir=/usr/share/info 
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib 
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada 
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 
--enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib 
--with-system-zlib --enable-shared --enable-__cxa_atexit 
--enable-libstdcxx-allocator=new --program-suffix=-4.1 
--enable-version-specific-runtime-libs --without-system-libunwind 
--with-cpu=generic --host=i586-suse-linux
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (SUSE Linux)
configure:1683: $? = 0
configure:1685: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:1688: $? = 1
configure:1711: checking for C compiler default output file name
configure:1714: gcc    conftest.c  >&5
configure:1717: $? = 0
configure:1763: result: a.out
configure:1768: checking whether the C compiler works
configure:1774: ./a.out
configure:1777: $? = 0
configure:1794: result: yes
configure:1801: checking whether we are cross compiling
configure:1803: result: no
configure:1806: checking for suffix of executables
configure:1808: gcc -o conftest    conftest.c  >&5
configure:1811: $? = 0
configure:1836: result: 
configure:1842: checking for suffix of object files
configure:1863: gcc -c   conftest.c >&5
configure:1866: $? = 0
configure:1888: result: o
configure:1892: checking whether we are using the GNU C compiler
configure:1916: gcc -c   conftest.c >&5
configure:1922: $? = 0
configure:1926: test -z 
                         || test ! -s conftest.err
configure:1929: $? = 0
configure:1932: test -s conftest.o
configure:1935: $? = 0
configure:1948: result: yes
configure:1954: checking whether gcc accepts -g
configure:1975: gcc -c -g  conftest.c >&5
configure:1981: $? = 0
configure:1985: test -z 
                         || test ! -s conftest.err
configure:1988: $? = 0
configure:1991: test -s conftest.o
configure:1994: $? = 0
configure:2005: result: yes
configure:2022: checking for gcc option to accept ANSI C
configure:2092: gcc  -c -g -O2  conftest.c >&5
configure:2098: $? = 0
configure:2102: test -z 
                         || test ! -s conftest.err
configure:2105: $? = 0
configure:2108: test -s conftest.o
configure:2111: $? = 0
configure:2129: result: none needed
configure:2147: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'me'
configure:2153: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2292: checking build system type
configure:2310: result: i686-pc-linux-gnu
configure:2318: checking host system type
configure:2332: result: i686-pc-linux-gnu
configure:2340: checking target system type
configure:2354: result: i686-pc-linux-gnu
configure:2446: checking how to run the C preprocessor
configure:2481: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2487: $? = 0
configure:2519: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2525: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2564: result: gcc -E
configure:2588: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2594: $? = 0
configure:2626: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:2632: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2676: checking for X
configure:2781: gcc -E  -I/usr/GNUstep/System/Library/Headers conftest.c
configure:2787: $? = 0
configure:2837: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lX11  >&5
configure:2843: $? = 0
configure:2847: test -z 
                         || test ! -s conftest.err
configure:2850: $? = 0
configure:2853: test -s conftest
configure:2856: $? = 0
configure:2906: result: libraries , headers 
configure:3078: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c   -lX11 >&5
configure:3084: $? = 0
configure:3088: test -z 
                         || test ! -s conftest.err
configure:3091: $? = 0
configure:3094: test -s conftest
configure:3097: $? = 0
configure:3255: checking for gethostbyname
configure:3312: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:3318: $? = 0
configure:3322: test -z 
                         || test ! -s conftest.err
configure:3325: $? = 0
configure:3328: test -s conftest
configure:3331: $? = 0
configure:3343: result: yes
configure:3494: checking for connect
configure:3551: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:3557: $? = 0
configure:3561: test -z 
                         || test ! -s conftest.err
configure:3564: $? = 0
configure:3567: test -s conftest
configure:3570: $? = 0
configure:3582: result: yes
configure:3657: checking for remove
configure:3714: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:3720: $? = 0
configure:3724: test -z 
                         || test ! -s conftest.err
configure:3727: $? = 0
configure:3730: test -s conftest
configure:3733: $? = 0
configure:3745: result: yes
configure:3820: checking for shmat
configure:3877: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  >&5
configure:3883: $? = 0
configure:3887: test -z 
                         || test ! -s conftest.err
configure:3890: $? = 0
configure:3893: test -s conftest
configure:3896: $? = 0
configure:3908: result: yes
configure:3992: checking for IceConnectionNumber in -lICE
configure:4022: gcc -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers  
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lICE   >&5
configure:4028: $? = 0
configure:4032: test -z 
                         || test ! -s conftest.err
configure:4035: $? = 0
configure:4038: test -s conftest
configure:4041: $? = 0
configure:4054: result: yes
configure:4079: checking for main in -lXext
configure:4103: gcc -o conftest -g -O2   -I/usr/GNUstep/System/Library/Headers  
 -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lXext  -lX11   >&5
configure:4109: $? = 0
configure:4113: test -z 
                         || test ! -s conftest.err
configure:4116: $? = 0
configure:4119: test -s conftest
configure:4122: $? = 0
configure:4135: result: yes
configure:4147: checking for main in -lXmu
configure:4171: gcc -o conftest -g -O2   -I/usr/GNUstep/System/Library/Headers  
 -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lXmu  -lXext -lX11   >&5
configure:4177: $? = 0
configure:4181: test -z 
                         || test ! -s conftest.err
configure:4184: $? = 0
configure:4187: test -s conftest
configure:4190: $? = 0
configure:4203: result: yes
configure:4219: checking for X11 function prototypes
configure:4221: checking for egrep
configure:4231: result: grep -E
configure:4256: result: yes
configure:4273: checking for ANSI C header files
configure:4298: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:4304: $? = 0
configure:4308: test -z 
                         || test ! -s conftest.err
configure:4311: $? = 0
configure:4314: test -s conftest.o
configure:4317: $? = 0
configure:4406: gcc -o conftest -g -O2   -I/usr/GNUstep/System/Library/Headers  
 -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  -lXmu -lXext -lX11   >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in function 
'exit'
configure:4409: $? = 0
configure:4411: ./conftest
configure:4414: $? = 0
configure:4429: result: yes
configure:4453: checking for sys/types.h
configure:4469: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:4475: $? = 0
configure:4479: test -z 
                         || test ! -s conftest.err
configure:4482: $? = 0
configure:4485: test -s conftest.o
configure:4488: $? = 0
configure:4499: result: yes
configure:4453: checking for sys/stat.h
configure:4469: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:4475: $? = 0
configure:4479: test -z 
                         || test ! -s conftest.err
configure:4482: $? = 0
configure:4485: test -s conftest.o
configure:4488: $? = 0
configure:4499: result: yes
configure:4453: checking for stdlib.h
configure:4469: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:4475: $? = 0
configure:4479: test -z 
                         || test ! -s conftest.err
configure:4482: $? = 0
configure:4485: test -s conftest.o
configure:4488: $? = 0
configure:4499: result: yes
configure:4453: checking for string.h
configure:4469: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:4475: $? = 0
configure:4479: test -z 
                         || test ! -s conftest.err
configure:4482: $? = 0
configure:4485: test -s conftest.o
configure:4488: $? = 0
configure:4499: result: yes
configure:4453: checking for memory.h
configure:4469: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:4475: $? = 0
configure:4479: test -z 
                         || test ! -s conftest.err
configure:4482: $? = 0
configure:4485: test -s conftest.o
configure:4488: $? = 0
configure:4499: result: yes
configure:4453: checking for strings.h
configure:4469: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:4475: $? = 0
configure:4479: test -z 
                         || test ! -s conftest.err
configure:4482: $? = 0
configure:4485: test -s conftest.o
configure:4488: $? = 0
configure:4499: result: yes
configure:4453: checking for inttypes.h
configure:4469: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:4475: $? = 0
configure:4479: test -z 
                         || test ! -s conftest.err
configure:4482: $? = 0
configure:4485: test -s conftest.o
configure:4488: $? = 0
configure:4499: result: yes
configure:4453: checking for stdint.h
configure:4469: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:4475: $? = 0
configure:4479: test -z 
                         || test ! -s conftest.err
configure:4482: $? = 0
configure:4485: test -s conftest.o
configure:4488: $? = 0
configure:4499: result: yes
configure:4453: checking for unistd.h
configure:4469: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:4475: $? = 0
configure:4479: test -z 
                         || test ! -s conftest.err
configure:4482: $? = 0
configure:4485: test -s conftest.o
configure:4488: $? = 0
configure:4499: result: yes
configure:4526: checking DPS/dpsclient.h usability
configure:4538: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
conftest.c:55:27: error: DPS/dpsclient.h: No such file or directory
configure:4544: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXMU 1
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <DPS/dpsclient.h>
configure:4567: result: no
configure:4571: checking DPS/dpsclient.h presence
configure:4581: gcc -E   -I/usr/GNUstep/System/Library/Headers conftest.c
conftest.c:21:27: error: DPS/dpsclient.h: No such file or directory
configure:4587: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXMU 1
| #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
| /* end confdefs.h.  */
| #include <DPS/dpsclient.h>
configure:4607: result: no
configure:4642: checking for DPS/dpsclient.h
configure:4649: result: no
configure:4526: checking DPS/dpsNXargs.h usability
configure:4538: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
conftest.c:55:27: error: DPS/dpsNXargs.h: No such file or directory
configure:4544: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXMU 1
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <DPS/dpsNXargs.h>
configure:4567: result: no
configure:4571: checking DPS/dpsNXargs.h presence
configure:4581: gcc -E   -I/usr/GNUstep/System/Library/Headers conftest.c
conftest.c:21:27: error: DPS/dpsNXargs.h: No such file or directory
configure:4587: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXMU 1
| #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
| /* end confdefs.h.  */
| #include <DPS/dpsNXargs.h>
configure:4607: result: no
configure:4642: checking for DPS/dpsNXargs.h
configure:4649: result: no
configure:4687: checking ft2build.h usability
configure:4699: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
-I/usr/include/freetype2 conftest.c >&5
configure:4705: $? = 0
configure:4709: test -z 
                         || test ! -s conftest.err
configure:4712: $? = 0
configure:4715: test -s conftest.o
configure:4718: $? = 0
configure:4728: result: yes
configure:4732: checking ft2build.h presence
configure:4742: gcc -E   -I/usr/GNUstep/System/Library/Headers 
-I/usr/include/freetype2 conftest.c
configure:4748: $? = 0
configure:4768: result: yes
configure:4803: checking for ft2build.h
configure:4810: result: yes
configure:4834: checking for pkg-config
configure:4852: found /usr/bin/pkg-config
configure:4865: result: /usr/bin/pkg-config
configure:4884: checking for xft
configure:4888: result: yes
configure:4892: checking XFT_CFLAGS
configure:4895: result: -DXTHREADS -I/usr/local/include -I/usr/X11R6/include 
-I/usr/include/freetype2  
configure:4898: checking XFT_LIBS
configure:4901: result: -L/usr/local/lib -L/usr/X11R6/lib -lXft -lXrender -lX11 
-lfontconfig -lexpat -lfreetype -lz  
configure:5171: checking for XftDrawStringUtf8 in -lXft
configure:5201: gcc -o conftest -g -O2 -DXTHREADS -I/usr/local/include 
-I/usr/X11R6/include -I/usr/include/freetype2     
-I/usr/GNUstep/System/Library/Headers   
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lXft  -L/usr/local/lib 
-L/usr/X11R6/lib -lXft -lXrender -lX11 -lfontconfig -lexpat -lfreetype -lz    
-lXmu -lXext -lX11   >&5
configure:5207: $? = 0
configure:5211: test -z 
                         || test ! -s conftest.err
configure:5214: $? = 0
configure:5217: test -s conftest
configure:5220: $? = 0
configure:5233: result: yes
configure:5248: checking for XftPatternGetString in -lXft
configure:5278: gcc -o conftest -g -O2 -DXTHREADS -I/usr/local/include 
-I/usr/X11R6/include -I/usr/include/freetype2     
-I/usr/GNUstep/System/Library/Headers   
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lXft  -L/usr/local/lib 
-L/usr/X11R6/lib -lXft -lXrender -lX11 -lfontconfig -lexpat -lfreetype -lz    
-lXmu -lXext -lX11   >&5
/tmp/ccIoUD4V.o: In function `main':
/usr/src/svn-gnustep/gnustep/devmodules/core/back/conftest.c:34: undefined 
reference to `XftPatternGetString'
collect2: ld returned 1 exit status
configure:5284: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXMU 1
| #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_XFT 1
| #define HAVE_UTF8 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 XftPatternGetString ();
| int
| main ()
| {
| XftPatternGetString ();
|   ;
|   return 0;
| }
configure:5310: result: no
configure:5322: checking for Xutf8LookupString
configure:5379: gcc -o conftest -g -O2 -DXTHREADS -I/usr/local/include 
-I/usr/X11R6/include -I/usr/include/freetype2     
-I/usr/GNUstep/System/Library/Headers   
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -L/usr/local/lib 
-L/usr/X11R6/lib -lXft -lXrender -lX11 -lfontconfig -lexpat -lfreetype -lz    
-lXmu -lXext -lX11   >&5
configure:5385: $? = 0
configure:5389: test -z 
                         || test ! -s conftest.err
configure:5392: $? = 0
configure:5395: test -s conftest
configure:5398: $? = 0
configure:5410: result: yes
configure:5420: checking for FcPatternCreate in -lfontconfig
configure:5450: gcc -o conftest -g -O2 -DXTHREADS -I/usr/local/include 
-I/usr/X11R6/include -I/usr/include/freetype2     
-I/usr/GNUstep/System/Library/Headers   
-L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lfontconfig  
-L/usr/local/lib -L/usr/X11R6/lib -lXft -lXrender -lX11 -lfontconfig -lexpat 
-lfreetype -lz    -lXmu -lXext -lX11   >&5
configure:5456: $? = 0
configure:5460: test -z 
                         || test ! -s conftest.err
configure:5463: $? = 0
configure:5466: test -s conftest
configure:5469: $? = 0
configure:5482: result: yes
configure:5500: checking fontconfig/fontconfig.h usability
configure:5512: gcc -c -g -O2 -DXTHREADS -I/usr/local/include 
-I/usr/X11R6/include -I/usr/include/freetype2     
-I/usr/GNUstep/System/Library/Headers conftest.c >&5
configure:5518: $? = 0
configure:5522: test -z 
                         || test ! -s conftest.err
configure:5525: $? = 0
configure:5528: test -s conftest.o
configure:5531: $? = 0
configure:5541: result: yes
configure:5545: checking fontconfig/fontconfig.h presence
configure:5555: gcc -E -DXTHREADS -I/usr/local/include -I/usr/X11R6/include 
-I/usr/include/freetype2     -I/usr/GNUstep/System/Library/Headers conftest.c
configure:5561: $? = 0
configure:5581: result: yes
configure:5616: checking for fontconfig/fontconfig.h
configure:5623: result: yes
configure:5658: checking for glXMakeContextCurrent in -lGL
configure:5688: gcc -o conftest -g -O2   -I/usr/GNUstep/System/Library/Headers  
 -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lGL   -lXmu -lXext -lX11   
>&5
configure:5694: $? = 0
configure:5698: test -z 
                         || test ! -s conftest.err
configure:5701: $? = 0
configure:5704: test -s conftest
configure:5707: $? = 0
configure:5720: result: yes
configure:5738: checking GL/glx.h usability
configure:5750: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:5756: $? = 0
configure:5760: test -z 
                         || test ! -s conftest.err
configure:5763: $? = 0
configure:5766: test -s conftest.o
configure:5769: $? = 0
configure:5779: result: yes
configure:5783: checking GL/glx.h presence
configure:5793: gcc -E   -I/usr/GNUstep/System/Library/Headers conftest.c
configure:5799: $? = 0
configure:5819: result: yes
configure:5854: checking for GL/glx.h
configure:5861: result: yes
configure:5867: checking for GLX_RGBA_TYPE
configure:5889: result: yes
configure:5929: checking for usleep
configure:5986: gcc -o conftest -g -O2   -I/usr/GNUstep/System/Library/Headers  
 -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  -lXmu -lXext -lX11   >&5
configure:5992: $? = 0
configure:5996: test -z 
                         || test ! -s conftest.err
configure:5999: $? = 0
configure:6002: test -s conftest
configure:6005: $? = 0
configure:6017: result: yes
configure:6033: checking for X11/extensions/XShm.h
configure:6049: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
configure:6055: $? = 0
configure:6059: test -z 
                         || test ! -s conftest.err
configure:6062: $? = 0
configure:6065: test -s conftest.o
configure:6068: $? = 0
configure:6079: result: yes
configure:6094: checking for shmctl
configure:6151: gcc -o conftest -g -O2   -I/usr/GNUstep/System/Library/Headers  
 -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c  -lXmu -lXext -lX11   >&5
configure:6157: $? = 0
configure:6161: test -z 
                         || test ! -s conftest.err
configure:6164: $? = 0
configure:6167: test -s conftest
configure:6170: $? = 0
configure:6182: result: yes
configure:6203: checking for main in -lgdi32
configure:6227: gcc -o conftest -g -O2   -I/usr/GNUstep/System/Library/Headers  
 -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lgdi32   -lXmu -lXext -lX11 
  >&5
/usr/lib/gcc/i586-suse-linux/4.1.2/../../../../i586-suse-linux/bin/ld: cannot 
find -lgdi32
collect2: ld returned 1 exit status
configure:6233: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXMU 1
| #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_XFT 1
| #define HAVE_UTF8 1
| #define HAVE_XUTF8LOOKUPSTRING 1
| #define HAVE_FC 1
| #define HAVE_GLX 1
| #define USE_XIM 1
| #define HAVE_USLEEP 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_SHMCTL 1
| #define XSHM 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:6259: result: no
configure:6270: checking for main in -lmsimg32
configure:6294: gcc -o conftest -g -O2   -I/usr/GNUstep/System/Library/Headers  
 -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lmsimg32   -lXmu -lXext 
-lX11   >&5
/usr/lib/gcc/i586-suse-linux/4.1.2/../../../../i586-suse-linux/bin/ld: cannot 
find -lmsimg32
collect2: ld returned 1 exit status
configure:6300: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXMU 1
| #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_XFT 1
| #define HAVE_UTF8 1
| #define HAVE_XUTF8LOOKUPSTRING 1
| #define HAVE_FC 1
| #define HAVE_GLX 1
| #define USE_XIM 1
| #define HAVE_USLEEP 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_SHMCTL 1
| #define XSHM 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:6326: result: no
configure:6350: checking for main in -lopengl32
configure:6374: gcc -o conftest -g -O2   -I/usr/GNUstep/System/Library/Headers  
 -L/usr/GNUstep/System/Library/Libraries/gnu-gnu-gnu 
-L/usr/GNUstep/System/Library/Libraries conftest.c -lopengl32   -lXmu -lXext 
-lX11   >&5
/usr/lib/gcc/i586-suse-linux/4.1.2/../../../../i586-suse-linux/bin/ld: cannot 
find -lopengl32
collect2: ld returned 1 exit status
configure:6380: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXMU 1
| #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_XFT 1
| #define HAVE_UTF8 1
| #define HAVE_XUTF8LOOKUPSTRING 1
| #define HAVE_FC 1
| #define HAVE_GLX 1
| #define USE_XIM 1
| #define HAVE_USLEEP 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_SHMCTL 1
| #define XSHM 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:6406: result: no
configure:6426: checking windows.h usability
configure:6438: gcc -c -g -O2   -I/usr/GNUstep/System/Library/Headers 
conftest.c >&5
conftest.c:65:21: error: windows.h: No such file or directory
configure:6444: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXMU 1
| #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_XFT 1
| #define HAVE_UTF8 1
| #define HAVE_XUTF8LOOKUPSTRING 1
| #define HAVE_FC 1
| #define HAVE_GLX 1
| #define USE_XIM 1
| #define HAVE_USLEEP 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_SHMCTL 1
| #define XSHM 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <windows.h>
configure:6467: result: no
configure:6471: checking windows.h presence
configure:6481: gcc -E   -I/usr/GNUstep/System/Library/Headers conftest.c
conftest.c:31:21: error: windows.h: No such file or directory
configure:6487: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXMU 1
| #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_XFT 1
| #define HAVE_UTF8 1
| #define HAVE_XUTF8LOOKUPSTRING 1
| #define HAVE_FC 1
| #define HAVE_GLX 1
| #define USE_XIM 1
| #define HAVE_USLEEP 1
| #define HAVE_X11_EXTENSIONS_XSHM_H 1
| #define HAVE_SHMCTL 1
| #define XSHM 1
| /* end confdefs.h.  */
| #include <windows.h>
configure:6507: result: no
configure:6542: checking for windows.h
configure:6549: result: no
configure:6626: checking for libart2
configure:6632: result: 2.3.17
configure:6916: checking for cairo
configure:6920: result: yes
configure:6924: checking CAIRO_CFLAGS
configure:6927: result: -I/usr/local/include/cairo  
configure:6930: checking CAIRO_LIBS
configure:6933: result: -L/usr/local/lib -L/usr/X11R6/lib -lcairo -lSM -lICE 
-lm -lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11  
configure:7015: checking for cairo-ft
configure:7019: result: yes
configure:7023: checking CAIRO_FT_CFLAGS
configure:7026: result: -INONE/include/cairo -I/usr/local/include/cairo 
-I/usr/include/freetype2  
configure:7029: checking CAIRO_FT_LIBS
configure:7032: result: -L/usr/local/lib -L/usr/X11R6/lib -lcairo -lSM -lICE 
-lm -lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11  
configure:7114: checking for cairo-xlib
configure:7118: result: yes
configure:7122: checking CAIRO_XLIB_CFLAGS
configure:7125: result: -INONE/include/cairo -I/usr/X11R6/include 
-I/usr/local/include/cairo  
configure:7128: checking CAIRO_XLIB_LIBS
configure:7131: result: -L/usr/X11R6/lib -L/usr/local/lib -lcairo -lSM -lICE 
-lm -lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11  
configure:7213: checking for cairo-win32
configure:7312: checking for cairo-glitz
configure:7316: result: yes
configure:7320: checking CAIRO_GLITZ_CFLAGS
configure:7323: result: -I/usr/local/include/cairo -I/usr/include/cairo  
configure:7326: checking CAIRO_GLITZ_LIBS
configure:7329: result: -L/usr/local/lib -L/usr/X11R6/lib -lcairo -lSM -lICE 
-lglitz -lm -lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11  
configure:8182: checking Backend Server
configure:8184: result: x11
configure:8187: checking Backend Graphics
configure:8189: result: cairo
configure:8229: checking Cairo backend
configure:8257: result: xlib
configure:8334: checking Backend name
configure:8341: result: cairo
configure:8442: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on hugo

config.status:685: creating back.make
config.status:685: creating config.make
config.status:788: creating config.h

## ---------------- ##
## 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_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_Xutf8LookupString=yes
ac_cv_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_shmctl=yes
ac_cv_func_usleep=yes
ac_cv_have_x='have_x=yes                ac_x_includes= ac_x_libraries='
ac_cv_header_DPS_dpsNXargs_h=no
ac_cv_header_DPS_dpsclient_h=no
ac_cv_header_GL_glx_h=yes
ac_cv_header_X11_extensions_XShm_h=yes
ac_cv_header_fontconfig_fontconfig_h=yes
ac_cv_header_ft2build_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_header_windows_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_GL_glXMakeContextCurrent=yes
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xext_main=yes
ac_cv_lib_Xft_XftDrawStringUtf8=yes
ac_cv_lib_Xft_XftPatternGetString=no
ac_cv_lib_Xmu_main=yes
ac_cv_lib_fontconfig_FcPatternCreate=yes
ac_cv_lib_gdi32_main=no
ac_cv_lib_msimg32_main=no
ac_cv_lib_opengl32_main=no
ac_cv_objext=o
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu

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

BACKEND_NAME='cairo'
BUILD_GRAPHICS='cairo'
BUILD_SERVER='x11'
CAIRO_CFLAGS='-INONE/include/cairo -I/usr/local/include/cairo 
-I/usr/include/freetype2   -INONE/include/cairo -I/usr/X11R6/include 
-I/usr/local/include/cairo   -L/usr/local/lib -L/usr/X11R6/lib -lXft -lXrender 
-lX11 -lfontconfig -lexpat -lfreetype -lz  '
CAIRO_FT_CFLAGS='-INONE/include/cairo -I/usr/local/include/cairo 
-I/usr/include/freetype2  '
CAIRO_FT_LIBS='-L/usr/local/lib -L/usr/X11R6/lib -lcairo -lSM -lICE -lm 
-lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11  '
CAIRO_GLITZ_CFLAGS='-I/usr/local/include/cairo -I/usr/include/cairo  '
CAIRO_GLITZ_LIBS='-L/usr/local/lib -L/usr/X11R6/lib -lcairo -lSM -lICE -lglitz 
-lm -lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11  '
CAIRO_LIBS='-L/usr/local/lib -L/usr/X11R6/lib -lcairo -lSM -lICE -lm -lfreetype 
-lz -lfontconfig -lexpat -lpng12 -lXrender -lX11   -L/usr/X11R6/lib 
-L/usr/local/lib -lcairo -lSM -lICE -lm -lfreetype -lz -lfontconfig -lexpat 
-lpng12 -lXrender -lX11  '
CAIRO_WIN32_CFLAGS=''
CAIRO_WIN32_LIBS=''
CAIRO_XLIB_CFLAGS='-INONE/include/cairo -I/usr/X11R6/include 
-I/usr/local/include/cairo  '
CAIRO_XLIB_LIBS='-L/usr/X11R6/lib -L/usr/local/lib -lcairo -lSM -lICE -lm 
-lfreetype -lz -lfontconfig -lexpat -lpng12 -lXrender -lX11  '
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS='-INONE/include/cairo -I/usr/local/include/cairo 
-I/usr/include/freetype2   -INONE/include/cairo -I/usr/X11R6/include 
-I/usr/local/include/cairo   -L/usr/local/lib -L/usr/X11R6/lib -lXft -lXrender 
-lX11 -lfontconfig -lexpat -lfreetype -lz     '
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GLITZ_CFLAGS=''
GLITZ_GLX_CFLAGS=''
GLITZ_GLX_LIBS=''
GLITZ_LIBS=''
GLITZ_WGL_CFLAGS=''
GLITZ_WGL_LIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS='-L/usr/local/lib -L/usr/X11R6/lib -lcairo -lSM -lICE -lm -lfreetype -lz 
-lfontconfig -lexpat -lpng12 -lXrender -lX11   -L/usr/X11R6/lib 
-L/usr/local/lib -lcairo -lSM -lICE -lm -lfreetype -lz -lfontconfig -lexpat 
-lpng12 -lXrender -lX11    -lXmu -lXext -lX11   -lGL'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
SHELL='/bin/sh'
WITH_GLITZ='no'
WITH_GLX='yes'
WITH_WGL='no'
WITH_WRASTER='no'
WITH_XFT='yes'
XFT_CFLAGS='-DXTHREADS -I/usr/local/include -I/usr/X11R6/include 
-I/usr/include/freetype2  '
XFT_LIBS='-L/usr/local/lib -L/usr/X11R6/lib -lXft -lXrender -lX11 -lfontconfig 
-lexpat -lfreetype -lz  '
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
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='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

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

#define BUILD_GRAPHICS cairo
#define BUILD_SERVER SERVER_x11
#define HAVE_FC 1
#define HAVE_GLX 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBXEXT 1
#define HAVE_LIBXMU 1
#define HAVE_MEMORY_H 1
#define HAVE_SHMCTL 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 HAVE_USLEEP 1
#define HAVE_UTF8 1
#define HAVE_X11_EXTENSIONS_XSHM_H 1
#define HAVE_XFT 1
#define HAVE_XUTF8LOOKUPSTRING 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define USE_XIM 1
#define XSHM 1

configure: exit 0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]