Skip to content

Instantly share code, notes, and snippets.

@sorter
Created May 10, 2013 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sorter/5556214 to your computer and use it in GitHub Desktop.
Save sorter/5556214 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by fontforge configure 2.0.0_beta1, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu
uname -m = x86_64
uname -r = 3.2.0-32-generic
uname -s = Linux
uname -v = #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/amer/bin
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2962: checking build system type
configure:2976: result: x86_64-unknown-linux-gnu
configure:2996: checking host system type
configure:3009: result: x86_64-unknown-linux-gnu
configure:3047: checking for a BSD-compatible install
configure:3115: result: /usr/bin/install -c
configure:3126: checking whether build environment is sane
configure:3176: result: yes
configure:3317: checking for a thread-safe mkdir -p
configure:3356: result: /bin/mkdir -p
configure:3369: checking for gawk
configure:3399: result: no
configure:3369: checking for mawk
configure:3385: found /usr/bin/mawk
configure:3396: result: mawk
configure:3407: checking whether make sets $(MAKE)
configure:3429: result: yes
configure:3510: checking whether to enable maintainer-specific portions of Makefiles
configure:3519: result: yes
configure:3544: checking for style of include used by make
configure:3572: result: GNU
configure:3643: checking for gcc
configure:3659: found /usr/bin/gcc
configure:3670: result: gcc
configure:3899: checking for C compiler version
configure:3908: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:3919: $? = 0
configure:3908: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:3919: $? = 0
configure:3908: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3919: $? = 4
configure:3908: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3919: $? = 4
configure:3939: checking whether the C compiler works
configure:3961: gcc conftest.c >&5
configure:3965: $? = 0
configure:4013: result: yes
configure:4016: checking for C compiler default output file name
configure:4018: result: a.out
configure:4024: checking for suffix of executables
configure:4031: gcc -o conftest conftest.c >&5
configure:4035: $? = 0
configure:4057: result:
configure:4079: checking whether we are cross compiling
configure:4087: gcc -o conftest conftest.c >&5
configure:4091: $? = 0
configure:4098: ./conftest
configure:4102: $? = 0
configure:4117: result: no
configure:4122: checking for suffix of object files
configure:4144: gcc -c conftest.c >&5
configure:4148: $? = 0
configure:4169: result: o
configure:4173: checking whether we are using the GNU C compiler
configure:4192: gcc -c conftest.c >&5
configure:4192: $? = 0
configure:4201: result: yes
configure:4210: checking whether gcc accepts -g
configure:4230: gcc -c -g conftest.c >&5
configure:4230: $? = 0
configure:4271: result: yes
configure:4288: checking for gcc option to accept ISO C89
configure:4352: gcc -c -g -O2 conftest.c >&5
configure:4352: $? = 0
configure:4365: result: none needed
configure:4387: checking dependency style of gcc
configure:4498: result: gcc3
configure:4519: checking how to run the C preprocessor
configure:4550: gcc -E conftest.c
configure:4550: $? = 0
configure:4564: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4564: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4589: result: gcc -E
configure:4609: gcc -E conftest.c
configure:4609: $? = 0
configure:4623: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4623: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4652: checking for grep that handles long lines and -e
configure:4710: result: /bin/grep
configure:4715: checking for egrep
configure:4777: result: /bin/grep -E
configure:4782: checking for ANSI C header files
configure:4802: gcc -c -g -O2 conftest.c >&5
configure:4802: $? = 0
configure:4875: gcc -o conftest -g -O2 conftest.c >&5
configure:4875: $? = 0
configure:4875: ./conftest
configure:4875: $? = 0
configure:4886: result: yes
configure:4899: checking for sys/types.h
configure:4899: gcc -c -g -O2 conftest.c >&5
configure:4899: $? = 0
configure:4899: result: yes
configure:4899: checking for sys/stat.h
configure:4899: gcc -c -g -O2 conftest.c >&5
configure:4899: $? = 0
configure:4899: result: yes
configure:4899: checking for stdlib.h
configure:4899: gcc -c -g -O2 conftest.c >&5
configure:4899: $? = 0
configure:4899: result: yes
configure:4899: checking for string.h
configure:4899: gcc -c -g -O2 conftest.c >&5
configure:4899: $? = 0
configure:4899: result: yes
configure:4899: checking for memory.h
configure:4899: gcc -c -g -O2 conftest.c >&5
configure:4899: $? = 0
configure:4899: result: yes
configure:4899: checking for strings.h
configure:4899: gcc -c -g -O2 conftest.c >&5
configure:4899: $? = 0
configure:4899: result: yes
configure:4899: checking for inttypes.h
configure:4899: gcc -c -g -O2 conftest.c >&5
configure:4899: $? = 0
configure:4899: result: yes
configure:4899: checking for stdint.h
configure:4899: gcc -c -g -O2 conftest.c >&5
configure:4899: $? = 0
configure:4899: result: yes
configure:4899: checking for unistd.h
configure:4899: gcc -c -g -O2 conftest.c >&5
configure:4899: $? = 0
configure:4899: result: yes
configure:4912: checking minix/config.h usability
configure:4912: gcc -c -g -O2 conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4912: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4912: result: no
configure:4912: checking minix/config.h presence
configure:4912: gcc -E conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4912: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 <minix/config.h>
configure:4912: result: no
configure:4912: checking for minix/config.h
configure:4912: result: no
configure:4933: checking whether it is safe to define __EXTENSIONS__
configure:4951: gcc -c -g -O2 conftest.c >&5
configure:4951: $? = 0
configure:4958: result: yes
configure:4987: checking whether make supports nested variables
configure:5004: result: yes
configure:5065: checking for ar
configure:5081: found /usr/bin/ar
configure:5092: result: ar
configure:5118: checking the archiver (ar) interface
configure:5128: gcc -c -g -O2 conftest.c >&5
configure:5128: $? = 0
configure:5130: ar cru libconftest.a conftest.o >&5
configure:5133: $? = 0
configure:5156: result: ar
configure:5229: checking how to print strings
configure:5256: result: printf
configure:5277: checking for a sed that does not truncate output
configure:5341: result: /bin/sed
configure:5359: checking for fgrep
configure:5421: result: /bin/grep -F
configure:5456: checking for ld used by gcc
configure:5523: result: /usr/bin/ld
configure:5530: checking if the linker (/usr/bin/ld) is GNU ld
configure:5545: result: yes
configure:5557: checking for BSD- or MS-compatible name lister (nm)
configure:5606: result: /usr/bin/nm -B
configure:5736: checking the name lister (/usr/bin/nm -B) interface
configure:5743: gcc -c -g -O2 conftest.c >&5
configure:5746: /usr/bin/nm -B "conftest.o"
configure:5749: output
0000000000000000 B some_variable
configure:5756: result: BSD nm
configure:5759: checking whether ln -s works
configure:5763: result: yes
configure:5771: checking the maximum length of command line arguments
configure:5901: result: 1572864
configure:5918: checking whether the shell understands some XSI constructs
configure:5928: result: yes
configure:5932: checking whether the shell understands "+="
configure:5938: result: yes
configure:5973: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:6013: result: func_convert_file_noop
configure:6020: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:6040: result: func_convert_file_noop
configure:6047: checking for /usr/bin/ld option to reload object files
configure:6054: result: -r
configure:6128: checking for objdump
configure:6144: found /usr/bin/objdump
configure:6155: result: objdump
configure:6187: checking how to recognize dependent libraries
configure:6389: result: pass_all
configure:6474: checking for dlltool
configure:6504: result: no
configure:6534: checking how to associate runtime and link libraries
configure:6561: result: printf %s\n
configure:6685: checking for archiver @FILE support
configure:6702: gcc -c -g -O2 conftest.c >&5
configure:6702: $? = 0
configure:6705: ar cru libconftest.a @conftest.lst >&5
configure:6708: $? = 0
configure:6713: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6716: $? = 1
configure:6728: result: @
configure:6786: checking for strip
configure:6802: found /usr/bin/strip
configure:6813: result: strip
configure:6885: checking for ranlib
configure:6901: found /usr/bin/ranlib
configure:6912: result: ranlib
configure:7014: checking command to parse /usr/bin/nm -B output from gcc object
configure:7134: gcc -c -g -O2 conftest.c >&5
configure:7137: $? = 0
configure:7141: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7144: $? = 0
configure:7210: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7213: $? = 0
configure:7251: result: ok
configure:7288: checking for sysroot
configure:7318: result: no
configure:7395: gcc -c -g -O2 conftest.c >&5
configure:7398: $? = 0
configure:7574: checking for mt
configure:7590: found /bin/mt
configure:7601: result: mt
configure:7624: checking if mt is a manifest tool
configure:7630: mt '-?'
configure:7638: result: no
configure:8277: checking for dlfcn.h
configure:8277: gcc -c -g -O2 conftest.c >&5
configure:8277: $? = 0
configure:8277: result: yes
configure:8482: checking for objdir
configure:8497: result: .libs
configure:8768: checking if gcc supports -fno-rtti -fno-exceptions
configure:8786: 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 [enabled by default]
configure:8790: $? = 0
configure:8803: result: no
configure:9130: checking for gcc option to produce PIC
configure:9137: result: -fPIC -DPIC
configure:9145: checking if gcc PIC flag -fPIC -DPIC works
configure:9163: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9167: $? = 0
configure:9180: result: yes
configure:9209: checking if gcc static flag -static works
configure:9237: result: yes
configure:9252: checking if gcc supports -c -o file.o
configure:9273: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9277: $? = 0
configure:9299: result: yes
configure:9307: checking if gcc supports -c -o file.o
configure:9354: result: yes
configure:9387: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10544: result: yes
configure:10581: checking whether -lc should be explicitly linked in
configure:10589: gcc -c -g -O2 conftest.c >&5
configure:10592: $? = 0
configure:10607: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:10610: $? = 0
configure:10624: result: no
configure:10784: checking dynamic linker characteristics
configure:11295: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11295: $? = 0
configure:11529: result: GNU/Linux ld.so
configure:11636: checking how to hardcode library paths into programs
configure:11661: result: immediate
configure:11755: checking for shl_load
configure:11755: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccV2qrfT.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:62: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:11755: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); 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 shl_load
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* 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_shl_load || defined __stub___shl_load
| choke me
| #endif
|
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:11755: result: no
configure:11759: checking for shl_load in -ldld
configure:11784: gcc -o conftest -g -O2 conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:11784: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
| ;
| return 0;
| }
configure:11793: result: no
configure:11798: checking for dlopen
configure:11798: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccJ9HXsY.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:62: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:11798: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); 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 dlopen
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* 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_dlopen || defined __stub___dlopen
| choke me
| #endif
|
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:11798: result: no
configure:11802: checking for dlopen in -ldl
configure:11827: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:11827: $? = 0
configure:11836: result: yes
configure:11955: checking whether a program can dlopen itself
configure:12035: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:12038: $? = 0
configure:12056: result: yes
configure:12061: checking whether a statically linked program can dlopen itself
configure:12141: gcc -o conftest -g -O2 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
/tmp/cccY0kKa.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/configure:12120: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
collect2: ld returned 1 exit status
configure:12144: $? = 1
configure:12162: result: no
configure:12201: checking whether stripping libraries is possible
configure:12206: result: yes
configure:12241: checking if libtool supports shared libraries
configure:12243: result: yes
configure:12246: checking whether to build shared libraries
configure:12267: result: yes
configure:12270: checking whether to build static libraries
configure:12274: result: yes
configure:12311: checking which extension is used for runtime loadable modules
configure:12323: result: .so
configure:12340: checking which variable specifies run-time module search path
configure:12347: result: LD_LIBRARY_PATH
configure:12357: checking for the default library search path
configure:12364: result: /lib /usr/lib /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/lib/nvidia-settings-updates /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/nvidia-current-updates /usr/lib32/nvidia-current-updates /lib32 /usr/lib32
configure:12394: checking for library containing dlopen
configure:12425: gcc -o conftest -g -O2 conftest.c >&5
/tmp/ccTBZXvg.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:42: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:12425: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
| ;
| return 0;
| }
configure:12425: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:12425: $? = 0
configure:12442: result: -ldl
configure:12532: checking for dlerror
configure:12532: gcc -o conftest -g -O2 conftest.c -ldl -ldl >&5
configure:12532: $? = 0
configure:12532: result: yes
configure:12546: checking for shl_load
configure:12546: result: no
configure:12553: checking for shl_load in -ldld
configure:12587: result: no
configure:12633: checking for dld_link in -ldld
configure:12658: gcc -o conftest -g -O2 conftest.c -ldld -ldl >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:12658: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dld_link ();
| int
| main ()
| {
| return dld_link ();
| ;
| return 0;
| }
configure:12667: result: no
configure:12701: checking for _ prefix in compiled symbols
configure:12711: gcc -c -g -O2 conftest.c >&5
configure:12714: $? = 0
configure:12718: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:12721: $? = 0
configure:12743: result: no
configure:12867: checking whether deplibs are loaded by dlopen
configure:12961: result: yes
configure:12973: checking for argz.h
configure:12973: gcc -c -g -O2 conftest.c >&5
configure:12973: $? = 0
configure:12973: result: yes
configure:12985: checking for error_t
configure:12985: gcc -c -g -O2 conftest.c >&5
configure:12985: $? = 0
configure:12985: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:42:22: error: expected expression before ')' token
configure:12985: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| /* end confdefs.h. */
| #if defined(HAVE_ARGZ_H)
| # include <argz.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((error_t)))
| return 0;
| ;
| return 0;
| }
configure:12985: result: yes
configure:13011: checking for argz_add
configure:13011: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:13011: $? = 0
configure:13011: result: yes
configure:13011: checking for argz_append
configure:13011: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:13011: $? = 0
configure:13011: result: yes
configure:13011: checking for argz_count
configure:13011: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:13011: $? = 0
configure:13011: result: yes
configure:13011: checking for argz_create_sep
configure:13011: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:13011: $? = 0
configure:13011: result: yes
configure:13011: checking for argz_insert
configure:13011: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:13011: $? = 0
configure:13011: result: yes
configure:13011: checking for argz_next
configure:13011: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:13011: $? = 0
configure:13011: result: yes
configure:13011: checking for argz_stringify
configure:13011: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:13011: $? = 0
configure:13011: result: yes
configure:13027: checking if argz actually works
configure:13058: result: yes
configure:13075: checking whether libtool supports -dlopen/-dlpreopen
configure:13087: result: yes
configure:13116: checking for ltdl.h
configure:13116: gcc -c -g -O2 conftest.c >&5
configure:13116: $? = 0
configure:13116: result: yes
configure:13120: checking whether lt_dlinterface_register is declared
configure:13120: gcc -c -g -O2 conftest.c >&5
configure:13120: $? = 0
configure:13120: result: yes
configure:13124: checking for lt_dladvise_preload in -lltdl
configure:13149: gcc -o conftest -g -O2 conftest.c -lltdl -ldl >&5
configure:13149: $? = 0
configure:13158: result: yes
configure:13253: checking where to find libltdl headers
configure:13255: result:
configure:13257: checking where to find libltdl library
configure:13259: result: -lltdl
configure:13307: checking for unistd.h
configure:13307: result: yes
configure:13307: checking for dl.h
configure:13307: gcc -c -g -O2 conftest.c >&5
conftest.c:81:16: fatal error: dl.h: No such file or directory
compilation terminated.
configure:13307: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dl.h>
configure:13307: result: no
configure:13307: checking for sys/dl.h
configure:13307: gcc -c -g -O2 conftest.c >&5
conftest.c:81:20: fatal error: sys/dl.h: No such file or directory
compilation terminated.
configure:13307: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <sys/dl.h>
configure:13307: result: no
configure:13307: checking for dld.h
configure:13307: gcc -c -g -O2 conftest.c >&5
conftest.c:81:17: fatal error: dld.h: No such file or directory
compilation terminated.
configure:13307: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <dld.h>
configure:13307: result: no
configure:13307: checking for mach-o/dyld.h
configure:13307: gcc -c -g -O2 conftest.c >&5
conftest.c:81:25: fatal error: mach-o/dyld.h: No such file or directory
compilation terminated.
configure:13307: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <mach-o/dyld.h>
configure:13307: result: no
configure:13307: checking for dirent.h
configure:13307: gcc -c -g -O2 conftest.c >&5
configure:13307: $? = 0
configure:13307: result: yes
configure:13322: checking for closedir
configure:13322: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:13322: $? = 0
configure:13322: result: yes
configure:13322: checking for opendir
configure:13322: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:13322: $? = 0
configure:13322: result: yes
configure:13322: checking for readdir
configure:13322: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:13322: $? = 0
configure:13322: result: yes
configure:13339: checking for strlcat
configure:13339: gcc -o conftest -g -O2 conftest.c -ldl >&5
/tmp/ccL8IOj7.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:85: undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:13339: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| /* end confdefs.h. */
| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcat innocuous_strlcat
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcat (); 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 strlcat
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcat ();
| /* 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_strlcat || defined __stub___strlcat
| choke me
| #endif
|
| int
| main ()
| {
| return strlcat ();
| ;
| return 0;
| }
configure:13339: result: no
configure:13339: checking for strlcpy
configure:13339: gcc -o conftest -g -O2 conftest.c -ldl >&5
/tmp/ccXWSu4d.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:85: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:13339: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| /* end confdefs.h. */
| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strlcpy innocuous_strlcpy
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strlcpy (); 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 strlcpy
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strlcpy ();
| /* 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_strlcpy || defined __stub___strlcpy
| choke me
| #endif
|
| int
| main ()
| {
| return strlcpy ();
| ;
| return 0;
| }
configure:13339: result: no
configure:13388: checking for lt_dladvise_init in -lltdl
configure:13413: gcc -o conftest -g -O2 -lltdl conftest.c -lltdl -ldl >&5
configure:13413: $? = 0
configure:13422: result: yes
configure:13446: checking for X
configure:13554: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:13554: $? = 0
configure:13585: gcc -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lltdl -ldl >&5
configure:13585: $? = 0
configure:13635: result: libraries , headers
configure:13734: gcc -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lltdl -ldl -lX11 >&5
configure:13734: $? = 0
configure:13832: checking for gethostbyname
configure:13832: gcc -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lltdl -ldl >&5
configure:13832: $? = 0
configure:13832: result: yes
configure:13929: checking for connect
configure:13929: gcc -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lltdl -ldl >&5
configure:13929: $? = 0
configure:13929: result: yes
configure:13978: checking for remove
configure:13978: gcc -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lltdl -ldl >&5
configure:13978: $? = 0
configure:13978: result: yes
configure:14027: checking for shmat
configure:14027: gcc -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lltdl -ldl >&5
configure:14027: $? = 0
configure:14027: result: yes
configure:14085: checking for IceConnectionNumber in -lICE
configure:14110: gcc -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lICE -lltdl -ldl >&5
configure:14110: $? = 0
configure:14119: result: yes
configure:14272: checking for gawk
configure:14299: result: mawk
configure:14358: checking for gcc
configure:14385: result: gcc
configure:14614: checking for C compiler version
configure:14623: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:14634: $? = 0
configure:14623: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:14634: $? = 0
configure:14623: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:14634: $? = 4
configure:14623: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:14634: $? = 4
configure:14638: checking whether we are using the GNU C compiler
configure:14666: result: yes
configure:14675: checking whether gcc accepts -g
configure:14736: result: yes
configure:14753: checking for gcc option to accept ISO C89
configure:14830: result: none needed
configure:14852: checking dependency style of gcc
configure:14963: result: gcc3
configure:14978: checking for gcc option to accept ISO C99
configure:15127: gcc -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c:104:29: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:158:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:158:18: error: 'newvar' undeclared (first use in this function)
conftest.c:158:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:168:3: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:168:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:15127: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| /* end confdefs.h. */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
|
| // Check varargs macros. These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
| int x = 1234;
| int y = 5678;
| debug ("Flag");
| debug ("X = %d\n", x);
| showlist (The first, second, and third items.);
| report (x>y, "x is %d but y is %d", x, y);
| }
|
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
| your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
| your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
|
| struct incomplete_array
| {
| int datasize;
| double data[];
| };
|
| struct named_init {
| int number;
| const wchar_t *name;
| double average;
| };
|
| typedef const char *ccp;
|
| static inline int
| test_restrict (ccp restrict text)
| {
| // See if C++-style comments work.
| // Iterate through items via the restricted pointer.
| // Also check for declarations in for loops.
| for (unsigned int i = 0; *(text+i) != '\0'; ++i)
| continue;
| return 0;
| }
|
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
| va_list args;
| va_start (args, format);
| va_list args_copy;
| va_copy (args_copy, args);
|
| const char *str;
| int number;
| float fnumber;
|
| while (*format)
| {
| switch (*format++)
| {
| case 's': // string
| str = va_arg (args_copy, const char *);
| break;
| case 'd': // int
| number = va_arg (args_copy, int);
| break;
| case 'f': // float
| fnumber = va_arg (args_copy, double);
| break;
| default:
| break;
| }
| }
| va_end (args_copy);
| va_end (args);
| }
|
| int
| main ()
| {
|
| // Check bool.
| _Bool success = false;
|
| // Check restrict.
| if (test_restrict ("String literal") == 0)
| success = true;
| char *restrict newvar = "Another string";
|
| // Check varargs.
| test_varargs ("s, d' f .", "string", 65, 34.234);
| test_varargs_macros ();
|
| // Check flexible array members.
| struct incomplete_array *ia =
| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
| ia->datasize = 10;
| for (int i = 0; i < ia->datasize; ++i)
| ia->data[i] = i * 1.234;
|
| // Check named initializers.
| struct named_init ni = {
| .number = 34,
| .name = L"Test wide string",
| .average = 543.34343,
| };
|
| ni.number = 58;
|
| int dynamic_array[ni.number];
| dynamic_array[ni.number - 1] = 543;
|
| // work around unused variable warnings
| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| || dynamic_array[ni.number - 1] != 543);
|
| ;
| return 0;
| }
configure:15127: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:15127: $? = 0
configure:15147: result: -std=gnu99
configure:15156: checking whether gcc -std=gnu99 and cc understand -c and -o together
configure:15187: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:15191: $? = 0
configure:15197: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
configure:15201: $? = 0
configure:15212: cc -c conftest.c >&5
configure:15216: $? = 0
configure:15224: cc -c conftest.c -o conftest2.o >&5
configure:15228: $? = 0
configure:15234: cc -c conftest.c -o conftest2.o >&5
configure:15238: $? = 0
configure:15256: result: yes
configure:15286: checking how to run the C preprocessor
configure:15356: result: gcc -E
configure:15376: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:15376: $? = 0
configure:15390: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
conftest.c:54:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:15390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15476: checking for g++
configure:15492: found /usr/bin/g++
configure:15503: result: g++
configure:15530: checking for C++ compiler version
configure:15539: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:15550: $? = 0
configure:15539: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configure:15550: $? = 0
configure:15539: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:15550: $? = 4
configure:15539: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:15550: $? = 4
configure:15554: checking whether we are using the GNU C++ compiler
configure:15573: g++ -c -I${top_builddir} -I${top_srcdir} conftest.cpp >&5
configure:15573: $? = 0
configure:15582: result: yes
configure:15591: checking whether g++ accepts -g
configure:15611: g++ -c -g -I${top_builddir} -I${top_srcdir} conftest.cpp >&5
configure:15611: $? = 0
configure:15652: result: yes
configure:15677: checking dependency style of g++
configure:15788: result: gcc3
configure:15821: checking how to run the C++ preprocessor
configure:15848: g++ -E -I${top_builddir} -I${top_srcdir} conftest.cpp
configure:15848: $? = 0
configure:15862: g++ -E -I${top_builddir} -I${top_srcdir} conftest.cpp
conftest.cpp:54:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:15862: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15887: result: g++ -E
configure:15907: g++ -E -I${top_builddir} -I${top_srcdir} conftest.cpp
configure:15907: $? = 0
configure:15921: g++ -E -I${top_builddir} -I${top_srcdir} conftest.cpp
conftest.cpp:54:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:15921: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:16090: checking for ld used by g++
configure:16157: result: /usr/bin/ld -m elf_x86_64
configure:16164: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:16179: result: yes
configure:16234: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:17239: result: yes
configure:17275: g++ -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.cpp >&5
configure:17278: $? = 0
configure:17798: checking for g++ option to produce PIC
configure:17805: result: -fPIC -DPIC
configure:17813: checking if g++ PIC flag -fPIC -DPIC works
configure:17831: g++ -c -g -O2 -I${top_builddir} -I${top_srcdir} -fPIC -DPIC -DPIC conftest.cpp >&5
configure:17835: $? = 0
configure:17848: result: yes
configure:17871: checking if g++ static flag -static works
configure:17899: result: yes
configure:17911: checking if g++ supports -c -o file.o
configure:17932: g++ -c -g -O2 -I${top_builddir} -I${top_srcdir} -o out/conftest2.o conftest.cpp >&5
configure:17936: $? = 0
configure:17958: result: yes
configure:17963: checking if g++ supports -c -o file.o
configure:18010: result: yes
configure:18040: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:18079: result: yes
configure:18220: checking dynamic linker characteristics
configure:18899: result: GNU/Linux ld.so
configure:18952: checking how to hardcode library paths into programs
configure:18977: result: immediate
configure:19017: checking for grep that handles long lines and -e
configure:19075: result: /bin/grep
configure:19081: checking whether ln -s works
configure:19085: result: yes
configure:19092: checking whether make sets $(MAKE)
configure:19114: result: yes
configure:19124: checking for a sed that does not truncate output
configure:19188: result: /bin/sed
configure:19247: checking for pkg-config
configure:19265: found /usr/bin/pkg-config
configure:19277: result: /usr/bin/pkg-config
configure:19302: checking pkg-config is at least version 0.9.0
configure:19305: result: yes
configure:19315: checking for msgfmt
configure:19333: found /usr/bin/msgfmt
configure:19346: result: /usr/bin/msgfmt
configure:19356: checking for xgettext
configure:19374: found /usr/bin/xgettext
configure:19387: result: /usr/bin/xgettext
configure:19397: checking for cproto
configure:19428: result: cproto
configure:19438: checking for indent
configure:19469: result: indent
configure:19479: checking for unzip
configure:19497: found /usr/bin/unzip
configure:19510: result: /usr/bin/unzip
configure:19520: checking for update-mime-database
configure:19538: found /usr/bin/update-mime-database
configure:19551: result: /usr/bin/update-mime-database
configure:19561: checking for update-desktop-database
configure:19579: found /usr/bin/update-desktop-database
configure:19592: result: /usr/bin/update-desktop-database
configure:19602: checking for plutil
configure:19633: result: :
configure:19742: checking for a Python interpreter with version >= 2.3
configure:19759: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.3'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:19762: $? = 0
configure:19768: result: python
configure:19776: checking for python
configure:19794: found /usr/bin/python
configure:19806: result: /usr/bin/python
configure:19824: checking for python version
configure:19831: result: 2.7
configure:19843: checking for python platform
configure:19850: result: linux2
configure:19857: checking for python script directory
configure:19885: result: ${prefix}/lib/python2.7/dist-packages
configure:19894: checking for python extension module directory
configure:19922: result: ${exec_prefix}/lib/python2.7/dist-packages
configure:19937: checking for PYTHON
configure:19944: $PKG_CONFIG --exists --print-errors "python-"${PYTHON_VERSION}""
configure:19947: $? = 0
configure:19961: $PKG_CONFIG --exists --print-errors "python-"${PYTHON_VERSION}""
configure:19964: $? = 0
configure:20002: result: yes
configure:20200: checking whether to enable native callbacks (experimental)
configure:20209: result: no
configure:20218: checking for library containing cos
configure:20249: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lltdl -ldl >&5
conftest.c:62:6: warning: conflicting types for built-in function 'cos' [enabled by default]
/tmp/ccuWN73J.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:66: undefined reference to `cos'
collect2: ld returned 1 exit status
configure:20249: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cos ();
| int
| main ()
| {
| return cos ();
| ;
| return 0;
| }
configure:20249: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lm -lltdl -ldl >&5
conftest.c:62:6: warning: conflicting types for built-in function 'cos' [enabled by default]
configure:20249: $? = 0
configure:20266: result: -lm
configure:20278: checking for library containing XOpenDisplay
configure:20309: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lm -lltdl -ldl >&5
/tmp/ccAgWqkS.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:66: undefined reference to `XOpenDisplay'
collect2: ld returned 1 exit status
configure:20309: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char XOpenDisplay ();
| int
| main ()
| {
| return XOpenDisplay ();
| ;
| return 0;
| }
configure:20309: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:20309: $? = 0
configure:20326: result: -lX11
configure:20341: checking for library containing XOpenDevice
configure:20372: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/ccOMc1CZ.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:66: undefined reference to `XOpenDevice'
collect2: ld returned 1 exit status
configure:20372: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char XOpenDevice ();
| int
| main ()
| {
| return XOpenDevice ();
| ;
| return 0;
| }
configure:20372: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lXi -lSM -lICE -lX11 -lm -lltdl -ldl >&5
/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
configure:20372: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char XOpenDevice ();
| int
| main ()
| {
| return XOpenDevice ();
| ;
| return 0;
| }
configure:20389: result: no
configure:20410: checking for library containing XkbQueryExtension
configure:20441: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:20441: $? = 0
configure:20458: result: none required
configure:20484: checking for ZLIB
configure:20491: $PKG_CONFIG --exists --print-errors "zlib"
configure:20494: $? = 0
configure:20508: $PKG_CONFIG --exists --print-errors "zlib"
configure:20511: $? = 0
configure:20569: result: yes
configure:20575: checking for GLIB
configure:20582: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 gio-2.0"
configure:20585: $? = 0
configure:20599: $PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.6 gio-2.0"
configure:20602: $? = 0
configure:20660: result: yes
configure:20668: checking for PANGO
configure:20675: $PKG_CONFIG --exists --print-errors "pango >= 1.10 pangoxft"
configure:20678: $? = 0
configure:20692: $PKG_CONFIG --exists --print-errors "pango >= 1.10 pangoxft"
configure:20695: $? = 0
configure:20753: result: yes
configure:20761: checking for FREETYPE
configure:20768: $PKG_CONFIG --exists --print-errors "freetype2"
configure:20771: $? = 0
configure:20785: $PKG_CONFIG --exists --print-errors "freetype2"
configure:20788: $? = 0
configure:20846: result: yes
configure:20865: checking for CAIRO
configure:20872: $PKG_CONFIG --exists --print-errors "cairo >= 1.6"
configure:20875: $? = 0
configure:20889: $PKG_CONFIG --exists --print-errors "cairo >= 1.6"
configure:20892: $? = 0
configure:20930: result: yes
configure:20968: checking for library containing DGifOpenFileName
configure:20999: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/cc9P9oR6.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:67: undefined reference to `DGifOpenFileName'
collect2: ld returned 1 exit status
configure:20999: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char DGifOpenFileName ();
| int
| main ()
| {
| return DGifOpenFileName ();
| ;
| return 0;
| }
configure:20999: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lgif -lX11 -lm -lltdl -ldl >&5
configure:20999: $? = 0
configure:21016: result: -lgif
configure:21034: checking gif_lib.h usability
configure:21034: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:21034: $? = 0
configure:21034: result: yes
configure:21034: checking gif_lib.h presence
configure:21034: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:21034: $? = 0
configure:21034: result: yes
configure:21034: checking for gif_lib.h
configure:21034: result: yes
configure:21044: checking for ExtensionBlock.Function in gif_lib.h
configure:21060: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:21060: $? = 0
configure:21067: result: yes
configure:21099: checking for library containing jpeg_CreateDecompress
configure:21130: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/ccFbPFZl.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:67: undefined reference to `jpeg_CreateDecompress'
collect2: ld returned 1 exit status
configure:21130: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char jpeg_CreateDecompress ();
| int
| main ()
| {
| return jpeg_CreateDecompress ();
| ;
| return 0;
| }
configure:21130: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -ljpeg -lX11 -lm -lltdl -ldl >&5
configure:21130: $? = 0
configure:21147: result: -ljpeg
configure:21165: checking jpeglib.h usability
configure:21165: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:21165: $? = 0
configure:21165: result: yes
configure:21165: checking jpeglib.h presence
configure:21165: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:21165: $? = 0
configure:21165: result: yes
configure:21165: checking for jpeglib.h
configure:21165: result: yes
configure:21197: checking for LIBPNG
configure:21204: $PKG_CONFIG --exists --print-errors "libpng"
configure:21207: $? = 0
configure:21221: $PKG_CONFIG --exists --print-errors "libpng"
configure:21224: $? = 0
configure:21262: result: yes
configure:21298: checking for LIBTIFF
configure:21305: $PKG_CONFIG --exists --print-errors "libtiff-4"
Package libtiff-4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libtiff-4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libtiff-4' found
configure:21308: $? = 1
configure:21322: $PKG_CONFIG --exists --print-errors "libtiff-4"
Package libtiff-4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libtiff-4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libtiff-4' found
configure:21325: $? = 1
configure:21339: result: no
No package 'libtiff-4' found
configure:21359: checking for library containing TIFFClose
configure:21390: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/ccBeQOwz.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:67: undefined reference to `TIFFClose'
collect2: ld returned 1 exit status
configure:21390: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char TIFFClose ();
| int
| main ()
| {
| return TIFFClose ();
| ;
| return 0;
| }
configure:21390: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -ltiff -lX11 -lm -lltdl -ldl >&5
configure:21390: $? = 0
configure:21407: result: -ltiff
configure:21420: WARNING: No pkg-config file was found for LIBTIFF, but the library is present and we will try to use it.
configure:21545: checking for LIBXML
configure:21552: $PKG_CONFIG --exists --print-errors "libxml-2.0"
configure:21555: $? = 0
configure:21569: $PKG_CONFIG --exists --print-errors "libxml-2.0"
configure:21572: $? = 0
configure:21610: result: yes
configure:21646: checking for LIBSPIRO
configure:21653: $PKG_CONFIG --exists --print-errors "libspiro"
Package libspiro was not found in the pkg-config search path.
Perhaps you should add the directory containing `libspiro.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libspiro' found
configure:21656: $? = 1
configure:21670: $PKG_CONFIG --exists --print-errors "libspiro"
Package libspiro was not found in the pkg-config search path.
Perhaps you should add the directory containing `libspiro.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libspiro' found
configure:21673: $? = 1
configure:21687: result: no
No package 'libspiro' found
configure:21707: checking for library containing TaggedSpiroCPsToBezier
configure:21738: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/cc1IL01I.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:67: undefined reference to `TaggedSpiroCPsToBezier'
collect2: ld returned 1 exit status
configure:21738: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char TaggedSpiroCPsToBezier ();
| int
| main ()
| {
| return TaggedSpiroCPsToBezier ();
| ;
| return 0;
| }
configure:21738: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lspiro -lX11 -lm -lltdl -ldl >&5
configure:21738: $? = 0
configure:21755: result: -lspiro
configure:21768: WARNING: No pkg-config file was found for LIBSPIRO, but the library is present and we will try to use it.
configure:21893: checking for LIBUNINAMESLIST
configure:21900: $PKG_CONFIG --exists --print-errors "libuninameslist"
Package libuninameslist was not found in the pkg-config search path.
Perhaps you should add the directory containing `libuninameslist.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libuninameslist' found
configure:21903: $? = 1
configure:21917: $PKG_CONFIG --exists --print-errors "libuninameslist"
Package libuninameslist was not found in the pkg-config search path.
Perhaps you should add the directory containing `libuninameslist.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libuninameslist' found
configure:21920: $? = 1
configure:21934: result: no
No package 'libuninameslist' found
configure:21954: checking for library containing UnicodeNameAnnot
configure:21985: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/ccXGETGU.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:67: undefined reference to `UnicodeNameAnnot'
collect2: ld returned 1 exit status
configure:21985: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char UnicodeNameAnnot ();
| int
| main ()
| {
| return UnicodeNameAnnot ();
| ;
| return 0;
| }
configure:21985: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -luninameslist -lX11 -lm -lltdl -ldl >&5
configure:21985: $? = 0
configure:22002: result: -luninameslist
configure:22015: checking for uniNamesList_name
configure:22015: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -luninameslist -lX11 -lm -lltdl -ldl >&5
/tmp/cc3Ms8mZ.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:90: undefined reference to `uniNamesList_name'
collect2: ld returned 1 exit status
configure:22015: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| /* end confdefs.h. */
| /* Define uniNamesList_name to an innocuous variant, in case <limits.h> declares uniNamesList_name.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define uniNamesList_name innocuous_uniNamesList_name
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char uniNamesList_name (); 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 uniNamesList_name
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char uniNamesList_name ();
| /* 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_uniNamesList_name || defined __stub___uniNamesList_name
| choke me
| #endif
|
| int
| main ()
| {
| return uniNamesList_name ();
| ;
| return 0;
| }
configure:22015: result: no
configure:22151: checking for library containing uninm_names_db_open
configure:22182: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/ccpxit33.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:67: undefined reference to `uninm_names_db_open'
collect2: ld returned 1 exit status
configure:22182: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char uninm_names_db_open ();
| int
| main ()
| {
| return uninm_names_db_open ();
| ;
| return 0;
| }
configure:22182: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lunicodenames -lX11 -lm -lltdl -ldl >&5
/usr/bin/ld: cannot find -lunicodenames
collect2: ld returned 1 exit status
configure:22182: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char uninm_names_db_open ();
| int
| main ()
| {
| return uninm_names_db_open ();
| ;
| return 0;
| }
configure:22199: result: no
configure:22220: checking for library containing uninm_names_db_open
configure:22251: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/ccKYZBR4.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:67: undefined reference to `uninm_names_db_open'
collect2: ld returned 1 exit status
configure:22251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char uninm_names_db_open ();
| int
| main ()
| {
| return uninm_names_db_open ();
| ;
| return 0;
| }
configure:22251: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lunicodenames -lunicodenames -lX11 -lm -lltdl -ldl >&5
/usr/bin/ld: cannot find -lunicodenames
/usr/bin/ld: cannot find -lunicodenames
collect2: ld returned 1 exit status
configure:22251: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char uninm_names_db_open ();
| int
| main ()
| {
| return uninm_names_db_open ();
| ;
| return 0;
| }
configure:22268: result: no
configure:22302: WARNING: LIBUNICODENAMES was not found. We will continue building without it.
configure:22333: checking for LIBZMQ
configure:22340: $PKG_CONFIG --exists --print-errors " libczmq libzmq > 3.2.0 "
Package libczmq was not found in the pkg-config search path.
Perhaps you should add the directory containing `libczmq.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libczmq' found
Package libzmq was not found in the pkg-config search path.
Perhaps you should add the directory containing `libzmq.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libzmq' found
configure:22343: $? = 1
configure:22357: $PKG_CONFIG --exists --print-errors " libczmq libzmq > 3.2.0 "
Package libczmq was not found in the pkg-config search path.
Perhaps you should add the directory containing `libczmq.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libczmq' found
Package libzmq was not found in the pkg-config search path.
Perhaps you should add the directory containing `libzmq.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libzmq' found
configure:22360: $? = 1
configure:22374: result: no
No package 'libczmq' found
No package 'libzmq' found
configure:22404: WARNING: LIBZMQ was not found. We will continue building without it.
configure:22435: checking for library containing rl_readline_version
configure:22466: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/cc23tIPc.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:69: undefined reference to `rl_readline_version'
collect2: ld returned 1 exit status
configure:22466: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char rl_readline_version ();
| int
| main ()
| {
| return rl_readline_version ();
| ;
| return 0;
| }
configure:22466: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lreadline -lX11 -lm -lltdl -ldl >&5
/usr/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
configure:22466: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char rl_readline_version ();
| int
| main ()
| {
| return rl_readline_version ();
| ;
| return 0;
| }
configure:22483: result: no
configure:22504: checking for library containing rl_readline_version
configure:22535: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/ccOcyjRj.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:69: undefined reference to `rl_readline_version'
collect2: ld returned 1 exit status
configure:22535: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char rl_readline_version ();
| int
| main ()
| {
| return rl_readline_version ();
| ;
| return 0;
| }
configure:22535: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lreadline -ltermcap -lX11 -lm -lltdl -ldl >&5
/usr/bin/ld: cannot find -lreadline
/usr/bin/ld: cannot find -ltermcap
collect2: ld returned 1 exit status
configure:22535: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char rl_readline_version ();
| int
| main ()
| {
| return rl_readline_version ();
| ;
| return 0;
| }
configure:22552: result: no
configure:22586: WARNING: LIBREADLINE was not found. We will continue building without it.
configure:22606: checking for PANGOCAIRO
configure:22613: $PKG_CONFIG --exists --print-errors "pangocairo"
configure:22616: $? = 0
configure:22630: $PKG_CONFIG --exists --print-errors "pangocairo"
configure:22633: $? = 0
configure:22691: result: yes
configure:22745: checking arpa/inet.h usability
configure:22745: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22745: $? = 0
configure:22745: result: yes
configure:22745: checking arpa/inet.h presence
configure:22745: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22745: $? = 0
configure:22745: result: yes
configure:22745: checking for arpa/inet.h
configure:22745: result: yes
configure:22745: checking fcntl.h usability
configure:22745: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22745: $? = 0
configure:22745: result: yes
configure:22745: checking fcntl.h presence
configure:22745: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22745: $? = 0
configure:22745: result: yes
configure:22745: checking for fcntl.h
configure:22745: result: yes
configure:22745: checking ieeefp.h usability
configure:22745: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c:94:20: fatal error: ieeefp.h: No such file or directory
compilation terminated.
configure:22745: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:22745: result: no
configure:22745: checking ieeefp.h presence
configure:22745: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
conftest.c:61:20: fatal error: ieeefp.h: No such file or directory
compilation terminated.
configure:22745: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <ieeefp.h>
configure:22745: result: no
configure:22745: checking for ieeefp.h
configure:22745: result: no
configure:22745: checking for inttypes.h
configure:22745: result: yes
configure:22758: checking langinfo.h usability
configure:22758: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22758: $? = 0
configure:22758: result: yes
configure:22758: checking langinfo.h presence
configure:22758: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22758: $? = 0
configure:22758: result: yes
configure:22758: checking for langinfo.h
configure:22758: result: yes
configure:22758: checking libintl.h usability
configure:22758: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22758: $? = 0
configure:22758: result: yes
configure:22758: checking libintl.h presence
configure:22758: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22758: $? = 0
configure:22758: result: yes
configure:22758: checking for libintl.h
configure:22758: result: yes
configure:22758: checking limits.h usability
configure:22758: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22758: $? = 0
configure:22758: result: yes
configure:22758: checking limits.h presence
configure:22758: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22758: $? = 0
configure:22758: result: yes
configure:22758: checking for limits.h
configure:22758: result: yes
configure:22758: checking locale.h usability
configure:22758: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22758: $? = 0
configure:22758: result: yes
configure:22758: checking locale.h presence
configure:22758: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22758: $? = 0
configure:22758: result: yes
configure:22758: checking for locale.h
configure:22758: result: yes
configure:22771: checking for memory.h
configure:22771: result: yes
configure:22771: checking netdb.h usability
configure:22771: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22771: $? = 0
configure:22771: result: yes
configure:22771: checking netdb.h presence
configure:22771: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22771: $? = 0
configure:22771: result: yes
configure:22771: checking for netdb.h
configure:22771: result: yes
configure:22771: checking netinet/in.h usability
configure:22771: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22771: $? = 0
configure:22771: result: yes
configure:22771: checking netinet/in.h presence
configure:22771: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22771: $? = 0
configure:22771: result: yes
configure:22771: checking for netinet/in.h
configure:22771: result: yes
configure:22771: checking pthread.h usability
configure:22771: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22771: $? = 0
configure:22771: result: yes
configure:22771: checking pthread.h presence
configure:22771: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22771: $? = 0
configure:22771: result: yes
configure:22771: checking for pthread.h
configure:22771: result: yes
configure:22771: checking stddef.h usability
configure:22771: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22771: $? = 0
configure:22771: result: yes
configure:22771: checking stddef.h presence
configure:22771: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22771: $? = 0
configure:22771: result: yes
configure:22771: checking for stddef.h
configure:22771: result: yes
configure:22771: checking for stdint.h
configure:22771: result: yes
configure:22771: checking for stdlib.h
configure:22771: result: yes
configure:22784: checking for string.h
configure:22784: result: yes
configure:22784: checking for strings.h
configure:22784: result: yes
configure:22784: checking sys/ioctl.h usability
configure:22784: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22784: $? = 0
configure:22784: result: yes
configure:22784: checking sys/ioctl.h presence
configure:22784: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22784: $? = 0
configure:22784: result: yes
configure:22784: checking for sys/ioctl.h
configure:22784: result: yes
configure:22784: checking sys/socket.h usability
configure:22784: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22784: $? = 0
configure:22784: result: yes
configure:22784: checking sys/socket.h presence
configure:22784: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22784: $? = 0
configure:22784: result: yes
configure:22784: checking for sys/socket.h
configure:22784: result: yes
configure:22784: checking sys/time.h usability
configure:22784: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22784: $? = 0
configure:22784: result: yes
configure:22784: checking sys/time.h presence
configure:22784: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22784: $? = 0
configure:22784: result: yes
configure:22784: checking for sys/time.h
configure:22784: result: yes
configure:22784: checking for unistd.h
configure:22784: result: yes
configure:22784: checking wchar.h usability
configure:22784: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22784: $? = 0
configure:22784: result: yes
configure:22784: checking wchar.h presence
configure:22784: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22784: $? = 0
configure:22784: result: yes
configure:22784: checking for wchar.h
configure:22784: result: yes
configure:22797: checking iconv.h usability
configure:22797: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22797: $? = 0
configure:22797: result: yes
configure:22797: checking iconv.h presence
configure:22797: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
configure:22797: $? = 0
configure:22797: result: yes
configure:22797: checking for iconv.h
configure:22797: result: yes
configure:22813: checking whether byte ordering is bigendian
configure:22828: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c:82:9: error: unknown type name 'not'
conftest.c:82:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:82:15: error: unknown type name 'universal'
configure:22828: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:22873: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:22873: $? = 0
configure:22891: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:4: error: unknown type name 'not'
conftest.c:88:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:22891: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:23019: result: no
configure:23037: checking for stdbool.h that conforms to C99
configure:23104: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23104: $? = 0
configure:23111: result: yes
configure:23113: checking for _Bool
configure:23113: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23113: $? = 0
configure:23113: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c: In function 'main':
conftest.c:117:20: error: expected expression before ')' token
configure:23113: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:23113: result: yes
configure:23129: checking for int16_t
configure:23129: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23129: $? = 0
configure:23129: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c: In function 'main':
conftest.c:120:12: error: size of array 'test_array' is negative
configure:23129: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 16 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1)
| < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:23129: result: yes
configure:23140: checking for int32_t
configure:23140: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23140: $? = 0
configure:23140: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c: In function 'main':
conftest.c:121:53: warning: integer overflow in expression [-Woverflow]
conftest.c:120:12: error: size of array 'test_array' is negative
conftest.c:120:12: error: storage size of 'test_array' isn't constant
configure:23140: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 32 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:23140: result: yes
configure:23151: checking for int8_t
configure:23151: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23151: $? = 0
configure:23151: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c: In function 'main':
conftest.c:120:12: error: size of array 'test_array' is negative
configure:23151: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| enum { N = 8 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1)
| < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
|
| ;
| return 0;
| }
configure:23151: result: yes
configure:23162: checking for pid_t
configure:23162: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23162: $? = 0
configure:23162: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c: In function 'main':
conftest.c:119:20: error: expected expression before ')' token
configure:23162: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:23162: result: yes
configure:23173: checking for size_t
configure:23173: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23173: $? = 0
configure:23173: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c: In function 'main':
conftest.c:119:21: error: expected expression before ')' token
configure:23173: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:23173: result: yes
configure:23184: checking for uint16_t
configure:23184: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23184: $? = 0
configure:23184: result: yes
configure:23196: checking for uint32_t
configure:23196: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23196: $? = 0
configure:23196: result: yes
configure:23210: checking for uint8_t
configure:23210: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23210: $? = 0
configure:23210: result: yes
configure:23226: checking for long long int
configure:23263: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:23263: $? = 0
configure:23293: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:23293: $? = 0
configure:23293: ./conftest
configure:23293: $? = 0
configure:23308: result: yes
configure:23490: checking for the pthreads library -lpthreads
configure:23528: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lpthreads -lX11 -lm -lltdl -ldl >&5
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:23528: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define _HAS_LONGLONG 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:23537: result: no
configure:23435: checking whether pthreads work without any flags
configure:23528: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
/tmp/ccAWkGRO.o: In function `main':
/home/amer/scratch/pdf2html/fontforge/conftest.c:92: undefined reference to `pthread_create'
/home/amer/scratch/pdf2html/fontforge/conftest.c:93: undefined reference to `pthread_join'
/home/amer/scratch/pdf2html/fontforge/conftest.c:95: undefined reference to `__pthread_register_cancel'
/home/amer/scratch/pdf2html/fontforge/conftest.c:96: undefined reference to `__pthread_unregister_cancel'
collect2: ld returned 1 exit status
configure:23528: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define _HAS_LONGLONG 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:23537: result: no
configure:23440: checking whether pthreads work with -Kthread
configure:23528: gcc -std=gnu99 -o conftest -g -O2 -Kthread -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
gcc: error: unrecognized option '-Kthread'
configure:23528: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define _HAS_LONGLONG 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:23537: result: no
configure:23440: checking whether pthreads work with -kthread
configure:23528: gcc -std=gnu99 -o conftest -g -O2 -kthread -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
gcc: error: unrecognized option '-kthread'
configure:23528: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define _HAS_LONGLONG 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:23537: result: no
configure:23490: checking for the pthreads library -llthread
configure:23528: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -llthread -lX11 -lm -lltdl -ldl >&5
/usr/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:23528: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define _HAS_LONGLONG 1
| /* end confdefs.h. */
| #include <pthread.h>
| static void routine(void *a) { a = 0; }
| static void *start_routine(void *a) { return a; }
| int
| main ()
| {
| pthread_t th; pthread_attr_t attr;
| pthread_create(&th, 0, start_routine, 0);
| pthread_join(th, 0);
| pthread_attr_init(&attr);
| pthread_cleanup_push(routine, 0);
| pthread_cleanup_pop(0) /* ; */
| ;
| return 0;
| }
configure:23537: result: no
configure:23440: checking whether pthreads work with -pthread
configure:23528: gcc -std=gnu99 -o conftest -g -O2 -pthread -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:23528: $? = 0
configure:23537: result: yes
configure:23556: checking for joinable pthread attribute
configure:23571: gcc -std=gnu99 -o conftest -g -O2 -pthread -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:23571: $? = 0
configure:23577: result: PTHREAD_CREATE_JOINABLE
configure:23587: checking if more special flags are required for pthreads
configure:23601: result: no
configure:23607: checking for PTHREAD_PRIO_INHERIT
configure:23625: gcc -std=gnu99 -o conftest -g -O2 -pthread -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:23625: $? = 0
configure:23634: result: yes
configure:23722: checking whether C compiler accepts -Wunused
configure:23741: gcc -std=gnu99 -c -g -O2 -Wunused -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23741: $? = 0
configure:23749: result: yes
configure:23756: checking whether C compiler accepts -Wreturn-type
configure:23775: gcc -std=gnu99 -c -g -O2 -Wreturn-type -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23775: $? = 0
configure:23783: result: yes
configure:23790: checking whether C compiler accepts -Wparentheses
configure:23809: gcc -std=gnu99 -c -g -O2 -Wparentheses -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23809: $? = 0
configure:23817: result: yes
configure:23824: checking whether C compiler accepts -Wformat
configure:23843: gcc -std=gnu99 -c -g -O2 -Wformat -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23843: $? = 0
configure:23851: result: yes
configure:23858: checking whether C compiler accepts -Wchar-subscripts
configure:23877: gcc -std=gnu99 -c -g -O2 -Wchar-subscripts -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23877: $? = 0
configure:23885: result: yes
configure:23892: checking whether C compiler accepts -Wno-unused-but-set-variable
configure:23911: gcc -std=gnu99 -c -g -O2 -Wno-unused-but-set-variable -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23911: $? = 0
configure:23919: result: yes
configure:23926: checking whether C compiler accepts -Wno-unused-result
configure:23945: gcc -std=gnu99 -c -g -O2 -Wno-unused-result -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23945: $? = 0
configure:23953: result: yes
configure:23960: checking whether C compiler accepts -Wcast-align
configure:23979: gcc -std=gnu99 -c -g -O2 -Wcast-align -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:23979: $? = 0
configure:23987: result: yes
configure:23995: checking whether C compiler accepts -Werror=missing-prototypes
configure:24014: gcc -std=gnu99 -c -g -O2 -Werror=missing-prototypes -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:24014: $? = 0
configure:24023: result: yes
configure:24031: checking whether C compiler accepts -Werror=pointer-arith
configure:24050: gcc -std=gnu99 -c -g -O2 -Werror=pointer-arith -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:24050: $? = 0
configure:24059: result: yes
configure:24066: checking whether C compiler accepts -Wclobbered
configure:24085: gcc -std=gnu99 -c -g -O2 -Wclobbered -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:24085: $? = 0
configure:24093: result: yes
configure:24101: checking whether C compiler accepts -Werror=implicit
configure:24120: gcc -std=gnu99 -c -g -O2 -Werror=implicit -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:24120: $? = 0
configure:24129: result: yes
configure:24152: checking for error_at_line
configure:24168: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:24168: $? = 0
configure:24176: result: yes
configure:24189: checking vfork.h usability
configure:24189: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
conftest.c:120:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:24189: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define _HAS_LONGLONG 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:24189: result: no
configure:24189: checking vfork.h presence
configure:24189: gcc -E -I${top_builddir} -I${top_srcdir} conftest.c
conftest.c:87:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:24189: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "fontforge"
| #define PACKAGE_TARNAME "fontforge"
| #define PACKAGE_VERSION "2.0.0_beta1"
| #define PACKAGE_STRING "fontforge 2.0.0_beta1"
| #define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "fontforge"
| #define VERSION "2.0.0_beta1"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_ARGZ_H 1
| #define HAVE_ERROR_T 1
| #define HAVE_ARGZ_ADD 1
| #define HAVE_ARGZ_APPEND 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_CREATE_SEP 1
| #define HAVE_ARGZ_INSERT 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_WORKING_ARGZ 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LTDL 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define LT_LIBEXT "a"
| #define LT_LIBPREFIX "lib"
| #define HAVE_LIBLTDL 1
| #define FONTFORGE_CONFIG_USE_DOUBLE 1
| #define _NO_XINPUT 1
| #define _NO_LIBUNICODENAMES 1
| #define _NO_LIBZMQ 1
| #define _NO_LIBREADLINE 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_ICONV_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define _HAS_LONGLONG 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:24189: result: no
configure:24189: checking for vfork.h
configure:24189: result: no
configure:24202: checking for fork
configure:24202: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:110:6: warning: conflicting types for built-in function 'fork' [enabled by default]
configure:24202: $? = 0
configure:24202: result: yes
configure:24202: checking for vfork
configure:24202: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:24202: $? = 0
configure:24202: result: yes
configure:24212: checking for working fork
configure:24234: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:24234: $? = 0
configure:24234: ./conftest
configure:24234: $? = 0
configure:24244: result: yes
configure:24265: checking for working vfork
configure:24375: result: yes
configure:24400: checking whether time.h and sys/time.h may both be included
configure:24420: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:24420: $? = 0
configure:24427: result: yes
configure:24441: checking for sys/time.h
configure:24441: result: yes
configure:24441: checking for unistd.h
configure:24441: result: yes
configure:24441: checking for stdlib.h
configure:24441: result: yes
configure:24441: checking for sys/param.h
configure:24441: gcc -std=gnu99 -c -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c >&5
configure:24441: $? = 0
configure:24441: result: yes
configure:24462: checking for alarm
configure:24462: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:24462: $? = 0
configure:24462: result: yes
configure:24475: checking for working mktime
configure:24677: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:24677: $? = 0
configure:24677: ./conftest
configure:24677: $? = 0
configure:24687: result: yes
configure:24705: checking for getpagesize
configure:24705: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:24705: $? = 0
configure:24705: result: yes
configure:24714: checking for working mmap
configure:24861: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:24861: $? = 0
configure:24861: ./conftest
configure:24861: $? = 0
configure:24871: result: yes
configure:24885: checking for working strcoll
configure:24906: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:24906: $? = 0
configure:24906: ./conftest
configure:24906: $? = 0
configure:24916: result: yes
configure:24924: checking for working strtod
configure:24965: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c: In function 'main':
conftest.c:155:12: warning: ignoring return value of 'strtod', declared with attribute warn_unused_result [-Wunused-result]
configure:24965: $? = 0
configure:24965: ./conftest
configure:24965: $? = 0
configure:24975: result: yes
configure:25040: checking for alarm
configure:25040: result: yes
configure:25040: checking for atexit
configure:25040: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25040: $? = 0
configure:25040: result: yes
configure:25040: checking for dup2
configure:25040: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25040: $? = 0
configure:25040: result: yes
configure:25040: checking for endpwent
configure:25040: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25040: $? = 0
configure:25040: result: yes
configure:25040: checking for floor
configure:25040: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:127:6: warning: conflicting types for built-in function 'floor' [enabled by default]
configure:25040: $? = 0
configure:25040: result: yes
configure:25052: checking for getcwd
configure:25052: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25052: $? = 0
configure:25052: result: yes
configure:25052: checking for gethostbyname
configure:25052: result: yes
configure:25052: checking for gettimeofday
configure:25052: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25052: $? = 0
configure:25052: result: yes
configure:25064: checking for localeconv
configure:25064: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25064: $? = 0
configure:25064: result: yes
configure:25064: checking for memmove
configure:25064: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:132:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
configure:25064: $? = 0
configure:25064: result: yes
configure:25064: checking for memset
configure:25064: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:133:6: warning: conflicting types for built-in function 'memset' [enabled by default]
configure:25064: $? = 0
configure:25064: result: yes
configure:25064: checking for mkdir
configure:25064: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25064: $? = 0
configure:25064: result: yes
configure:25064: checking for munmap
configure:25064: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25064: $? = 0
configure:25064: result: yes
configure:25076: checking for nl_langinfo
configure:25076: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25076: $? = 0
configure:25076: result: yes
configure:25076: checking for pow
configure:25076: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:137:6: warning: conflicting types for built-in function 'pow' [enabled by default]
configure:25076: $? = 0
configure:25076: result: yes
configure:25076: checking for putenv
configure:25076: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25076: $? = 0
configure:25076: result: yes
configure:25076: checking for rint
configure:25076: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:139:6: warning: conflicting types for built-in function 'rint' [enabled by default]
configure:25076: $? = 0
configure:25076: result: yes
configure:25076: checking for rmdir
configure:25076: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25076: $? = 0
configure:25076: result: yes
configure:25088: checking for select
configure:25088: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25088: $? = 0
configure:25088: result: yes
configure:25088: checking for setenv
configure:25088: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25088: $? = 0
configure:25088: result: yes
configure:25088: checking for setlocale
configure:25088: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25088: $? = 0
configure:25088: result: yes
configure:25088: checking for snprintf
configure:25088: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:144:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
configure:25088: $? = 0
configure:25088: result: yes
configure:25088: checking for socket
configure:25088: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25088: $? = 0
configure:25088: result: yes
configure:25088: checking for sqrt
configure:25088: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:146:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
configure:25088: $? = 0
configure:25088: result: yes
configure:25100: checking for strcasecmp
configure:25100: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:147:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default]
configure:25100: $? = 0
configure:25100: result: yes
configure:25100: checking for strchr
configure:25100: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:148:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
configure:25100: $? = 0
configure:25100: result: yes
configure:25100: checking for strdup
configure:25100: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:149:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
configure:25100: $? = 0
configure:25100: result: yes
configure:25100: checking for strerror
configure:25100: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25100: $? = 0
configure:25100: result: yes
configure:25112: checking for strncasecmp
configure:25112: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:151:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default]
configure:25112: $? = 0
configure:25112: result: yes
configure:25112: checking for strpbrk
configure:25112: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:152:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default]
configure:25112: $? = 0
configure:25112: result: yes
configure:25112: checking for strrchr
configure:25112: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:153:6: warning: conflicting types for built-in function 'strrchr' [enabled by default]
configure:25112: $? = 0
configure:25112: result: yes
configure:25112: checking for strstr
configure:25112: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
conftest.c:154:6: warning: conflicting types for built-in function 'strstr' [enabled by default]
configure:25112: $? = 0
configure:25112: result: yes
configure:25124: checking for strtol
configure:25124: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25124: $? = 0
configure:25124: result: yes
configure:25124: checking for strtoul
configure:25124: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25124: $? = 0
configure:25124: result: yes
configure:25124: checking for tzset
configure:25124: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25124: $? = 0
configure:25124: result: yes
configure:25124: checking for uname
configure:25124: gcc -std=gnu99 -o conftest -g -O2 -I${top_builddir} -I${top_srcdir} conftest.c -lX11 -lm -lltdl -ldl >&5
configure:25124: $? = 0
configure:25124: result: yes
configure:25133: checking for snprintf
configure:25133: result: yes
configure:25142: checking for tzset
configure:25142: result: yes
configure:25321: $PKG_CONFIG --exists --print-errors "libtiff-4"
Package libtiff-4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libtiff-4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libtiff-4' found
configure:25324: $? = 1
configure:25710: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by fontforge config.status 2.0.0_beta1, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ubuntu
config.status:1487: creating Makefile
config.status:1487: creating inc/Makefile
config.status:1487: creating libltdl/Makefile
config.status:1487: creating Unicode/Makefile
config.status:1487: creating gutils/Makefile
config.status:1487: creating collab/Makefile
config.status:1487: creating hotkeys/Makefile
config.status:1487: creating share/Makefile
config.status:1487: creating gdraw/Makefile
config.status:1487: creating fontforge/Makefile
config.status:1487: creating fontforge/pixmaps/Makefile
config.status:1487: creating fontforge/pixmaps/2012/Makefile
config.status:1487: creating fontforge/pixmaps/tango/Makefile
config.status:1487: creating fontforge/collab/Makefile
config.status:1487: creating po/Makefile
config.status:1487: creating mackeys/Makefile
config.status:1487: creating htdocs/Makefile
config.status:1487: creating pycontrib/Makefile
config.status:1487: creating pycontrib/simple/Makefile
config.status:1487: creating pycontrib/collab/Makefile
config.status:1487: creating pyhook/Makefile
config.status:1487: creating cidmap/Makefile
config.status:1487: creating plugins/Makefile
config.status:1487: creating tests/Makefile
config.status:1487: creating desktop/Makefile
config.status:1487: creating fonttools/Makefile
config.status:1487: creating GNUmakefile
config.status:1487: creating fontforge/GNUmakefile
config.status:1487: creating po/GNUmakefile
config.status:1487: creating mk/xgettext_search.mk
config.status:1487: creating libfontforge.pc
config.status:1487: creating libfontforgeexe.pc
config.status:1487: creating fontforge/darwinsetup
config.status:1487: creating tests/atlocal
config.status:1487: creating tests/findoverlapbugs.py
config.status:1487: creating tests/test0001.py
config.status:1487: creating tests/test0101.py
config.status:1487: creating tests/test1001.py
config.status:1487: creating tests/test1001a.py
config.status:1487: creating tests/test1001b.py
config.status:1487: creating tests/test1001c.py
config.status:1487: creating tests/test1002.py
config.status:1487: creating tests/test1003.py
config.status:1487: creating tests/test1004.py
config.status:1487: creating tests/test1005.py
config.status:1487: creating tests/test1006.py
config.status:1487: creating tests/test1007.py
config.status:1487: creating inc/fontforge-config.h
config.status:1716: executing tests/atconfig commands
config.status:1716: executing depfiles commands
config.status:1716: executing libtool commands
configure:28328:
Summary of optional features:
real (floating pt) double
programs yes
native scripting yes
python scripting yes
python extension yes
freetype debugger no
capslock for alt no
raw points mode no
tile path no
gb12345 encoding no
Summary of optional dependencies:
cairo yes http://www.cairographics.org/
giflib yes http://giflib.sourceforge.net/
libjpeg yes http://en.wikipedia.org/wiki/Libjpeg
libpng yes http://www.libpng.org/
libtiff yes http://en.wikipedia.org/wiki/Libtiff
libxml yes http://www.xmlsoft.org/
libspiro yes http://libspiro.sourceforge.net/
libuninameslist yes https://github.com/fontforge/libuninameslist
libunicodenames no https://github.com/sortsmill/libunicodenames
zeromq no http://www.zeromq.org/
libreadline no http://www.gnu.org/software/readline
X Window System yes
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_int16_t=yes
ac_cv_c_int32_t=yes
ac_cv_c_int8_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint8_t=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CAIRO_CFLAGS_set=
ac_cv_env_CAIRO_CFLAGS_value=
ac_cv_env_CAIRO_LIBS_set=
ac_cv_env_CAIRO_LIBS_value=
ac_cv_env_CARBON_set=
ac_cv_env_CARBON_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_COCOA_set=
ac_cv_env_COCOA_value=
ac_cv_env_CORESERVICES_set=
ac_cv_env_CORESERVICES_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_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_FREETYPE_SOURCE_set=
ac_cv_env_FREETYPE_SOURCE_value=
ac_cv_env_GIFLIB_CFLAGS_set=
ac_cv_env_GIFLIB_CFLAGS_value=
ac_cv_env_GIFLIB_LIBS_set=
ac_cv_env_GIFLIB_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=
ac_cv_env_GLIB_CFLAGS_value=
ac_cv_env_GLIB_LIBS_set=
ac_cv_env_GLIB_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBJPEG_CFLAGS_set=
ac_cv_env_LIBJPEG_CFLAGS_value=
ac_cv_env_LIBJPEG_LIBS_set=
ac_cv_env_LIBJPEG_LIBS_value=
ac_cv_env_LIBPNG_CFLAGS_set=
ac_cv_env_LIBPNG_CFLAGS_value=
ac_cv_env_LIBPNG_LIBS_set=
ac_cv_env_LIBPNG_LIBS_value=
ac_cv_env_LIBREADLINE_CFLAGS_set=
ac_cv_env_LIBREADLINE_CFLAGS_value=
ac_cv_env_LIBREADLINE_LIBS_set=
ac_cv_env_LIBREADLINE_LIBS_value=
ac_cv_env_LIBSPIRO_CFLAGS_set=
ac_cv_env_LIBSPIRO_CFLAGS_value=
ac_cv_env_LIBSPIRO_LIBS_set=
ac_cv_env_LIBSPIRO_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIBTIFF_CFLAGS_set=
ac_cv_env_LIBTIFF_CFLAGS_value=
ac_cv_env_LIBTIFF_LIBS_set=
ac_cv_env_LIBTIFF_LIBS_value=
ac_cv_env_LIBUNICODENAMES_CFLAGS_set=
ac_cv_env_LIBUNICODENAMES_CFLAGS_value=
ac_cv_env_LIBUNICODENAMES_LIBS_set=
ac_cv_env_LIBUNICODENAMES_LIBS_value=
ac_cv_env_LIBUNINAMESLIST_CFLAGS_set=
ac_cv_env_LIBUNINAMESLIST_CFLAGS_value=
ac_cv_env_LIBUNINAMESLIST_LIBS_set=
ac_cv_env_LIBUNINAMESLIST_LIBS_value=
ac_cv_env_LIBXML_CFLAGS_set=
ac_cv_env_LIBXML_CFLAGS_value=
ac_cv_env_LIBXML_LIBS_set=
ac_cv_env_LIBXML_LIBS_value=
ac_cv_env_LIBZMQ_CFLAGS_set=
ac_cv_env_LIBZMQ_CFLAGS_value=
ac_cv_env_LIBZMQ_LIBS_set=
ac_cv_env_LIBZMQ_LIBS_value=
ac_cv_env_PANGOCAIRO_CFLAGS_set=
ac_cv_env_PANGOCAIRO_CFLAGS_value=
ac_cv_env_PANGOCAIRO_LIBS_set=
ac_cv_env_PANGOCAIRO_LIBS_value=
ac_cv_env_PANGO_CFLAGS_set=
ac_cv_env_PANGO_CFLAGS_value=
ac_cv_env_PANGO_LIBS_set=
ac_cv_env_PANGO_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PYTHON_CFLAGS_set=
ac_cv_env_PYTHON_CFLAGS_value=
ac_cv_env_PYTHON_LIBS_set=
ac_cv_env_PYTHON_LIBS_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_SDK_set=
ac_cv_env_SDK_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_ZLIB_CFLAGS_set=
ac_cv_env_ZLIB_CFLAGS_value=
ac_cv_env_ZLIB_LIBS_set=
ac_cv_env_ZLIB_LIBS_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_extensionblock_in_giflib=yes
ac_cv_func_alarm=yes
ac_cv_func_argz_add=yes
ac_cv_func_argz_append=yes
ac_cv_func_argz_count=yes
ac_cv_func_argz_create_sep=yes
ac_cv_func_argz_insert=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_atexit=yes
ac_cv_func_closedir=yes
ac_cv_func_connect=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=no
ac_cv_func_dup2=yes
ac_cv_func_endpwent=yes
ac_cv_func_floor=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_localeconv=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_opendir=yes
ac_cv_func_pow=yes
ac_cv_func_putenv=yes
ac_cv_func_readdir=yes
ac_cv_func_remove=yes
ac_cv_func_rint=yes
ac_cv_func_rmdir=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_shl_load=no
ac_cv_func_shmat=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_sqrt=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcoll_works=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strlcat=no
ac_cv_func_strlcpy=no
ac_cv_func_strncasecmp=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strrchr=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_tzset=yes
ac_cv_func_uname=yes
ac_cv_func_uniNamesList_name=no
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_working_mktime=yes
ac_cv_have_decl_lt_dlinterface_register=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_argz_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_gif_lib_h=yes
ac_cv_header_iconv_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_ltdl_h=yes
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_dl_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_dld_link=no
ac_cv_lib_dld_shl_load=no
ac_cv_lib_error_at_line=yes
ac_cv_lib_ltdl_lt_dladvise_init=yes
ac_cv_lib_ltdl_lt_dladvise_preload=yes
ac_cv_objext=o
ac_cv_path_CPROTO=cproto
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_INDENT=indent
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_PLUTIL=:
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/bin/sed
ac_cv_path_UNZIP=/usr/bin/unzip
ac_cv_path_UPDATE_DESKTOP_DATABASE=/usr/bin/update-desktop-database
ac_cv_path_UPDATE_MIME_DATABASE=/usr/bin/update-mime-database
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
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_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_DGifOpenFileName=-lgif
ac_cv_search_TIFFClose=-ltiff
ac_cv_search_TaggedSpiroCPsToBezier=-lspiro
ac_cv_search_UnicodeNameAnnot=-luninameslist
ac_cv_search_XOpenDevice=no
ac_cv_search_XOpenDisplay=-lX11
ac_cv_search_XkbQueryExtension='none required'
ac_cv_search_cos=-lm
ac_cv_search_dlopen=-ldl
ac_cv_search_jpeg_CreateDecompress=-ljpeg
ac_cv_search_rl_readline_version=no
ac_cv_search_uninm_names_db_open=no
ac_cv_type__Bool=yes
ac_cv_type_error_t=yes
ac_cv_type_long_long_int=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_pathless_PYTHON=python
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/dist-packages'
am_cv_python_version=2.7
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv_check_cflags___Wcast_align=yes
ax_cv_check_cflags___Wchar_subscripts=yes
ax_cv_check_cflags___Wclobbered=yes
ax_cv_check_cflags___Werror_implicit=yes
ax_cv_check_cflags___Werror_missing_prototypes=yes
ax_cv_check_cflags___Werror_pointer_arith=yes
ax_cv_check_cflags___Wformat=yes
ax_cv_check_cflags___Wno_unused_but_set_variable=yes
ax_cv_check_cflags___Wno_unused_result=yes
ax_cv_check_cflags___Wparentheses=yes
ax_cv_check_cflags___Wreturn_type=yes
ax_cv_check_cflags___Wunused=yes
fontforge_cv_native_callbacks=no
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
libltdl_cv_shrext=.so
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_module_path_var=LD_LIBRARY_PATH
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_argz_works=yes
lt_cv_sys_dlopen_deplibs=yes
lt_cv_sys_dlsearch_path='/lib /usr/lib /lib/i386-linux-gnu /usr/lib/i386-linux-gnu /lib/i686-linux-gnu /usr/lib/i686-linux-gnu /usr/local/lib /usr/lib/nvidia-settings-updates /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /usr/lib/nvidia-current-updates /usr/lib32/nvidia-current-updates /lib32 /usr/lib32 '
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
lt_cv_sys_symbol_underscore=no
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
pkg_cv_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 '
pkg_cv_CAIRO_LIBS='-lcairo '
pkg_cv_FREETYPE_CFLAGS='-I/usr/include/freetype2 '
pkg_cv_FREETYPE_LIBS='-lfreetype '
pkg_cv_GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
pkg_cv_GLIB_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
pkg_cv_LIBPNG_CFLAGS='-I/usr/include/libpng12 '
pkg_cv_LIBPNG_LIBS='-lpng12 '
pkg_cv_LIBXML_CFLAGS='-I/usr/include/libxml2 '
pkg_cv_LIBXML_LIBS='-lxml2 '
pkg_cv_PANGOCAIRO_CFLAGS='-pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 '
pkg_cv_PANGOCAIRO_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 '
pkg_cv_PANGO_CFLAGS='-pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 '
pkg_cv_PANGO_LIBS='-lpangoxft-1.0 -lpangoft2-1.0 -lXft -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 '
pkg_cv_PYTHON_CFLAGS='-I/usr/include/python2.7 '
pkg_cv_PYTHON_LIBS='-lpython2.7 '
pkg_cv_ZLIB_CFLAGS=' '
pkg_cv_ZLIB_LIBS='-lz '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/amer/scratch/pdf2html/fontforge/config/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
ARGZ_H=''
AUTOCONF='${SHELL} /home/amer/scratch/pdf2html/fontforge/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/amer/scratch/pdf2html/fontforge/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/amer/scratch/pdf2html/fontforge/config/missing --run automake-1.11'
AWK='mawk'
CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 '
CAIRO_FALSE='#'
CAIRO_LIBS='-lcairo '
CAIRO_TRUE=''
CARBON=''
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
COCOA=''
CONVENIENCE_LTDL_FALSE='#'
CONVENIENCE_LTDL_TRUE=''
CORESERVICES=''
CPP='gcc -E'
CPPFLAGS=' -I${top_builddir} -I${top_srcdir}'
CPROTO='cproto'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DESKTOP_FALSE=''
DESKTOP_TRUE='#'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
FONTTOOLS_FALSE=''
FONTTOOLS_TRUE='#'
FREETYPE_CFLAGS='-I/usr/include/freetype2 '
FREETYPE_LIBS='-lfreetype '
FREETYPE_SOURCE=''
GIFLIB_CFLAGS=''
GIFLIB_LIBS='-lgif'
GLIB_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include '
GLIB_LIBS='-lgio-2.0 -lgobject-2.0 -lglib-2.0 '
GRAPHICAL_USER_INTERFACE_FALSE='#'
GRAPHICAL_USER_INTERFACE_TRUE=''
GREP='/bin/grep'
HOST='x86_64-unknown-linux-gnu'
INCLTDL=''
INDENT='indent'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE=''
INSTALL_LTDL_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBADD_DL='-ldl '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN='-ldl'
LIBADD_SHL_LOAD=''
LIBFONTFORGEEXE_PKGCONFIG_LIBS='-L${exec_prefix}/lib -lfontforgeexe'
LIBFONTFORGEEXE_PKGCONFIG_LIBS_PRIVATE='-L${exec_prefix}/lib -lgdraw -lgioftp -lgutils -lgif -ljpeg -lspiro -luninameslist -lSM -lICE -lltdl -lX11 -lm -lltdl -ldl '
LIBFONTFORGEEXE_PKGCONFIG_REQUIRES=''
LIBFONTFORGEEXE_PKGCONFIG_REQUIRES_PRIVATE='libfontforge python-2.7 libpng libxml-2.0 cairo pango zlib'
LIBFONTFORGEEXE_PKGCONFIG_VERSION='2.0.0'
LIBFONTFORGE_PKGCONFIG_LIBS='-L${exec_prefix}/lib -lfontforge -lgunicode'
LIBFONTFORGE_PKGCONFIG_LIBS_PRIVATE=' -lgioftp -lgutils -lgif -ljpeg -lspiro -luninameslist -lSM -lICE -lltdl -lX11 -lm -lltdl -ldl '
LIBFONTFORGE_PKGCONFIG_REQUIRES=''
LIBFONTFORGE_PKGCONFIG_REQUIRES_PRIVATE=' python-2.7 libpng libxml-2.0 cairo pango zlib'
LIBFONTFORGE_PKGCONFIG_VERSION='2.0.0'
LIBJPEG_CFLAGS=''
LIBJPEG_LIBS='-ljpeg'
LIBLTDL='-lltdl'
LIBOBJS=''
LIBPNG_CFLAGS='-I/usr/include/libpng12 '
LIBPNG_FALSE='#'
LIBPNG_LIBS='-lpng12 '
LIBPNG_TRUE=''
LIBREADLINE_CFLAGS=''
LIBREADLINE_LIBS=''
LIBS='-lX11 -lm -lltdl -ldl '
LIBSPIRO_CFLAGS=''
LIBSPIRO_FALSE='#'
LIBSPIRO_LIBS='-lspiro'
LIBSPIRO_TRUE=''
LIBTIFF_CFLAGS=''
LIBTIFF_FALSE='#'
LIBTIFF_LIBS='-ltiff'
LIBTIFF_TRUE=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBUNICODENAMES_CFLAGS=''
LIBUNICODENAMES_LIBS=''
LIBUNINAMESLIST_CFLAGS=''
LIBUNINAMESLIST_FALSE='#'
LIBUNINAMESLIST_LIBS='-luninameslist'
LIBUNINAMESLIST_TRUE=''
LIBXML_CFLAGS='-I/usr/include/libxml2 '
LIBXML_FALSE='#'
LIBXML_LIBS='-lxml2 '
LIBXML_TRUE=''
LIBZMQ_CFLAGS=''
LIBZMQ_FALSE=''
LIBZMQ_LIBS=''
LIBZMQ_TRUE='#'
LIPO=''
LN_S='ln -s'
LTDLDEPS=''
LTDLINCL=''
LTDLOPEN='libltdl'
LTLIBOBJS=''
LT_CONFIG_H='inc/fontforge-config.h'
LT_DLLOADERS=' dlopen.la'
LT_DLPREOPEN='-dlpreopen dlopen.la '
MACAPP=''
MACINTOSH_FALSE=''
MACINTOSH_TRUE='#'
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAINTAINER_TOOLS='no'
MAINTAINER_TOOLS_FALSE=''
MAINTAINER_TOOLS_TRUE='#'
MAKEINFO='${SHELL} /home/amer/scratch/pdf2html/fontforge/config/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MY_CFLAGS=' -Wunused -Wreturn-type -Wparentheses -Wformat -Wchar-subscripts -Wno-unused-but-set-variable -Wno-unused-result -Wcast-align -Werror=missing-prototypes -Werror=pointer-arith -Wclobbered -Werror=implicit -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2 -I/usr/include/python2.7 -pthread '
MY_LIBS=' -lpython2.7 -lgif -ljpeg -lpng12 -ltiff -luninameslist -lxml2 -lspiro -lcairo -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 -lpangoxft-1.0 -lpangoft2-1.0 -lXft -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lSM -lICE -lfreetype -lz -lgio-2.0 -lgobject-2.0 -lglib-2.0 '
NATIVE_SCRIPTING_FALSE='#'
NATIVE_SCRIPTING_TRUE=''
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='fontforge'
PACKAGE_BUGREPORT='fontforge-devel@lists.sourceforge.net'
PACKAGE_NAME='fontforge'
PACKAGE_STRING='fontforge 2.0.0_beta1'
PACKAGE_TARNAME='fontforge'
PACKAGE_URL=''
PACKAGE_VERSION='2.0.0_beta1'
PANGOCAIRO_CFLAGS='-pthread -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 '
PANGOCAIRO_LIBS='-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0 '
PANGO_CFLAGS='-pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 '
PANGO_LIBS='-lpangoxft-1.0 -lpangoft2-1.0 -lXft -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 '
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PLUGIN_GB12345_FALSE=''
PLUGIN_GB12345_TRUE='#'
PLUTIL=':'
POW_LIB=''
PTHREAD_CC='gcc -std=gnu99'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
PYTHON='/usr/bin/python'
PYTHON_CFLAGS='-I/usr/include/python2.7 '
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_EXTENSION_FALSE='#'
PYTHON_EXTENSION_TRUE=''
PYTHON_LIBS='-lpython2.7 '
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_SCRIPTING_FALSE='#'
PYTHON_SCRIPTING_TRUE=''
PYTHON_VERSION='2.7'
RANLIB='ranlib'
SDK=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
THE_PROGRAMS='yes'
THE_PROGRAMS_FALSE='#'
THE_PROGRAMS_TRUE=''
UNZIP='/usr/bin/unzip'
UPDATE_DESKTOP_DATABASE='/usr/bin/update-desktop-database'
UPDATE_MIME_DATABASE='/usr/bin/update-mime-database'
USE_THEME_2012_FALSE=''
USE_THEME_2012_TRUE='#'
USE_THEME_TANGO_FALSE='#'
USE_THEME_TANGO_TRUE=''
VERSION='2.0.0_beta1'
VERSION_MAJOR='2'
VERSION_MINOR='0'
VERSION_PATCH='0'
XGETTEXT='/usr/bin/xgettext'
XINPUT_LIBS=''
XKB_LIBS=''
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ZLIB_CFLAGS=' '
ZLIB_LIBS='-lz '
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
ax_pthread_config=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
i_do_have_python_scripting='yes'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/amer/scratch/pdf2html/fontforge/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
ltdl_LIBOBJS=' lt__strl.o'
ltdl_LTLIBOBJS=' lt__strl.lo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/fontforge'
pkgpythondir='${pythondir}/fontforge'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
pythondir='${prefix}/lib/python2.7/dist-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sys_symbol_underscore='no'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "fontforge"
#define PACKAGE_TARNAME "fontforge"
#define PACKAGE_VERSION "2.0.0_beta1"
#define PACKAGE_STRING "fontforge 2.0.0_beta1"
#define PACKAGE_BUGREPORT "fontforge-devel@lists.sourceforge.net"
#define PACKAGE_URL ""
#define PACKAGE "fontforge"
#define VERSION "2.0.0_beta1"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define LT_MODULE_EXT ".so"
#define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
#define LT_DLSEARCH_PATH "/lib:/usr/lib:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/usr/lib/nvidia-settings-updates:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/nvidia-current-updates:/usr/lib32/nvidia-current-updates:/lib32:/usr/lib32"
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_LIBDLLOADER 1
#define HAVE_ARGZ_H 1
#define HAVE_ERROR_T 1
#define HAVE_ARGZ_ADD 1
#define HAVE_ARGZ_APPEND 1
#define HAVE_ARGZ_COUNT 1
#define HAVE_ARGZ_CREATE_SEP 1
#define HAVE_ARGZ_INSERT 1
#define HAVE_ARGZ_NEXT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_WORKING_ARGZ 1
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_LTDL 1
#define HAVE_UNISTD_H 1
#define HAVE_DIRENT_H 1
#define HAVE_CLOSEDIR 1
#define HAVE_OPENDIR 1
#define HAVE_READDIR 1
#define LT_LIBEXT "a"
#define LT_LIBPREFIX "lib"
#define HAVE_LIBLTDL 1
#define FONTFORGE_CONFIG_USE_DOUBLE 1
#define _NO_XINPUT 1
#define _NO_LIBUNICODENAMES 1
#define _NO_LIBZMQ 1
#define _NO_LIBREADLINE 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LIBINTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_ICONV_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_LONG_LONG_INT 1
#define _HAS_LONGLONG 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_ALARM 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_STRCOLL 1
#define HAVE_ALARM 1
#define HAVE_ATEXIT 1
#define HAVE_DUP2 1
#define HAVE_ENDPWENT 1
#define HAVE_FLOOR 1
#define HAVE_GETCWD 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LOCALECONV 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_MUNMAP 1
#define HAVE_NL_LANGINFO 1
#define HAVE_POW 1
#define HAVE_PUTENV 1
#define HAVE_RINT 1
#define HAVE_RMDIR 1
#define HAVE_SELECT 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SNPRINTF 1
#define HAVE_SOCKET 1
#define HAVE_SQRT 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRPBRK 1
#define HAVE_STRRCHR 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_TZSET 1
#define HAVE_UNAME 1
#define FONTFORGE_GIT_VERSION "e76e96cc3f2dd28dc1f8bcc82f97935b588c07db"
#define FONTFORGE_MODTIME "1368199224L"
#define FONTFORGE_MODTIME_STR "11:20 EDT 10-May-2013"
#define FONTFORGE_VERSIONDATE "20130510"
#define FONTFORGE_MODTIME_RAW 1368199224L
#define FONTFORGE_MODTIME_STR_RAW 11:20 EDT 10-May-2013
#define FONTFORGE_VERSIONDATE_RAW 20130510
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment