unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Problem building emacs from cvs
@ 2008-03-21 19:10 Diogo Sousa
  2008-03-22  7:23 ` Jan Djärv
  0 siblings, 1 reply; 6+ messages in thread
From: Diogo Sousa @ 2008-03-21 19:10 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

Hi,

My system is a GNU/Linux (Fedora 8), i686-pc-linux-gnu.

Trying to build emacs from cvs configure tells me I miss some
libraries (libXpm libjpeg libpng libgif/libungif libtiff),
that I have (emacs 22.1.92 build fine).

Here is what configure outputs to stderr:

configure: error: The following required libraries were not found:
    libXpm libjpeg libpng libgif/libungif libtiff
Maybe some development libraries/packages are missing?
If you don't want to link with them give
    --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no
as options to configure

In attach i send config.log and the output sent to stdout in config.out.

Thank you

[-- Attachment #2: config.out --]
[-- Type: chemical/x-gulp, Size: 9463 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: config.log --]
[-- Type: text/x-log; name=config.log, Size: 131824 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by emacs configure 23.0.50, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

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

hostname = orium
uname -m = i686
uname -r = 2.6.24.2
uname -s = Linux
uname -v = #1 Mon Feb 11 20:12:07 WET 2008

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

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

PATH: /usr/lib/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /usr/lib/ccache
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: ~/.script
PATH: /home/orium/bin
PATH: ~/.script


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

configure:2263: checking build system type
configure:2281: result: i686-pc-linux-gnu
configure:2303: checking host system type
configure:2318: result: i686-pc-linux-gnu
configure:2934: checking for gcc
configure:2950: found /usr/lib/ccache/gcc
configure:2961: result: gcc
configure:3199: checking for C compiler version
configure:3206: gcc --version >&5
gcc (GCC) 4.2.3
Copyright (C) 2007 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:3209: $? = 0
configure:3216: gcc -v >&5
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure 
Thread model: posix
gcc version 4.2.3
configure:3219: $? = 0
configure:3226: gcc -V >&5
gcc: '-V' option must have argument
configure:3229: $? = 1
configure:3252: checking for C compiler default output file name
configure:3279: gcc    conftest.c  >&5
configure:3282: $? = 0
configure:3320: result: a.out
configure:3337: checking whether the C compiler works
configure:3347: ./a.out
configure:3350: $? = 0
configure:3367: result: yes
configure:3374: checking whether we are cross compiling
configure:3376: result: no
configure:3379: checking for suffix of executables
configure:3386: gcc -o conftest    conftest.c  >&5
configure:3389: $? = 0
configure:3413: result: 
configure:3419: checking for suffix of object files
configure:3445: gcc -c   conftest.c >&5
configure:3448: $? = 0
configure:3471: result: o
configure:3475: checking whether we are using the GNU C compiler
configure:3504: gcc -c   conftest.c >&5
configure:3510: $? = 0
configure:3527: result: yes
configure:3532: checking whether gcc accepts -g
configure:3562: gcc -c -g  conftest.c >&5
configure:3568: $? = 0
configure:3667: result: yes
configure:3684: checking for gcc option to accept ISO C89
configure:3758: gcc  -c -g -O2  conftest.c >&5
configure:3764: $? = 0
configure:3787: result: none needed
configure:3909: checking how to run the C preprocessor
configure:3949: gcc -E  conftest.c
configure:3955: $? = 0
configure:3986: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:3992: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4025: result: gcc -E
configure:4054: gcc -E  conftest.c
configure:4060: $? = 0
configure:4091: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:4097: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4135: checking for grep that handles long lines and -e
configure:4209: result: /bin/grep
configure:4214: checking for egrep
configure:4292: result: /bin/grep -E
configure:4298: checking for AIX
configure:4320: result: no
configure:4334: checking whether gcc understands -Wno-pointer-sign
configure:4359: gcc -c -g -O2 -Wno-pointer-sign  conftest.c >&5
configure:4365: $? = 0
configure:4382: result: yes
configure:4390: checking whether ln -s works
configure:4394: result: yes
configure:4406: checking how to run the C preprocessor
configure:4522: result: gcc -E
configure:4551: gcc -E  conftest.c
configure:4557: $? = 0
configure:4588: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4594: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4644: checking for a BSD-compatible install
configure:4700: result: /usr/local/bin/install -c
configure:4755: checking for ranlib
configure:4771: found /usr/bin/ranlib
configure:4782: result: ranlib
configure:4811: checking for install-info
configure:4844: result: no
configure:4851: checking for install-info
configure:4884: result: no
configure:4891: checking for install-info
configure:4909: found /sbin/install-info
configure:4922: result: /sbin/install-info
configure:4932: checking for gzip
configure:4950: found /usr/bin/gzip
configure:4962: result: /usr/bin/gzip
configure:4975: checking for makeinfo
configure:4993: found /usr/bin/makeinfo
configure:5006: result: /usr/bin/makeinfo
configure:5045: checking for -znocombreloc
configure:5056: gcc -o conftest -g -O2   -Wl,-znocombreloc conftest.c  >&5
configure:5062: $? = 0
configure:5068: result: yes
configure:5086: checking the machine- and system-dependent files to find out
 - which libraries the lib-src programs will want, and
 - whether the GNU malloc routines are usable...
configure:5236: checking for special C compiler options needed for large files
configure:5329: result: no
configure:5335: checking for _FILE_OFFSET_BITS value needed for large files
configure:5370: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c:16: warning: left shift count >= width of type
conftest.c:16: warning: left shift count >= width of type
conftest.c:18: error: size of array 'off_t_is_large' is negative
configure:5376: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5420: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5426: $? = 0
configure:5444: result: 64
configure:5599: checking for ANSI C header files
configure:5629: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5635: $? = 0
configure:5734: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c  >&5  
configure:5737: $? = 0
configure:5743: ./conftest
configure:5746: $? = 0
configure:5763: result: yes
configure:5787: checking for sys/types.h
configure:5808: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5814: $? = 0
configure:5830: result: yes
configure:5787: checking for sys/stat.h
configure:5808: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5814: $? = 0
configure:5830: result: yes
configure:5787: checking for stdlib.h
configure:5808: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5814: $? = 0
configure:5830: result: yes
configure:5787: checking for string.h
configure:5808: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5814: $? = 0
configure:5830: result: yes
configure:5787: checking for memory.h
configure:5808: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5814: $? = 0
configure:5830: result: yes
configure:5787: checking for strings.h
configure:5808: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5814: $? = 0
configure:5830: result: yes
configure:5787: checking for inttypes.h
configure:5808: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5814: $? = 0
configure:5830: result: yes
configure:5787: checking for stdint.h
configure:5808: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5814: $? = 0
configure:5830: result: yes
configure:5787: checking for unistd.h
configure:5808: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5814: $? = 0
configure:5830: result: yes
configure:5859: checking machine/soundcard.h usability
configure:5876: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c:54:31: error: machine/soundcard.h: No such file or directory
configure:5882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #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 <machine/soundcard.h>
configure:5896: result: no
configure:5900: checking machine/soundcard.h presence
configure:5915: gcc -E -D_BSD_SOURCE   conftest.c
conftest.c:21:31: error: machine/soundcard.h: No such file or directory
configure:5921: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #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 <machine/soundcard.h>
configure:5935: result: no
configure:5963: checking for machine/soundcard.h
configure:5971: result: no
configure:5859: checking sys/soundcard.h usability
configure:5876: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:5882: $? = 0
configure:5896: result: yes
configure:5900: checking sys/soundcard.h presence
configure:5915: gcc -E -D_BSD_SOURCE   conftest.c
configure:5921: $? = 0
configure:5935: result: yes
configure:5963: checking for sys/soundcard.h
configure:5971: result: yes
configure:5859: checking soundcard.h usability
configure:5876: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c:55:23: error: soundcard.h: No such file or directory
configure:5882: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_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 <soundcard.h>
configure:5896: result: no
configure:5900: checking soundcard.h presence
configure:5915: gcc -E -D_BSD_SOURCE   conftest.c
conftest.c:22:23: error: soundcard.h: No such file or directory
configure:5921: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <soundcard.h>
configure:5935: result: no
configure:5963: checking for soundcard.h
configure:5971: result: no
configure:5985: checking for _oss_ioctl in -lossaudio
configure:6020: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c -lossaudio   >&5  
/usr/bin/ld: cannot find -lossaudio
collect2: ld returned 1 exit status
configure:6026: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 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 _oss_ioctl ();
| int
| main ()
| {
| return _oss_ioctl ();
|   ;
|   return 0;
| }
configure:6044: result: no
configure:6061: checking for pkg-config
configure:6079: found /usr/bin/pkg-config
configure:6092: result: /usr/bin/pkg-config
configure:6106: checking for alsa >= 1.0.0
configure:6110: result: yes
configure:6114: checking ALSA_CFLAGS
configure:6117: result: -I/usr/include/alsa  
configure:6120: checking ALSA_LIBS
configure:6123: result: -lasound  
configure:6176: gcc -c -I/usr/include/alsa    -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6182: $? = 0
configure:6302: checking sys/select.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking sys/select.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for sys/select.h
configure:6414: result: yes
configure:6302: checking sys/timeb.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking sys/timeb.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for sys/timeb.h
configure:6414: result: yes
configure:6302: checking sys/time.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking sys/time.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for sys/time.h
configure:6414: result: yes
configure:6292: checking for unistd.h
configure:6298: result: yes
configure:6302: checking utime.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking utime.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for utime.h
configure:6414: result: yes
configure:6302: checking linux/version.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking linux/version.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for linux/version.h
configure:6414: result: yes
configure:6302: checking sys/systeminfo.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c:62:28: error: sys/systeminfo.h: No such file or directory
configure:6325: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_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/systeminfo.h>
configure:6339: result: no
configure:6343: checking sys/systeminfo.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
conftest.c:29:28: error: sys/systeminfo.h: No such file or directory
configure:6364: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| /* end confdefs.h.  */
| #include <sys/systeminfo.h>
configure:6378: result: no
configure:6406: checking for sys/systeminfo.h
configure:6414: result: no
configure:6302: checking termios.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking termios.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for termios.h
configure:6414: result: yes
configure:6302: checking limits.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking limits.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for limits.h
configure:6414: result: yes
configure:6292: checking for string.h
configure:6298: result: yes
configure:6292: checking for stdlib.h
configure:6298: result: yes
configure:6302: checking termcap.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking termcap.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for termcap.h
configure:6414: result: yes
configure:6302: checking stdio_ext.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking stdio_ext.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for stdio_ext.h
configure:6414: result: yes
configure:6302: checking fcntl.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking fcntl.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for fcntl.h
configure:6414: result: yes
configure:6292: checking for strings.h
configure:6298: result: yes
configure:6302: checking coff.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c:70:18: error: coff.h: No such file or directory
configure:6325: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_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 <coff.h>
configure:6339: result: no
configure:6343: checking coff.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
conftest.c:37:18: error: coff.h: No such file or directory
configure:6364: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| /* end confdefs.h.  */
| #include <coff.h>
configure:6378: result: no
configure:6406: checking for coff.h
configure:6414: result: no
configure:6302: checking pty.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking pty.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for pty.h
configure:6414: result: yes
configure:6302: checking sys/mman.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking sys/mman.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for sys/mman.h
configure:6414: result: yes
configure:6302: checking sys/param.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking sys/param.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for sys/param.h
configure:6414: result: yes
configure:6302: checking sys/vlimit.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking sys/vlimit.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for sys/vlimit.h
configure:6414: result: yes
configure:6302: checking sys/resource.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking sys/resource.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for sys/resource.h
configure:6414: result: yes
configure:6302: checking locale.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking locale.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for locale.h
configure:6414: result: yes
configure:6302: checking sys/_mbstate_t.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c:76:28: error: sys/_mbstate_t.h: No such file or directory
configure:6325: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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/_mbstate_t.h>
configure:6339: result: no
configure:6343: checking sys/_mbstate_t.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
conftest.c:43:28: error: sys/_mbstate_t.h: No such file or directory
configure:6364: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <sys/_mbstate_t.h>
configure:6378: result: no
configure:6406: checking for sys/_mbstate_t.h
configure:6414: result: no
configure:6302: checking sys/utsname.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking sys/utsname.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for sys/utsname.h
configure:6414: result: yes
configure:6302: checking pwd.h usability
configure:6319: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6325: $? = 0
configure:6339: result: yes
configure:6343: checking pwd.h presence
configure:6358: gcc -E -D_BSD_SOURCE   conftest.c
configure:6364: $? = 0
configure:6378: result: yes
configure:6406: checking for pwd.h
configure:6414: result: yes
configure:6428: checking if personality LINUX32 can be set
configure:6451: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6457: $? = 0
configure:6471: result: yes
configure:6486: checking for term.h
configure:6504: gcc -E -D_BSD_SOURCE   conftest.c
configure:6510: $? = 0
configure:6526: result: yes
configure:6537: checking for ANSI C header files
configure:6701: result: yes
configure:6711: checking whether time.h and sys/time.h may both be included
configure:6741: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6747: $? = 0
configure:6762: result: yes
configure:6772: checking whether sys_siglist is declared
configure:6801: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c: In function 'main':
conftest.c:86: error: 'sys_siglist' undeclared (first use in this function)
conftest.c:86: error: (Each undeclared identifier is reported only once
conftest.c:86: error: for each function it appears in.)
configure:6807: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 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 ()
| {
| #ifndef sys_siglist
|   (void) sys_siglist;
| #endif
| 
|   ;
|   return 0;
| }
configure:6822: result: no
configure:6842: checking whether __sys_siglist is declared
configure:6871: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c: In function 'main':
conftest.c:87: error: '__sys_siglist' undeclared (first use in this function)
conftest.c:87: error: (Each undeclared identifier is reported only once
conftest.c:87: error: for each function it appears in.)
configure:6877: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| /* 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 ()
| {
| #ifndef __sys_siglist
|   (void) __sys_siglist;
| #endif
| 
|   ;
|   return 0;
| }
configure:6892: result: no
configure:6918: checking for sys/wait.h that is POSIX.1 compatible
configure:6954: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:6960: $? = 0
configure:6975: result: yes
configure:6986: checking for struct utimbuf
configure:7024: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:7030: $? = 0
configure:7045: result: yes
configure:7055: checking return type of signal handlers
configure:7083: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c: In function 'main':
conftest.c:59: error: void value not ignored as it ought to be
configure:7089: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:7104: result: void
configure:7113: checking for speed_t
configure:7139: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:7145: $? = 0
configure:7160: result: yes
configure:7170: checking for struct timeval
configure:7205: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:7211: $? = 0
configure:7226: result: yes
configure:7237: checking for struct exception
configure:7263: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:7269: $? = 0
configure:7284: result: yes
configure:7310: checking sys/socket.h usability
configure:7327: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:7333: $? = 0
configure:7347: result: yes
configure:7351: checking sys/socket.h presence
configure:7366: gcc -E -D_BSD_SOURCE   conftest.c
configure:7372: $? = 0
configure:7386: result: yes
configure:7414: checking for sys/socket.h
configure:7422: result: yes
configure:7439: checking for net/if.h
configure:7463: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:7469: $? = 0
configure:7485: result: yes
configure:7497: checking whether struct tm is in sys/time.h or time.h
configure:7527: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:7533: $? = 0
configure:7548: result: time.h
configure:7558: checking for struct tm.tm_zone
configure:7589: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:7595: $? = 0
configure:7655: result: yes
configure:7806: checking for struct tm.tm_gmtoff
configure:7835: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:7841: $? = 0
configure:7899: result: yes
configure:7909: checking for struct ifreq.ifr_flags
configure:7944: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:7950: $? = 0
configure:8014: result: yes
configure:8024: checking for struct ifreq.ifr_hwaddr
configure:8059: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c: In function 'main':
conftest.c:106: error: used struct type value where scalar is required
configure:8065: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 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
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_hwaddr)
| return 0;
|   ;
|   return 0;
| }
configure:8105: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:8111: $? = 0
configure:8129: result: yes
configure:8139: checking for struct ifreq.ifr_netmask
configure:8174: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c: In function 'main':
conftest.c:107: error: used struct type value where scalar is required
configure:8180: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 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
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_netmask)
| return 0;
|   ;
|   return 0;
| }
configure:8220: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:8226: $? = 0
configure:8244: result: yes
configure:8254: checking for struct ifreq.ifr_broadaddr
configure:8289: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c: In function 'main':
conftest.c:108: error: used struct type value where scalar is required
configure:8295: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 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
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_broadaddr)
| return 0;
|   ;
|   return 0;
| }
configure:8335: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:8341: $? = 0
configure:8359: result: yes
configure:8369: checking for struct ifreq.ifr_addr
configure:8404: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
conftest.c: In function 'main':
conftest.c:109: error: used struct type value where scalar is required
configure:8410: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 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
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_addr)
| return 0;
|   ;
|   return 0;
| }
configure:8450: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:8456: $? = 0
configure:8474: result: yes
configure:8487: checking for function prototypes
configure:8490: result: yes
configure:8507: checking for working volatile
configure:8536: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:8542: $? = 0
configure:8557: result: yes
configure:8567: checking for an ANSI C-conforming const
configure:8642: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:8648: $? = 0
configure:8663: result: yes
configure:8673: checking for void * support
configure:8699: gcc -c  -O2 -D_BSD_SOURCE   conftest.c >&5
configure:8705: $? = 0
configure:8720: result: yes
configure:8738: checking whether make sets $(MAKE)
configure:8759: result: yes
configure:8769: checking for long file names
configure:8801: result: yes
configure:8814: checking for X
configure:8984: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c -lX11  >&5  
configure:8990: $? = 0
configure:9049: result: libraries , headers 
configure:9351: checking for malloc_get_state
configure:9407: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c  >&5  
configure:9413: $? = 0
configure:9430: result: yes
configure:9438: checking for malloc_set_state
configure:9494: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c  >&5  
configure:9500: $? = 0
configure:9517: result: yes
configure:9525: checking whether __after_morecore_hook exists
configure:9551: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c  >&5  
configure:9557: $? = 0
configure:9574: result: yes
configure:9607: checking for stdlib.h
configure:9613: result: yes
configure:9607: checking for unistd.h
configure:9613: result: yes
configure:9746: checking for getpagesize
configure:9802: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c  >&5  
configure:9808: $? = 0
configure:9826: result: yes
configure:9836: checking for working mmap
configure:9983: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c  >&5  
configure:9986: $? = 0
configure:9992: ./conftest
configure:9995: $? = 0
configure:10011: result: yes
configure:10029: checking for dnet_ntoa in -ldnet
configure:10064: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c -ldnet    >&5  
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:10070: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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 dnet_ntoa ();
| int
| main ()
| {
| return dnet_ntoa ();
|   ;
|   return 0;
| }
configure:10088: result: no
configure:10100: checking for main in -lXbsd
configure:10129: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c -lXbsd    >&5  
/usr/bin/ld: cannot find -lXbsd
collect2: ld returned 1 exit status
configure:10135: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:10153: result: no
configure:10161: checking for cma_open in -lpthreads
configure:10196: gcc -o conftest  -O2 -D_BSD_SOURCE    -Wl,-znocombreloc conftest.c -lpthreads    >&5  
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:10202: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 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 cma_open ();
| int
| main ()
| {
| return cma_open ();
|   ;
|   return 0;
| }
configure:10220: result: no
configure:10320: checking whether X on GNU/Linux needs -b to link
configure:10343: gcc -o conftest   -O2  -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lX11   >&5  
configure:10349: $? = 0
configure:10431: result: no
configure:10438: checking for Xkb
configure:10462: gcc -o conftest   -O2  -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lX11   >&5  
configure:10468: $? = 0
configure:10484: result: yes
configure:10502: checking for XrmSetDatabase
configure:10558: gcc -o conftest   -O2  -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lX11   >&5  
configure:10564: $? = 0
configure:10582: result: yes
configure:10502: checking for XScreenResourceString
configure:10558: gcc -o conftest   -O2  -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lX11   >&5  
configure:10564: $? = 0
configure:10582: result: yes
configure:10502: checking for XScreenNumberOfScreen
configure:10558: gcc -o conftest   -O2  -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lX11   >&5  
configure:10564: $? = 0
configure:10582: result: yes
configure:10502: checking for XSetWMProtocols
configure:10558: gcc -o conftest   -O2  -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lX11   >&5  
configure:10564: $? = 0
configure:10582: result: yes
configure:10595: checking X11 version 6
configure:10624: gcc -o conftest   -O2  -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lX11   >&5  
configure:10630: $? = 0
configure:10649: result: 6 or newer
configure:10675: checking for pkg-config
configure:10706: result: /usr/bin/pkg-config
configure:10720: checking for librsvg-2.0 >= 2.0.0
configure:10724: result: yes
configure:10728: checking RSVG_CFLAGS
configure:10731: result: -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0  
configure:10734: checking RSVG_LIBS
configure:10737: result: -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
configure:10792: checking for pkg-config
configure:10823: result: /usr/bin/pkg-config
configure:10837: checking for gtk+-2.0 >= 2.6 glib-2.0 >= 2.6
configure:10841: result: yes
configure:10845: checking GTK_CFLAGS
configure:10848: result: -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
configure:10851: checking GTK_LIBS
configure:10854: result: -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
configure:10901: checking for gtk_main
configure:10957: gcc -o conftest   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11   >&5  
/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'
collect2: ld returned 1 exit status
configure:10963: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| /* end confdefs.h.  */
| /* Define gtk_main to an innocuous variant, in case <limits.h> declares gtk_main.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_main innocuous_gtk_main
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_main (); 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 gtk_main
| 
| /* 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 gtk_main ();
| /* 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_gtk_main || defined __stub___gtk_main
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_main ();
|   ;
|   return 0;
| }
configure:10981: result: no
configure:11563: checking for pkg-config
configure:11594: result: /usr/bin/pkg-config
configure:11608: checking for dbus-1 >= 1.0
configure:11612: result: yes
configure:11616: checking DBUS_CFLAGS
configure:11619: result: -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  
configure:11622: checking DBUS_LIBS
configure:11625: result: -L/lib -ldbus-1  
configure:11664: checking for xaw3d
configure:11692: gcc -o conftest   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11   >&5  
/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'
collect2: ld returned 1 exit status
configure:11698: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| /* end confdefs.h.  */
| 
| #include <X11/Intrinsic.h>
| #include <X11/Xaw3d/Simple.h>
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:11730: result: no
configure:11732: checking for libXaw
configure:11760: gcc -o conftest   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11   >&5  
/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'
collect2: ld returned 1 exit status
configure:11766: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| /* end confdefs.h.  */
| 
| #include <X11/Intrinsic.h>
| #include <X11/Xaw/Simple.h>
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:11793: result: no; do not use toolkit by default
configure:12290: gcc -c   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE   conftest.c >&5
configure:12296: $? = 0
configure:12367: gcc -c   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   --pedantic-errors  -D_BSD_SOURCE   conftest.c >&5
conftest.c: In function 'main':
conftest.c:104: error: passing argument 5 of 'XRegisterIMInstantiateCallback' from incompatible pointer type
conftest.c:104: error: passing argument 6 of 'XRegisterIMInstantiateCallback' from incompatible pointer type
configure:12373: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| /* end confdefs.h.  */
| 
| #include <X11/Xlib.h>
| #include <X11/Xresource.h>
| int
| main ()
| {
| Display *display;
| XrmDatabase db;
| char *res_name;
| char *res_class;
| XIMProc  callback;
| XPointer *client_data;
| #ifndef __GNUC__
| /* If we're not using GCC, it's probably not XFree86, and this is
|    probably right, but we can't use something like --pedantic-errors.  */
| extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
|                                            char*, XIMProc, XPointer*);
| #endif
| (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
|    client_data);
|   ;
|   return 0;
| }
configure:12426: checking for pkg-config
configure:12457: result: /usr/bin/pkg-config
configure:12471: checking for xft >= 0.13.0
configure:12475: result: yes
configure:12479: checking XFT_CFLAGS
configure:12482: result: -I/usr/include/freetype2  
configure:12485: checking XFT_LIBS
configure:12488: result: -lXft -lXrender -lfontconfig -lfreetype -lX11  
configure:12532: checking X11/Xft/Xft.h usability
configure:12549: gcc -c   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -D_BSD_SOURCE   -I/usr/include/freetype2   conftest.c >&5
configure:12555: $? = 0
configure:12569: result: yes
configure:12573: checking X11/Xft/Xft.h presence
configure:12588: gcc -E  -D_BSD_SOURCE   -I/usr/include/freetype2   conftest.c
configure:12594: $? = 0
configure:12608: result: yes
configure:12636: checking for X11/Xft/Xft.h
configure:12643: result: yes
configure:12648: checking for XftFontOpen in -lXft
configure:12683: gcc -o conftest   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2    -D_BSD_SOURCE   -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lXft -lXft -lXrender -lfontconfig -lfreetype -lX11   -lXft -lXrender -lfontconfig -lfreetype -lX11   -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11   >&5  
/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'
collect2: ld returned 1 exit status
configure:12689: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define USE_FONT_BACKEND 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 XftFontOpen ();
| int
| main ()
| {
| return XftFontOpen ();
|   ;
|   return 0;
| }
configure:12707: result: no
configure:12749: checking for pkg-config
configure:12780: result: /usr/bin/pkg-config
configure:12794: checking for freetype2
configure:12798: result: yes
configure:12802: checking FREETYPE_CFLAGS
configure:12805: result: -I/usr/include/freetype2  
configure:12808: checking FREETYPE_LIBS
configure:12811: result: -lfreetype  
configure:12844: checking for pkg-config
configure:12875: result: /usr/bin/pkg-config
configure:12889: checking for fontconfig
configure:12893: result: yes
configure:12897: checking FONTCONFIG_CFLAGS
configure:12900: result:  
configure:12903: checking FONTCONFIG_LIBS
configure:12906: result: -lfontconfig  
configure:12952: checking for pkg-config
configure:12983: result: /usr/bin/pkg-config
configure:12997: checking for libotf
configure:13017: result: no
configure:13058: checking for pkg-config
configure:13089: result: /usr/bin/pkg-config
configure:13103: checking for m17n-flt
configure:13123: result: no
configure:13182: checking X11/xpm.h usability
configure:13199: gcc -c   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE   conftest.c >&5
configure:13205: $? = 0
configure:13219: result: yes
configure:13223: checking X11/xpm.h presence
configure:13238: gcc -E  -D_BSD_SOURCE   conftest.c
configure:13244: $? = 0
configure:13258: result: yes
configure:13286: checking for X11/xpm.h
configure:13293: result: yes
configure:13298: checking for XpmReadFileToPixmap in -lXpm
configure:13333: gcc -o conftest   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lXpm -lX11 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11   >&5  
/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'
collect2: ld returned 1 exit status
configure:13339: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define USE_FONT_BACKEND 1
| #define HAVE_FREETYPE 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 XpmReadFileToPixmap ();
| int
| main ()
| {
| return XpmReadFileToPixmap ();
|   ;
|   return 0;
| }
configure:13357: result: no
configure:13423: checking jerror.h usability
configure:13440: gcc -c   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE   conftest.c >&5
configure:13446: $? = 0
configure:13460: result: yes
configure:13464: checking jerror.h presence
configure:13479: gcc -E  -D_BSD_SOURCE   conftest.c
configure:13485: $? = 0
configure:13499: result: yes
configure:13527: checking for jerror.h
configure:13534: result: yes
configure:13539: checking for jpeg_destroy_compress in -ljpeg
configure:13574: gcc -o conftest   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -ljpeg  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11   >&5  
/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'
collect2: ld returned 1 exit status
configure:13580: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define USE_FONT_BACKEND 1
| #define HAVE_FREETYPE 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_destroy_compress ();
| int
| main ()
| {
| return jpeg_destroy_compress ();
|   ;
|   return 0;
| }
configure:13598: result: no
configure:13663: checking png.h usability
configure:13680: gcc -c   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE   conftest.c >&5
configure:13686: $? = 0
configure:13700: result: yes
configure:13704: checking png.h presence
configure:13719: gcc -E  -D_BSD_SOURCE   conftest.c
configure:13725: $? = 0
configure:13739: result: yes
configure:13767: checking for png.h
configure:13775: result: yes
configure:13663: checking libpng/png.h usability
configure:13680: gcc -c   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE   conftest.c >&5
conftest.c:122:24: error: libpng/png.h: No such file or directory
configure:13686: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define USE_FONT_BACKEND 1
| #define HAVE_FREETYPE 1
| #define HAVE_PNG_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 <libpng/png.h>
configure:13700: result: no
configure:13704: checking libpng/png.h presence
configure:13719: gcc -E  -D_BSD_SOURCE   conftest.c
conftest.c:89:24: error: libpng/png.h: No such file or directory
configure:13725: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define USE_FONT_BACKEND 1
| #define HAVE_FREETYPE 1
| #define HAVE_PNG_H 1
| /* end confdefs.h.  */
| #include <libpng/png.h>
configure:13739: result: no
configure:13767: checking for libpng/png.h
configure:13775: result: no
configure:13789: checking for png_get_channels in -lpng
configure:13824: gcc -o conftest   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lpng -lz -lm -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11   >&5  
/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'
collect2: ld returned 1 exit status
configure:13830: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define USE_FONT_BACKEND 1
| #define HAVE_FREETYPE 1
| #define HAVE_PNG_H 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 png_get_channels ();
| int
| main ()
| {
| return png_get_channels ();
|   ;
|   return 0;
| }
configure:13848: result: no
configure:13880: checking tiffio.h usability
configure:13897: gcc -c   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE   conftest.c >&5
configure:13903: $? = 0
configure:13917: result: yes
configure:13921: checking tiffio.h presence
configure:13936: gcc -E  -D_BSD_SOURCE   conftest.c
configure:13942: $? = 0
configure:13956: result: yes
configure:13984: checking for tiffio.h
configure:13991: result: yes
configure:13999: checking for TIFFGetVersion in -ltiff
configure:14034: gcc -o conftest   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -ltiff -lz -lm -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11   >&5  
/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'
collect2: ld returned 1 exit status
configure:14040: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define USE_FONT_BACKEND 1
| #define HAVE_FREETYPE 1
| #define HAVE_PNG_H 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 TIFFGetVersion ();
| int
| main ()
| {
| return TIFFGetVersion ();
|   ;
|   return 0;
| }
configure:14058: result: no
configure:14091: checking gif_lib.h usability
configure:14108: gcc -c   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE   conftest.c >&5
configure:14114: $? = 0
configure:14128: result: yes
configure:14132: checking gif_lib.h presence
configure:14147: gcc -E  -D_BSD_SOURCE   conftest.c
configure:14153: $? = 0
configure:14167: result: yes
configure:14195: checking for gif_lib.h
configure:14202: result: yes
configure:14209: checking for EGifPutExtensionLast in -lgif
configure:14244: gcc -o conftest   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lgif  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11   >&5  
/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'
collect2: ld returned 1 exit status
configure:14250: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define USE_FONT_BACKEND 1
| #define HAVE_FREETYPE 1
| #define HAVE_PNG_H 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 EGifPutExtensionLast ();
| int
| main ()
| {
| return EGifPutExtensionLast ();
|   ;
|   return 0;
| }
configure:14268: result: no
configure:14286: checking for EGifPutExtensionLast in -lungif
configure:14321: gcc -o conftest   -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -D_BSD_SOURCE    -Wl,-znocombreloc  conftest.c -lungif  -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11   >&5  
/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'
collect2: ld returned 1 exit status
configure:14327: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "23.0.50"
| #define PACKAGE_STRING "emacs 23.0.50"
| #define PACKAGE_BUGREPORT ""
| #define MAIL_USE_POP 1
| #define _GNU_SOURCE 1
| #define _FILE_OFFSET_BITS 64
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define RETSIGTYPE void
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_RSVG 1
| #define HAVE_DBUS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define USE_FONT_BACKEND 1
| #define HAVE_FREETYPE 1
| #define HAVE_PNG_H 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 EGifPutExtensionLast ();
| int
| main ()
| {
| return EGifPutExtensionLast ();
|   ;
|   return 0;
| }
configure:14345: result: no
configure:14391: error: The following required libraries were not found:
    libXpm libjpeg libpng libgif/libungif libtiff
Maybe some development libraries/packages are missing?
If you don't want to link with them give
    --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no
as options to configure

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_volatile=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_func_XScreenNumberOfScreen=yes
ac_cv_func_XScreenResourceString=yes
ac_cv_func_XSetWMProtocols=yes
ac_cv_func_XrmSetDatabase=yes
ac_cv_func_getpagesize=yes
ac_cv_func_gtk_main=no
ac_cv_func_malloc_get_state=yes
ac_cv_func_malloc_set_state=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_have_decl___sys_siglist=no
ac_cv_have_decl_sys_siglist=no
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\'''\'''
ac_cv_header_X11_Xft_Xft_h=yes
ac_cv_header_X11_xpm_h=yes
ac_cv_header_coff_h=no
ac_cv_header_fcntl_h=yes
ac_cv_header_gif_lib_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jerror_h=yes
ac_cv_header_libpng_png_h=no
ac_cv_header_limits_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_machine_soundcard_h=no
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_png_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_soundcard_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys__mbstate_t_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vlimit_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_term_h=yes
ac_cv_header_termcap_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_tiffio_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_Xbsd_main=no
ac_cv_lib_Xft_XftFontOpen=no
ac_cv_lib_Xpm_XpmReadFileToPixmap=no
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_gif_EGifPutExtensionLast=no
ac_cv_lib_jpeg_jpeg_destroy_compress=no
ac_cv_lib_ossaudio__oss_ioctl=no
ac_cv_lib_png_png_get_channels=no
ac_cv_lib_pthreads_cma_open=no
ac_cv_lib_tiff_TIFFGetVersion=no
ac_cv_lib_ungif_EGifPutExtensionLast=no
ac_cv_member_struct_ifreq_ifr_addr=yes
ac_cv_member_struct_ifreq_ifr_broadaddr=yes
ac_cv_member_struct_ifreq_ifr_flags=yes
ac_cv_member_struct_ifreq_ifr_hwaddr=yes
ac_cv_member_struct_ifreq_ifr_netmask=yes
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_GZIP_PROG=/usr/bin/gzip
ac_cv_path_INSTALL_INFO=/sbin/install-info
ac_cv_path_MAKEINFO=/usr/bin/makeinfo
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/local/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_sys_long_file_names=yes
ac_cv_type_signal=void
emacs_cv_personality_linux32=yes
emacs_cv_speed_t=yes
emacs_cv_struct_exception=yes
emacs_cv_struct_timeval=yes
emacs_cv_struct_utimbuf=yes
emacs_cv_var___after_morecore_hook=yes
emacs_cv_void_star=yes
emacs_cv_x11_version_6=yes
emacs_cv_xaw3d=no
emacs_cv_xaw=no

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

ALLOCA=''
ALSA_CFLAGS='-I/usr/include/alsa  '
ALSA_LIBS='-lasound  '
CC='gcc'
CFLAGS='  -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
CFLAGS_SOUND=' -I/usr/include/alsa  '
CPP='gcc -E'
CPPFLAGS=' -D_BSD_SOURCE  '
C_SWITCH_X_SITE=' -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include  '
DBUS_LIBS='-L/lib -ldbus-1  '
DEFS=' '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FONTCONFIG_CFLAGS=' '
FONTCONFIG_LIBS='-lfontconfig  '
FREETYPE_CFLAGS='-I/usr/include/freetype2  '
FREETYPE_LIBS='-lfreetype  '
GETLOADAVG_LIBS=''
GETOPTOBJS=''
GETOPT_H=''
GREP='/bin/grep'
GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
GZIP_PROG='/usr/bin/gzip'
HAVE_XSERVER=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/sbin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
KMEM_GROUP=''
LDFLAGS=' -Wl,-znocombreloc '
LD_SWITCH_X_SITE=''
LD_SWITCH_X_SITE_AUX=''
LIBOBJS=''
LIBOTF_CFLAGS=''
LIBOTF_LIBS=''
LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11  '
LIBSOUND=' -lasound  '
LN_S='ln -s'
LTLIBOBJS=''
M17N_FLT_CFLAGS=''
M17N_FLT_LIBS=''
MAINT='#'
MAKEINFO='/usr/bin/makeinfo'
NEED_SETGID=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='emacs'
PACKAGE_STRING='emacs 23.0.50'
PACKAGE_TARNAME='emacs'
PACKAGE_VERSION='23.0.50'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
RANLIB='ranlib'
RSVG_CFLAGS='-I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0  '
RSVG_LIBS='-lrsvg-2 -lgdk_pixbuf-2.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
SET_MAKE=''
SHELL='/bin/sh'
XFT_CFLAGS='-I/usr/include/freetype2  '
XFT_LIBS='-lXft -lXrender -lfontconfig -lfreetype -lX11  '
XMKMF=''
X_TOOLKIT_TYPE='none'
ac_ct_CC='gcc'
archlibdir='${libexecdir}/emacs/${version}/${configuration}'
bindir='${exec_prefix}/bin'
bitmapdir='/usr/include/X11/bitmaps'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
c_switch_machine=''
c_switch_system='-D_BSD_SOURCE'
canonical='i686-pc-linux-gnu'
carbon_appdir=''
configuration='i686-pc-linux-gnu'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datadir}/emacs/${version}/etc'
dvidir='${docdir}'
etcdir='${datadir}/emacs/${version}/etc'
exec_prefix='NONE'
gamedir='${localstatedir}/games/emacs'
gameuser='games'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
liblockfile=''
lispdir='${datadir}/emacs/${version}/lisp'
lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim'
localedir='${datarootdir}/locale'
locallisppath='${datadir}/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp'
localstatedir='${prefix}/var'
machfile='m/intel386.h'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
opsysfile='s/gnu-linux.h'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir='/home/orium/linux/collections/emacs/project/emacs'
sysconfdir='${prefix}/etc'
target_alias=''
version=''
x_default_search_path='/usr/share/X11/%L/%T/%N%C%S:/usr/share/X11/%l/%T/%N%C%S:/usr/share/X11/%T/%N%C%S:/usr/share/X11/%L/%T/%N%S:/usr/share/X11/%l/%T/%N%S:/usr/share/X11/%T/%N%S:/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S'

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

#define PACKAGE_NAME "emacs"
#define PACKAGE_TARNAME "emacs"
#define PACKAGE_VERSION "23.0.50"
#define PACKAGE_STRING "emacs 23.0.50"
#define PACKAGE_BUGREPORT ""
#define MAIL_USE_POP 1
#define _GNU_SOURCE 1
#define _FILE_OFFSET_BITS 64
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_ALSA 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_LINUX_VERSION_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define HAVE_TERMCAP_H 1
#define HAVE_STDIO_EXT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_STRINGS_H 1
#define HAVE_PTY_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_VLIMIT_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_LOCALE_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_PWD_H 1
#define HAVE_PERSONALITY_LINUX32 1
#define HAVE_TERM_H 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DECL_SYS_SIGLIST 0
#define HAVE_DECL___SYS_SIGLIST 0
#define HAVE_SYS_WAIT_H 1
#define HAVE_STRUCT_UTIMBUF 1
#define RETSIGTYPE void
#define HAVE_SPEED_T 1
#define HAVE_TIMEVAL 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_TM_GMTOFF 1
#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
#define PROTOTYPES 1
#define __PROTOTYPES 1
#define POINTER_TYPE void
#define HAVE_LONG_FILE_NAMES 1
#define DOUG_LEA_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_XKBGETKEYBOARD 1
#define HAVE_XRMSETDATABASE 1
#define HAVE_XSCREENRESOURCESTRING 1
#define HAVE_XSCREENNUMBEROFSCREEN 1
#define HAVE_XSETWMPROTOCOLS 1
#define HAVE_X11R6 1
#define HAVE_RSVG 1
#define HAVE_DBUS 1
#define HAVE_XIM 1
#define USE_XIM 1
#define XRegisterIMInstantiateCallback_arg6 XPointer
#define USE_FONT_BACKEND 1
#define HAVE_FREETYPE 1
#define HAVE_PNG_H 1

configure: exit 1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem building emacs from cvs
  2008-03-21 19:10 Problem building emacs from cvs Diogo Sousa
@ 2008-03-22  7:23 ` Jan Djärv
  2008-03-22  8:08   ` Jan Djärv
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Djärv @ 2008-03-22  7:23 UTC (permalink / raw)
  To: Diogo Sousa; +Cc: emacs-devel



Diogo Sousa skrev:
> Hi,
> 
> My system is a GNU/Linux (Fedora 8), i686-pc-linux-gnu.
> 
> Trying to build emacs from cvs configure tells me I miss some
> libraries (libXpm libjpeg libpng libgif/libungif libtiff),
> that I have (emacs 22.1.92 build fine).
> 
> Here is what configure outputs to stderr:
> 
> configure: error: The following required libraries were not found:
>     libXpm libjpeg libpng libgif/libungif libtiff
> Maybe some development libraries/packages are missing?
> If you don't want to link with them give
>     --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no
> as options to configure
> 
> In attach i send config.log and the output sent to stdout in config.out.
> 

Those libraries are now required.  Try installing libxpm-devel, etc.  Or do as 
the configure output says.

	Jan D.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem building emacs from cvs
  2008-03-22  7:23 ` Jan Djärv
