[cairo] Undefined symbols in test directory compile

Matt Schalit mschalit at pacbell.net
Tue Jul 26 15:53:39 PDT 2005


I seem to be getting a few errors during gmake that I can't fix, mostly
because I'm not so good at makefiles and dependencies.  I've included the
output of gmake and the config.log file to see if anyone can help.  This
occured with the latest CVS on SCO Unixware 7.1.1 (don't laugh it's all I got).
I'm trying to eventually build GTK2 to build Firefox.  Ok thanks!
Oh yea, one thing I do know is that I would need a -lsocket -lnsl to get
rid of the net errors and I guess a -liconv, but I'm really confused why
the -lpng12 didn't cover the png_jmpbuf ???  Ok thanks again.
Matt



$ gmake
gmake  all-recursive
gmake[1]: Entering directory `/home/matthew/Junk/cairo'
Making all in src
gmake[2]: Entering directory `/home/matthew/Junk/cairo/src'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/matthew/Junk/cairo/src'
Making all in test
gmake[2]: Entering directory `/home/matthew/Junk/cairo/test'
/bin/bash ../libtool --mode=link gcc  -g -O2   -o imagediff  imagediff.o libcairotest.la ../src/libcairo.la -lm
gcc -g -O2 -o imagediff imagediff.o  ./.libs/libcairotest.al ../src/.libs/libcairo.a -L/usr/local/lib
-L/usr/X11R6.1/lib /usr/local/lib/libXrender.a -lpng12 -lX11 -lm /usr/local/lib/libpixman.so
/usr/local/lib/libfontconfig.so /usr/local/lib/libexpat.so /usr/local/lib/libfreetype.so
/usr/local/lib/libz.so -lm -lm
Undefined                       first referenced
symbol                              in file
_xti_look                           libX11.so
libiconv                            /usr/local/lib/libfontconfig.so
getnetpath                          libX11.so
endnetpath                          libX11.so
libiconv_open                       /usr/local/lib/libfontconfig.so
_xti_snddis                         libX11.so
_xti_close                          libX11.so
setnetpath                          libX11.so
_t_errno                            libX11.so
_xti_free                           libX11.so
endnetconfig                        libX11.so
libiconv_close                      /usr/local/lib/libfontconfig.so
png_jmpbuf                          libcairo.a(cairo-png.o)
_xti_open                           libX11.so
getnetconfig                        libX11.so
_xti_rcvdis                         libX11.so
_xti_alloc                          libX11.so
gethostbyname                       libX11.so
_xti_unbind                         libX11.so
setnetconfig                        libX11.so
UX:ld: ERROR: Symbol referencing errors. No output written to imagediff
collect2: ld returned 1 exit status
gmake[2]: *** [imagediff] Error 1
gmake[2]: Leaving directory `/home/matthew/Junk/cairo/test'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/matthew/Junk/cairo'
gmake: *** [all] Error 2





=================================================================================
And here's the config.log.  Not sure if it was ok to attach it or inline it???
=================================================================================
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-maintainer-mode --enable-gtk-doc

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

hostname = yoda.schalit.net
uname -m = i386
uname -r = 5
uname -s = UnixWare
uname -v = 7.1.1

/usr/bin/uname -p = x86at
/bin/uname -X     =
System = UnixWare
Node = yoda
Release = 5
KernelID = 04/11/12
Machine = Pentium III
BusType = ISA
Serial = 2FK031293
Users = 15
OEM# = 0
Origin# = 1
NumCPU = 2

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/matthew/Bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/ccs/bin
PATH: /usr/dt/bin
PATH: /usr/bin/X11
PATH: /usr/java/bin
PATH: /usr/local/bin
PATH: /usr/ccs/bin
PATH: /usr/gnu/bin
PATH: /usr/local/bin
PATH: /usr/java/bin
PATH: /usr/X/bin
PATH: .


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

configure:1552: checking for a BSD-compatible install
configure:1607: result: /usr/local/bin/ginstall -c
configure:1618: checking whether build environment is sane
configure:1661: result: yes
configure:1726: checking for gawk
configure:1742: found /usr/gnu/bin/gawk
configure:1752: result: gawk
configure:1762: checking whether make sets $(MAKE)
configure:1782: result: yes
configure:1953: checking whether to enable maintainer-specific portions of Makefiles
configure:1962: result: yes
configure:2024: checking for gcc
configure:2040: found /usr/gnu/bin/gcc
configure:2050: result: gcc
configure:2294: checking for C compiler version
configure:2297: gcc --version </dev/null >&5
2.95.3pl1
configure:2300: $? = 0
configure:2302: gcc -v </dev/null >&5
Reading specs from /usr/gnu/lib/gcc-lib/i586-unknown-sysv5/2.95.3pl1/specs
gcc version 2.95.3pl1 20010315 (release) - OU8
configure:2305: $? = 0
configure:2307: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2310: $? = 1
configure:2333: checking for C compiler default output file name
configure:2336: gcc    conftest.c  >&5
configure:2339: $? = 0
configure:2385: result: a.out
configure:2390: checking whether the C compiler works
configure:2396: ./a.out
configure:2399: $? = 0
configure:2416: result: yes
configure:2423: checking whether we are cross compiling
configure:2425: result: no
configure:2428: checking for suffix of executables
configure:2430: gcc -o conftest    conftest.c  >&5
configure:2433: $? = 0
configure:2458: result:
configure:2464: checking for suffix of object files
configure:2485: gcc -c   conftest.c >&5
configure:2488: $? = 0
configure:2510: result: o
configure:2514: checking whether we are using the GNU C compiler
configure:2538: gcc -c   conftest.c >&5
configure:2544: $? = 0
configure:2548: test -z
			 || test ! -s conftest.err
configure:2551: $? = 0
configure:2554: test -s conftest.o
configure:2557: $? = 0
configure:2570: result: yes
configure:2576: checking whether gcc accepts -g
configure:2597: gcc -c -g  conftest.c >&5
configure:2603: $? = 0
configure:2607: test -z
			 || test ! -s conftest.err
configure:2610: $? = 0
configure:2613: test -s conftest.o
configure:2616: $? = 0
configure:2627: result: yes
configure:2644: checking for gcc option to accept ANSI C
configure:2714: gcc  -c -g -O2  conftest.c >&5
configure:2720: $? = 0
configure:2724: test -z
			 || test ! -s conftest.err
configure:2727: $? = 0
configure:2730: test -s conftest.o
configure:2733: $? = 0
configure:2751: result: none needed
configure:2769: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2775: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2919: checking for style of include used by make
configure:2947: result: GNU
configure:2975: checking dependency style of gcc
configure:3065: result: gcc
configure:3087: checking how to run the C preprocessor
configure:3122: gcc -E  conftest.c
configure:3128: $? = 0
configure:3160: gcc -E  conftest.c
conftest.c:11: ac_nonexistent.h: No such file or directory
configure:3166: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cairo"
| #define VERSION "0.5.2-head"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3205: result: gcc -E
configure:3229: gcc -E  conftest.c
configure:3235: $? = 0
configure:3267: gcc -E  conftest.c
conftest.c:11: ac_nonexistent.h: No such file or directory
configure:3273: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cairo"
| #define VERSION "0.5.2-head"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3388: checking build system type
configure:3406: result: i686-unknown-sysv5UnixWare7.1.1
configure:3414: checking host system type
configure:3428: result: i686-unknown-sysv5UnixWare7.1.1
configure:3458: checking for ld used by GCC
configure:3521: result: /usr/ccs/bin/ld
configure:3530: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:3542: result: no
configure:3547: checking for /usr/ccs/bin/ld option to reload object files
configure:3554: result: -r
configure:3559: checking for BSD-compatible nm
configure:3595: result: /bin/nm -p
configure:3598: checking whether ln -s works
configure:3602: result: yes
configure:3609: checking how to recognise dependant libraries
configure:3788: result: unknown
configure:3801: checking command to parse /bin/nm -p output
configure:3882: gcc -c -g -O2  conftest.c >&5
configure:3885: $? = 0
configure:3889: /bin/nm -p conftest.o \| sed -n -e 's/^.*[ 	]\([BDT][BDT]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3892: $? = 0
configure:3944: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:3947: $? = 0
configure:3991: result: ok
configure:3996: checking for egrep
configure:4006: result: grep -E
configure:4011: checking for ANSI C header files
configure:4036: gcc -c -g -O2  conftest.c >&5
configure:4042: $? = 0
configure:4046: test -z
			 || test ! -s conftest.err