@ 2008-03-22  8:08   ` Jan Djärv
  2008-03-22  8:11     ` Jan Djärv
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Djärv @ 2008-03-22  8:08 UTC (permalink / raw)
  To: Diogo Sousa; +Cc: emacs-devel

I spoke too soon.  You have a problem here:

/usr/lib/libavahi-client.so.3: undefined reference to `dbus_watch_get_unix_fd'

I don't know which library it is that requires libavahi-client, but you can 
check the first failure in config.log.  It is one of the libraries linked in 
on the previous line.  Do an ldd on each library and see if libavahi-client is 
in the output.  Either way, some dependency on fedora 8 is broken.

	Jan D.


Jan Djärv skrev:
> 
> 
> Diogo Sousa skrev:
>> Hi,
>>
>> My system is a GNU/Linux (Fedora 8), i686-pc-linux-gnu.
>>
>> Trying to build emacs from cvs configure tells me I miss some
>> libraries (libXpm libjpeg libpng libgif/libungif libtiff),
>> that I have (emacs 22.1.92 build fine).
>>
>> Here is what configure outputs to stderr:
>>
>> configure: error: The following required libraries were not found:
>>     libXpm libjpeg libpng libgif/libungif libtiff
>> Maybe some development libraries/packages are missing?
>> If you don't want to link with them give
>>     --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no 
>> --with-tiff=no
>> as options to configure
>>
>> In attach i send config.log and the output sent to stdout in config.out.
>>
> 
> Those libraries are now required.  Try installing libxpm-devel, etc.  Or 
> do as the configure output says.
> 
>     Jan D.
> 




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem building emacs from cvs
  2008-03-22  8:08   ` Jan Djärv
@ 2008-03-22  8:11     ` Jan Djärv
  2008-03-22 13:31       ` Diogo Sousa
  0 siblings, 1 reply; 6+ messages in thread
From: Jan Djärv @ 2008-03-22  8:11 UTC (permalink / raw)
  To: Diogo Sousa; +Cc: emacs-devel



Jan Djärv skrev:
> I spoke too soon.  You have a problem here:
> 
> /usr/lib/libavahi-client.so.3: undefined reference to 
> `dbus_watch_get_unix_fd'
> 
> I don't know which library it is that requires libavahi-client, but you 
> can check the first failure in config.log.  It is one of the libraries 
> linked in on the previous line.  Do an ldd on each library and see if 
> libavahi-client is in the output.  Either way, some dependency on fedora 
> 8 is broken.

Have you installed dbus-devel and dbus-glib-devel?  Try that if they aren't 
installed.

	Jan D.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem building emacs from cvs
  2008-03-22  8:11     ` Jan Djärv
@ 2008-03-22 13:31       ` Diogo Sousa
  2008-03-22 16:15         ` tomas
  0 siblings, 1 reply; 6+ messages in thread
From: Diogo Sousa @ 2008-03-22 13:31 UTC (permalink / raw)
  To: Jan Djärv; +Cc: emacs-devel