configure:4049: $? = 0
configure:4052: test -s conftest.o
configure:4055: $? = 0
configure:4141: gcc -o conftest -g -O2   conftest.c  >&5
configure:4144: $? = 0
configure:4146: ./conftest
configure:4149: $? = 0
configure:4164: result: yes
configure:4188: checking for sys/types.h
configure:4204: gcc -c -g -O2  conftest.c >&5
configure:4210: $? = 0
configure:4214: test -z
			 || test ! -s conftest.err
configure:4217: $? = 0
configure:4220: test -s conftest.o
configure:4223: $? = 0
configure:4234: result: yes
configure:4188: checking for sys/stat.h
configure:4204: gcc -c -g -O2  conftest.c >&5
configure:4210: $? = 0
configure:4214: test -z
			 || test ! -s conftest.err
configure:4217: $? = 0
configure:4220: test -s conftest.o
configure:4223: $? = 0
configure:4234: result: yes
configure:4188: checking for stdlib.h
configure:4204: gcc -c -g -O2  conftest.c >&5
configure:4210: $? = 0
configure:4214: test -z
			 || test ! -s conftest.err
configure:4217: $? = 0
configure:4220: test -s conftest.o
configure:4223: $? = 0
configure:4234: result: yes
configure:4188: checking for string.h
configure:4204: gcc -c -g -O2  conftest.c >&5
configure:4210: $? = 0
configure:4214: test -z
			 || test ! -s conftest.err
configure:4217: $? = 0
configure:4220: test -s conftest.o
configure:4223: $? = 0
configure:4234: result: yes
configure:4188: checking for memory.h
configure:4204: gcc -c -g -O2  conftest.c >&5
configure:4210: $? = 0
configure:4214: test -z
			 || test ! -s conftest.err
configure:4217: $? = 0
configure:4220: test -s conftest.o
configure:4223: $? = 0
configure:4234: result: yes
configure:4188: checking for strings.h
configure:4204: gcc -c -g -O2  conftest.c >&5
configure:4210: $? = 0
configure:4214: test -z
			 || test ! -s conftest.err
configure:4217: $? = 0
configure:4220: test -s conftest.o
configure:4223: $? = 0
configure:4234: result: yes
configure:4188: checking for inttypes.h
configure:4204: gcc -c -g -O2  conftest.c >&5
configure:4210: $? = 0
configure:4214: test -z
			 || test ! -s conftest.err
configure:4217: $? = 0
configure:4220: test -s conftest.o
configure:4223: $? = 0
configure:4234: result: yes
configure:4188: checking for stdint.h
configure:4204: gcc -c -g -O2  conftest.c >&5
configure:4210: $? = 0
configure:4214: test -z
			 || test ! -s conftest.err
configure:4217: $? = 0
configure:4220: test -s conftest.o
configure:4223: $? = 0
configure:4234: result: yes
configure:4188: checking for unistd.h
configure:4204: gcc -c -g -O2  conftest.c >&5
configure:4210: $? = 0
configure:4214: test -z
			 || test ! -s conftest.err
configure:4217: $? = 0
configure:4220: test -s conftest.o
configure:4223: $? = 0
configure:4234: result: yes
configure:4260: checking dlfcn.h usability
configure:4272: gcc -c -g -O2  conftest.c >&5
configure:4278: $? = 0
configure:4282: test -z
			 || test ! -s conftest.err
configure:4285: $? = 0
configure:4288: test -s conftest.o
configure:4291: $? = 0
configure:4301: result: yes
configure:4305: checking dlfcn.h presence
configure:4315: gcc -E  conftest.c
configure:4321: $? = 0
configure:4341: result: yes
configure:4376: checking for dlfcn.h
configure:4383: result: yes
configure:4580: checking for ranlib
configure:4596: found /usr/gnu/bin/ranlib
configure:4607: result: ranlib
configure:4660: checking for strip
configure:4676: found /bin/strip
configure:4687: result: strip
configure:4907: checking for objdir
configure:4918: result: .libs
configure:4935: checking for gcc option to produce PIC
configure:5085: result: -fPIC
configure:5089: checking if gcc PIC flag -fPIC works
configure:5112: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:5118: $? = 0
configure:5122: test -z
			 || test ! -s conftest.err