On Sat, Mar 22, 2008 at 8:11 AM, Jan Djärv <jan.h.d@swipnet.se> wrote:
>
>
>  Jan Djärv skrev:
>
> > I spoke too soon.  You have a problem here:
>  >
>  > /usr/lib/libavahi-client.so.3: undefined reference to
>  > `dbus_watch_get_unix_fd'
>  >
>  > I don't know which library it is that requires libavahi-client, but you
>  > can check the first failure in config.log.  It is one of the libraries
>  > linked in on the previous line.  Do an ldd on each library and see if
>  > libavahi-client is in the output.  Either way, some dependency on fedora
>  > 8 is broken.
>
>  Have you installed dbus-devel and dbus-glib-devel?  Try that if they aren't
>  installed.
>
>         Jan D.
>

Thank you, it was librsvg that depends on libavahi-client, emacs built
with --without-rsvg.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem building emacs from cvs
  2008-03-22 13:31       ` Diogo Sousa
@ 2008-03-22 16:15         ` tomas
  0 siblings, 0 replies; 6+ messages in thread
From: tomas @ 2008-03-22 16:15 UTC (permalink / raw)
  To: Diogo Sousa; +Cc: emacs-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sat, Mar 22, 2008 at 01:31:53PM +0000, Diogo Sousa wrote:
> On Sat, Mar 22, 2008 at 8:11 AM, Jan Djärv <jan.h.d@swipnet.se> wrote:

[...]

> Thank you, it was librsvg that depends on libavahi-client, emacs built
> with --without-rsvg.

Ugh. Good to know. It's this kind of dependencies which give me the
creeps. Why should a graphics rendering library pull in a network
resource discovery library?

Note to self: avoid rsvg when possible.

Sorry for the semi-offtopic rant.

Regards
- -- tomás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFH5TCjBcgs9XrR2kYRAuLLAJ4vv19Zcf2UTsVDYrLG8UunxwpbHwCdH8cK
xI7UPfL6+qu1BM8AOR5Lh8w=
=21Lp
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-03-22 16:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21 19:10 Problem building emacs from cvs Diogo Sousa
2008-03-22  7:23 ` Jan Djärv
2008-03-22  8:08   ` Jan Djärv
2008-03-22  8:11     ` Jan Djärv
2008-03-22 13:31       ` Diogo Sousa
2008-03-22 16:15         ` tomas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).