configure:5125: $? = 0
configure:5128: test -s conftest.o
configure:5131: $? = 0
configure:5169: result: yes
configure:5185: checking if gcc static flag -static works
configure:5209: gcc -o conftest -g -O2   -static conftest.c  >&5
configure:5215: $? = 0
configure:5219: test -z
			 || test ! -s conftest.err
configure:5222: $? = 0
configure:5225: test -s conftest
configure:5228: $? = 0
configure:5245: result: yes
configure:5257: checking if gcc supports -c -o file.o
configure:5280: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:5301: result: yes
configure:5306: checking if gcc supports -c -o file.lo
configure:5333: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:5339: $? = 0
configure:5343: test -z
			 || test ! -s conftest.err
configure:5346: $? = 0
configure:5349: test -s conftest.lo
configure:5352: $? = 0
configure:5374: result: yes
configure:5405: checking if gcc supports -fno-rtti -fno-exceptions
configure:5427: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
configure:5433: $? = 0
configure:5437: test -z
			 || test ! -s conftest.err
configure:5440: $? = 0
configure:5443: test -s conftest.o
configure:5446: $? = 0
configure:5463: result: yes
configure:5474: checking whether the linker (/usr/ccs/bin/ld) supports shared libraries
configure:6154: result: yes
configure:6159: checking how to hardcode library paths into programs
configure:6183: result: immediate
configure:6188: checking whether stripping libraries is possible
configure:6196: result: no
configure:6204: checking dynamic linker characteristics
configure:6597: result: sysv5UnixWare7.1.1 ld.so
configure:6602: checking if libtool supports shared libraries
configure:6604: result: yes
configure:6607: checking whether to build shared libraries
configure:6628: result: yes
configure:6631: checking whether to build static libraries
configure:6635: result: yes
configure:7996: checking for ANSI C header files
configure:8149: result: yes
configure:8159: checking whether byte ordering is bigendian
configure:8186: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:30: `bogus' undeclared (first use in this function)
conftest.c:30: (Each undeclared identifier is reported only once
conftest.c:30: for each function it appears in.)
conftest.c:30: parse error before `endian'
configure:8192: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cairo"
| #define VERSION "0.5.2-head"
| #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
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
|  bogus endian macros
| #endif
|
|   ;
|   return 0;
| }
configure:8346: gcc -o conftest -g -O2   conftest.c  >&5
configure:8349: $? = 0
configure:8351: ./conftest
configure:8354: $? = 0
configure:8370: result: no
configure:8394: checking for vasnprintf
configure:8451: gcc -o conftest -g -O2   conftest.c  >&5
Undefined 
		first referenced
symbol  			    in file
vasnprintf                          /var/tmp/ccjw8yrd.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:8457: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cairo"
| #define VERSION "0.5.2-head"
| #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
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vasnprintf innocuous_vasnprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vasnprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef vasnprintf
|
| /* 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 vasnprintf ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_vasnprintf) || defined (__stub___vasnprintf)
| choke me
| #else
| char (*f) () = vasnprintf;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != vasnprintf;
|   ;
|   return 0;
| }
configure:8482: result: no
configure:8631: checking for main in -lm
configure:8655: gcc -o conftest -g -O2   conftest.c -lm   >&5
configure:8661: $? = 0
configure:8665: test -z
			 || test ! -s conftest.err
configure:8668: $? = 0
configure:8671: test -s conftest
configure:8674: $? = 0
configure:8687: result: yes
configure:8703: checking for sincos
configure:8760: gcc -o conftest -g -O2   conftest.c  -lm >&5
Undefined 
		first referenced
symbol  			    in file
sincos                              /var/tmp/ccV7HSxd.o
UX:ld: ERROR: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:8766: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cairo"
| #define VERSION "0.5.2-head"
| #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
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| /* Define sincos to an innocuous variant, in case <limits.h> declares sincos.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sincos innocuous_sincos
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sincos (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sincos
|
| /* 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 sincos ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_sincos) || defined (__stub___sincos)
| choke me
| #else
| char (*f) () = sincos;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sincos;
|   ;
|   return 0;
| }
configure:8791: result: no
configure:8812: checking for X
configure:9042: result: libraries /usr/X11R6.1/lib, headers /usr/X11R6.1/include
configure:9052: checking for pkg-config
configure:9070: found /usr/local/bin/pkg-config
configure:9083: result: /usr/local/bin/pkg-config
configure:9100: checking for xrender >= 0.6
configure:9104: result: yes
configure:9108: checking XRENDER_CFLAGS
configure:9111: result: -DXTHREADS -I/usr/local/include -I/usr/X11R6.1/include
configure:9114: checking XRENDER_LIBS
configure:9117: result: -L/usr/local/lib -L/usr/X11R6.1/lib -lXrender -lX11
configure:10486: checking Carbon/Carbon.h usability
configure:10498: gcc -c -g -O2  conftest.c >&5
conftest.c:57: Carbon/Carbon.h: No such file or directory
configure:10504: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cairo"
| #define VERSION "0.5.2-head"
| #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
| #define STDC_HEADERS 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 <Carbon/Carbon.h>
configure:10527: result: no
configure:10531: checking Carbon/Carbon.h presence
configure:10541: gcc -E  conftest.c
conftest.c:23: Carbon/Carbon.h: No such file or directory
configure:10547: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cairo"
| #define VERSION "0.5.2-head"
| #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
| #define STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <Carbon/Carbon.h>
configure:10567: result: no
configure:10602: checking for Carbon/Carbon.h
configure:10609: result: no
configure:10703: checking for xcb
configure:10768: checking for some Win32 platform
configure:10778: result: no
configure:10837: checking for compress in -lz
configure:10867: gcc -o conftest -g -O2   conftest.c -lz   -lm >&5
configure:10873: $? = 0
configure:10877: test -z
			 || test ! -s conftest.err
configure:10880: $? = 0
configure:10883: test -s conftest
configure:10886: $? = 0
configure:10899: result: yes
configure:10912: checking zlib.h usability
configure:10924: gcc -c -g -O2  conftest.c >&5
configure:10930: $? = 0
configure:10934: test -z
			 || test ! -s conftest.err
configure:10937: $? = 0
configure:10940: test -s conftest.o
configure:10943: $? = 0
configure:10953: result: yes
configure:10957: checking zlib.h presence
configure:10967: gcc -E  conftest.c
configure:10973: $? = 0
configure:10993: result: yes
configure:11028: checking for zlib.h
configure:11035: result: yes
configure:11147: checking for libpng12
configure:11151: result: yes
configure:11155: checking PNG_CFLAGS
configure:11158: result: -I/usr/local/include/libpng12
configure:11161: checking PNG_LIBS
configure:11164: result: -L/usr/local/lib -lpng12 -lz -lm
configure:11281: checking for glitz >= 0.4.4
configure:11402: checking for libpixman >= 0.1.5
configure:11406: result: yes
configure:11410: checking PIXMAN_CFLAGS
configure:11413: result: -I/usr/local/include
configure:11416: checking PIXMAN_LIBS
configure:11419: result: -L/usr/local/lib -lpixman
configure:11513: checking for fontconfig
configure:11517: result: yes
configure:11521: checking FONTCONFIG_CFLAGS
configure:11524: result: -I/usr/local/include
configure:11527: checking FONTCONFIG_LIBS
configure:11530: result: -L/usr/local/lib -lfontconfig
configure:11582: checking for freetype-config
configure:11600: found /usr/local/bin/freetype-config
configure:11613: result: /usr/local/bin/freetype-config
configure:11627: checking freetype2 libtool version
configure:11639: result: 9.8.3 - OK
configure:11687: checking pthread.h usability
configure:11699: gcc -c -g -O2  conftest.c >&5
configure:11705: $? = 0
configure:11709: test -z
			 || test ! -s conftest.err
configure:11712: $? = 0
configure:11715: test -s conftest.o
configure:11718: $? = 0
configure:11728: result: yes
configure:11732: checking pthread.h presence
configure:11742: gcc -E  conftest.c
configure:11748: $? = 0
configure:11768: result: yes
configure:11803: checking for pthread.h
configure:11810: result: yes
configure:11871: checking for Carbon/Carbon.h
configure:11876: result: no
configure:12038: checking for stdint.h
configure:12043: result: yes
configure:12038: checking for inttypes.h
configure:12043: result: yes
configure:12047: checking sys/int_types.h usability
configure:12059: gcc -c -g -O2  conftest.c >&5
conftest.c:60: sys/int_types.h: No such file or directory
configure:12065: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cairo"
| #define VERSION "0.5.2-head"
| #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
| #define STDC_HEADERS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_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 <sys/int_types.h>
configure:12088: result: no
configure:12092: checking sys/int_types.h presence
configure:12102: gcc -E  conftest.c
conftest.c:26: sys/int_types.h: No such file or directory
configure:12108: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cairo"
| #define VERSION "0.5.2-head"
| #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
| #define STDC_HEADERS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h.  */
| #include <sys/int_types.h>
configure:12128: result: no
configure:12163: checking for sys/int_types.h
configure:12170: result: no
configure:12183: checking for uint64_t
configure:12207: gcc -c -g -O2  conftest.c >&5
configure:12213: $? = 0
configure:12217: test -z
			 || test ! -s conftest.err
configure:12220: $? = 0
configure:12223: test -s conftest.o
configure:12226: $? = 0
configure:12237: result: yes
configure:12247: checking for uint128_t
configure:12271: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:64: `uint128_t' undeclared (first use in this function)
conftest.c:64: (Each undeclared identifier is reported only once
conftest.c:64: for each function it appears in.)
conftest.c:64: parse error before `)'
configure:12277: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "cairo"
| #define VERSION "0.5.2-head"
| #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
| #define STDC_HEADERS 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UINT64_T 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
| int
| main ()
| {
| if ((uint128_t *) 0)
|   return 0;
| if (sizeof (uint128_t))
|   return 0;
|   ;
|   return 0;
| }
configure:12301: result: no
configure:12646: 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 yoda.schalit.net

config.status:778: creating cairo.pc
config.status:778: creating Makefile
config.status:778: creating src/Makefile
config.status:778: creating src/cairo-features.h
config.status:778: creating test/Makefile
config.status:778: creating doc/Makefile
config.status:778: creating doc/public/Makefile
config.status:882: creating config.h
config.status:1180: executing depfiles commands

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

ac_cv_build=i686-unknown-sysv5UnixWare7.1.1
ac_cv_build_alias=i686-unknown-sysv5UnixWare7.1.1
ac_cv_c_bigendian=no
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_sincos=no
ac_cv_func_vasnprintf=no
ac_cv_have_x='have_x=yes 		ac_x_includes=/usr/X11R6.1/include ac_x_libraries=/usr/X11R6.1/lib'
ac_cv_header_Carbon_Carbon_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pthread_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_int_types_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=i686-unknown-sysv5UnixWare7.1.1
ac_cv_host_alias=i686-unknown-sysv5UnixWare7.1.1
ac_cv_lib_m_main=yes
ac_cv_lib_z_compress=yes
ac_cv_objext=o
ac_cv_path_FREETYPE_CONFIG=/usr/local/bin/freetype-config
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/local/bin/ginstall -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
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_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_type_uint128_t=no
ac_cv_type_uint64_t=yes
am_cv_CC_dependencies_compiler_type=gcc
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=unknown
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_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_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/ccs/bin/ld
lt_cv_path_NM='/bin/nm -p'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([BDT][BDT]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''

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

ACLOCAL='${SHELL} /home/matthew/Junk/cairo/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/matthew/Junk/cairo/missing --run tar'
ATSUI_FONT_FEATURE=''
AUTOCONF='${SHELL} /home/matthew/Junk/cairo/missing --run autoconf'
AUTOHEADER='${SHELL} /home/matthew/Junk/cairo/missing --run autoheader'
AUTOMAKE='${SHELL} /home/matthew/Junk/cairo/missing --run automake-1.9'
AWK='gawk'
CAIRO_CFLAGS=' -DXTHREADS -I/usr/local/include -I/usr/X11R6.1/include    -I/usr/local/include/libpng12    -I/usr/local/include   -I/usr/local/include 
   -I/usr/local/include/freetype2 -I/usr/local/include -Wall -Wpointer-arith -Wstrict-prototypes 	-Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -fno-strict-aliasing'
CAIRO_HAS_ATSUI_FONT_FALSE=''
CAIRO_HAS_ATSUI_FONT_TRUE='#'
CAIRO_HAS_FT_FONT_FALSE='#'
CAIRO_HAS_FT_FONT_TRUE=''
CAIRO_HAS_GLITZ_SURFACE_FALSE=''
CAIRO_HAS_GLITZ_SURFACE_TRUE='#'
CAIRO_HAS_PDF_SURFACE_FALSE='#'
CAIRO_HAS_PDF_SURFACE_TRUE=''
CAIRO_HAS_PNG_FUNCTIONS_FALSE='#'
CAIRO_HAS_PNG_FUNCTIONS_TRUE=''
CAIRO_HAS_PS_SURFACE_FALSE='#'
CAIRO_HAS_PS_SURFACE_TRUE=''
CAIRO_HAS_QUARTZ_SURFACE_FALSE=''
CAIRO_HAS_QUARTZ_SURFACE_TRUE='#'
CAIRO_HAS_WIN32_FONT_FALSE=''
CAIRO_HAS_WIN32_FONT_TRUE='#'
CAIRO_HAS_WIN32_SURFACE_FALSE=''
CAIRO_HAS_WIN32_SURFACE_TRUE='#'
CAIRO_HAS_XCB_SURFACE_FALSE=''
CAIRO_HAS_XCB_SURFACE_TRUE='#'
CAIRO_HAS_XLIB_SURFACE_FALSE='#'
CAIRO_HAS_XLIB_SURFACE_TRUE=''
CAIRO_LIBS=' -L/usr/local/lib -L/usr/X11R6.1/lib -lXrender -lX11     -lz -L/usr/local/lib -lpng12 -lz -lm    -L/usr/local/lib -lpixman 
-L/usr/local/lib -lfontconfig   -L/usr/local/lib -lfreetype -lz -lz'
CC='gcc'
CCDEPMODE='depmode=gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
EXEEXT=''
FONTCONFIG_CFLAGS='-I/usr/local/include  '
FONTCONFIG_LIBS='-L/usr/local/lib -lfontconfig  '
FREETYPE_CFLAGS='-I/usr/local/include/freetype2 -I/usr/local/include'
FREETYPE_CONFIG='/usr/local/bin/freetype-config'
FREETYPE_LIBS='-L/usr/local/lib -lfreetype -lz'
FREETYPE_REQUIRES='fontconfig'
FT_FONT_FEATURE='#define CAIRO_HAS_FT_FONT 1'
GLITZ_CFLAGS=''
GLITZ_LIBS=''
GLITZ_REQUIRES=''
GLITZ_SURFACE_FEATURE=''
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
HTML_DIR='${datadir}/gtk-doc/html'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=' -lm'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/matthew/Junk/cairo/missing --run makeinfo'
OBJEXT='o'
PACKAGE='cairo'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PDF_LIBS='-lz'
PDF_SURFACE_FEATURE='#define CAIRO_HAS_PDF_SURFACE 1'
PIXMAN_CFLAGS='-I/usr/local/include  '
PIXMAN_LIBS='-L/usr/local/lib -lpixman  '
PKG_CONFIG='/usr/local/bin/pkg-config'
PNG_CFLAGS='-I/usr/local/include/libpng12  '
PNG_FUNCTIONS_FEATURE='#define CAIRO_HAS_PNG_FUNCTIONS 1'
PNG_LIBS='-L/usr/local/lib -lpng12 -lz -lm  '
PNG_REQUIRES='libpng12'
PS_LIBS='-lz'
PS_SURFACE_FEATURE='#define CAIRO_HAS_PS_SURFACE 1'
QUARTZ_SURFACE_FEATURE=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='0.5.2-head'
VERSION_INFO='1:0:0'
WIN32_FONT_FEATURE=''
WIN32_SURFACE_FEATURE=''
XCB_CFLAGS=''
XCB_LIBS=''
XCB_SURFACE_FEATURE=''
XLIB_SURFACE_FEATURE='#define CAIRO_HAS_XLIB_SURFACE 1'
XRENDER_CFLAGS='-DXTHREADS -I/usr/local/include -I/usr/X11R6.1/include  '
XRENDER_LIBS='-L/usr/local/lib -L/usr/X11R6.1/lib -lXrender -lX11  '
XRENDER_REQUIRES='xrender'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-unknown-sysv5UnixWare7.1.1'
build_alias=''
build_cpu='i686'
build_os='sysv5UnixWare7.1.1'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-unknown-sysv5UnixWare7.1.1'
host_alias=''
host_cpu='i686'
host_os='sysv5UnixWare7.1.1'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/matthew/Junk/cairo/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(install_sh) -d'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_STDINT_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_UINT64_T 1
#define HAVE_UNISTD_H 1
#define PACKAGE "cairo"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "0.5.2-head"

configure: exit 0




More information about the cairo mailing list