The problems I had with installing and running have had some magic pixi
dust spread over them and now are fixed.
However.
There are still some things that are bad/wrong/fooking-crazy. First of
all, to Evgeny...
Evgeny you have introduced a gazillion byte-compiler warnings into the
build in ffi-wand.el (and ffi-dbus too has 1 I think).
Sebastian! Maaaaaaaaate! What the fook is all this...
** Third arg to defconst custom-file-base is not a string: 0
** Third arg to defvar custom-file is not a string: 0
** Third arg to defvar font-lock-auto-fontify is not a string: 0
** Third arg to defvar font-lock-mode-enable-list is not a string: 0
** Third arg to defvar font-lock-mode-disable-list is not a string: 0
** Third arg to defvar font-lock-use-colors is not a string: 0
** Third arg to defvar font-lock-use-fonts is not a string: 0
** Third arg to defvar font-lock-maximum-decoration is not a string: 0
** Third arg to defvar font-lock-maximum-size is not a string: 0
** Third arg to defvar font-lock-fontify-string-delimiters is not a string: 0
** Third arg to defvar font-lock-keywords is not a string: 0
** Third arg to defvar font-lock-syntactic-keywords is not a string: 0
** Third arg to defvar font-lock-mode is not a string: 0
** Third arg to defvar font-lock-mode-hook is not a string: 0
** Third arg to defvar font-menu-ignore-scaled-fonts is not a string: 0
** Third arg to defvar font-menu-this-frame-only-p is not a string: 0
** Third arg to defvar gnuserv-mode-line-string is not a string: 0
** Third arg to defvar gnuserv-frame is not a string: 0
** Third arg to defvar three-step-help is not a string: 0
** Third arg to defvar Info-directory-list is not a string: 0
** Third arg to defvar package-get-base is not a string: 0
** Third arg to defvar package-get-package-index-file-location is not a
string: 0
** Third arg to defvar package-get-install-to-user-init-directory is not a
string: 0
** Third arg to defvar package-get-download-sites is not a string: 0
** Third arg to defvar package-get-pre-release-download-sites is not a
string: 0
** Third arg to defvar package-get-site-release-download-sites is not a
string: 0
** Third arg to defvar killed-rectangle is not a string: 0
We now return you to your regularly scheduled build-report, we
apologise for the delay.
> SXEmacs Build Report generated by emacs-version
> steve@xxxxxxxxxxxxxxxxx/sxemacs--main--22.1.10--patch-22
> with system-configuration
> athlon-pc-linux-gnu
> follows:
> Contents of /usr/src/sxemacs/sxemacs--main--22.1.10/=build/Installation:
> (Output from ./configure)
uname -a: Linux bastard 2.6.27-rc5-00006-gbef69ea #5 PREEMPT Sun Aug 31
15:18:18 EST 2008 i686 AuthenticAMD AMD Athlon(TM) XP 2600+ GNU/Linux
../configure '--prefix=/usr' '--with-ent=all' '--with-ase=all'
'--with-scrollbars=athena' '--with-openssl' '--with-clash-detection'
'--with-pop' '--without-gpm' 'CFLAGS=-ggdb3 -O3 -march=athlon-xp
-mtune=athlon-xp' --enable-ltdl-install=no
SXEmacs steve@xxxxxxxxxxxxxxxxx/sxemacs--main--22.1.10--patch-22 "Excalibur"
configured for `athlon-pc-linux-gnu'.
Compilation Environment and Installation Defaults:
Source code location: /usr/src/sxemacs/sxemacs--main--22.1.10
Installation prefix: /usr
Arch-dependent files go to:
/usr/lib/sxemacs-22.1.10/athlon-pc-linux-gnu
Core emodules go to:
/usr/lib/sxemacs-22.1.10/athlon-pc-linux-gnu/modules
Core lisp files go to: /usr/share/sxemacs-22.1.10/lisp
Additional external data goes to: /usr/share/sxemacs-22.1.10/etc
Operating system description file: `s/linux.h'
Not using any machine description file
Compiler version: gcc (Bastard Compiler Collection) 4.4.0
20080511 (experimental)
- GCC specs file: specs.
- Compiler command: gcc -std=gnu99 -fgnu89-inline -ggdb3 -O3
-march=athlon-xp -mtune=athlon-xp
- Global CPPFLAGS: -I/usr/include
- Global LDFLAGS: -Wl,--export-dynamic -L/usr/lib -lbind
libc version: 2.7.90...
Relocating allocator for buffers: yes
GNU version of malloc: yes
- Using Doug Lea's new malloc from the Linux C Library.
Build Options:
Runtime behaviour:
- Value of $prefix is compiled into the binary.
- Module search path:
/usr/src/sxemacs/.sxemacs/athlon-pc-linux-gnu/modules
/usr/lib/sxemacs/athlon-pc-linux-gnu/site-modules
/usr/lib/sxemacs-22.1.10/athlon-pc-linux-gnu/modules
- Package search path:
~/.sxemacs/site-packages
~/.sxemacs/xemacs-packages
~/.sxemacs/mule-packages
~/.sxemacs/sxemacs-packages
/usr/share/sxemacs/site-packages
/usr/share/sxemacs/xemacs-packages
/usr/share/sxemacs/mule-packages
/usr/share/sxemacs/sxemacs-packages
Debugging options:
Runtime Error Checking:
Enabled Runtime Error Checking: extents types gc malloc byte_code bufpos
glyphs
- extents (checks on extents)
- types (checks on types)
- gc (checks on garbage collection)
- malloc (checks on memory allocation)
- byte_code (checks on byte compiled code)
- bufpos (checks on buffer position)
- glyphs (checks on glyph data)
Disabled Runtime Error Checking: None.
WARNING: ---------------------------------------------------------
WARNING: SXEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for SXEmacs beta releases.
WARNING: ---------------------------------------------------------
Internals:
How to link external libraries: dynamic
Foreign Function Interface:
Compiling in support for FFI.
Enhanced Number Types:
Enabled Enhanced Number Types: int fpfloat indef gmp mpfr mpc pseug
quatern ecm
- int (native integer arithmetics)
- fpfloat (native fixed precision floats)
- indef (native abstract indefinites)
+ mpz (Arbitrary precision integers)
(X) GMP (GNU multiprecision library)
- MPFR (Multiprecision Floats with correct Rounding)
+ complex (Complex numbers as in C/R)
(X) MPC (Multiprecision Complex numbers (C/R))
( ) pseudoC (native Complex Numbers (C/R)) available but omitted
- pseudoG (native Gaussian Numbers (Z+Z))
- Quaternions (native Quaternions (Z+Z+Z+Z))
- ECM (factorisations per Elliptic Curve Method)
Omitted Enhanced Number Types: pseuc
Disabled Enhanced Number Types: None.
Experimental Features:
Enabled Experimental Features: compre asyneq
- compre (exhaustive caching of compiled regexps)
- asyneq (asynchronous event queues)
Disabled Experimental Features: bdwgc
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /usr/X11/lib
- Xau (X authority) not available.
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/neXtaw
- Athena library to link: neXtaw
Using Lucid menubars.
Using Athena scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
Support for toolbars.
TTY:
Compiling in support for ncurses.
Databases:
File-based Databases:
Enabled File-based Databases: berkdb gdbm
- berkdb (Berkeley DB support)
- gdbm (GNU DBM support)
Disabled File-based Databases: dbm*
Compiling in support for further database interfaces:
- PostgreSQL (V7 bindings).
Media:
Image Formats:
Enabled Image Formats: gif xpm png jpeg tiff xface
- GIF (GIF image format)
- XPM (X PixMap image format)
- PNG (Portable Network Graphic format)
- JPEG (jpeg image format)
- TIFF (TIFF image format)
- xface (base64 encoded xbm)
Disabled Image Formats: None.
Audio Outputs:
Enabled Audio Outputs: alsa ao oss pulse
- ALSA (kernel-based linux sound standard)
- ao (generic audio output layer)
- OSS (Open Sound System)
- PulseAudio (versatile audio server)
Disabled Audio Outputs: arts* esd* jack* nas*
Media Stream Handlers:
Enabled Media Stream Handlers: ffmpeg internal mad sndfile sox magic
- FFmpeg (media streams handled by ffmpeg)
- internal (media streams handled internally)
- Mad (media streams handled by mad)
- sndfile (media streams handled by sndfile)
- SoX (media streams handled by sox)
- magic (file/libmagic support)
Disabled Media Stream Handlers: None.
Cryptography:
Compiling in support for OpenSSL ciphers and digests.
- Submodules: RAND MD HMAC CIPHER HYBRID SIGN RSA DSA EC DH PEM SSL
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "file" mail spool file locking method.
Modules:
Dynamic Shared Object Modules:
Enabled Dynamic Shared Object Modules: ase cl
- ase (algebraic structures)
- cl (fast Common Lisp implementation)
Disabled Dynamic Shared Object Modules: None.
Static Modules:
Enabled Static Modules: None.
Disabled Static Modules: ase cl
Other Features:
Inhibiting IPv6 canonicalization at startup.
Using the new portable dumper.
Compiling in support for extra debugging code.
Footnotes:
+ means not requested but enabled
* means requested but disabled
No bogus options. Have a nice build :)
> shared library dependencies:
linux-gate.so.1 => (0xb7ef4000)
libsxelw-Xt.so.0 => /usr/lib/libsxelw-Xt.so.0 (0xb7ed9000)
libpq.so.5 => /usr/lib/libpq.so.5 (0xb7eba000)
libssl.so.0.9.8 => /usr/lib/libssl.so.0.9.8 (0xb7e78000)
libcrypto.so.0.9.8 => /usr/lib/libcrypto.so.0.9.8 (0xb7d31000)
libreadline.so.5 => /lib/libreadline.so.5 (0xb7ce9000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0xb7cb2000)
libdb-4.6.so => /usr/lib/libdb-4.6.so (0xb7b81000)
libgdbm_compat.so.3 => /usr/lib/libgdbm_compat.so.3 (0xb7b7e000)
libmpfr.so.1 => /usr/lib/libmpfr.so.1 (0xb7b3d000)
libgmp.so.3 => /usr/lib/libgmp.so.3 (0xb7afe000)
libao.so.2 => /usr/lib/libao.so.2 (0xb7afa000)
libasound.so.2 => /usr/lib/libasound.so.2 (0xb7a34000)
libpulse.so.0 => /usr/lib/libpulse.so.0 (0xb79d5000)
libasyncns.so.0 => /usr/lib/libasyncns.so.0 (0xb79d0000)
libresolv.so.2 => /lib/libresolv.so.2 (0xb79bc000)
libcap.so.2 => /lib/libcap.so.2 (0xb79b7000)
libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0xb79b1000)
librt.so.1 => /lib/librt.so.1 (0xb79a8000)
libmagic.so.1 => /usr/lib/libmagic.so.1 (0xb7993000)
libmad.so.0 => /usr/lib/libmad.so.0 (0xb7979000)
libsox.so.0 => /usr/lib/libsox.so.0 (0xb7960000)
libavformat.so.52 => /usr/lib/libavformat.so.52 (0xb78bc000)
libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0xb7855000)
libtiff.so.3 => /usr/lib/libtiff.so.3 (0xb77fc000)
libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb77d3000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb77aa000)
libXpm.so.4 => /usr/X11R7/lib/libXpm.so.4 (0xb7799000)
libneXtaw.so.0 => /usr/X11R7/lib/libneXtaw.so.0 (0xb772c000)
libXmu.so.6 => /usr/X11R7/lib/libXmu.so.6 (0xb7716000)
libXt.so.6 => /usr/X11R7/lib/libXt.so.6 (0xb76be000)
libXext.so.6 => /usr/X11R7/lib/libXext.so.6 (0xb76ab000)
libX11.so.6 => /usr/X11R7/lib/libX11.so.6 (0xb75b0000)
libxcb-xlib.so.0 => /usr/X11R7/lib/libxcb-xlib.so.0 (0xb75ae000)
libxcb.so.1 => /usr/X11R7/lib/libxcb.so.1 (0xb7596000)
libXau.so.6 => /usr/X11R7/lib/libXau.so.6 (0xb7593000)
libXdmcp.so.6 => /usr/X11R7/lib/libXdmcp.so.6 (0xb758e000)
libSM.so.6 => /usr/X11R7/lib/libSM.so.6 (0xb7585000)
libuuid.so.1 => /lib/libuuid.so.1 (0xb7581000)
libICE.so.6 => /usr/X11R7/lib/libICE.so.6 (0xb7568000)
libbind.so.4 => /usr/lib/libbind.so.4 (0xb751b000)
libnsl.so.1 => /lib/libnsl.so.1 (0xb7502000)
libutil.so.1 => /lib/libutil.so.1 (0xb74fe000)
libffi.so.5 => /usr/lib/libffi.so.5 (0xb74f6000)
libltdl.so.3 => /usr/lib/libltdl.so.3 (0xb74ef000)
libdl.so.2 => /lib/libdl.so.2 (0xb74eb000)
libz.so.1 => /lib/libz.so.1 (0xb74d7000)
libncursesw.so.6 => /lib/libncursesw.so.6 (0xb74a8000)
libc.so.6 => /lib/libc.so.6 (0xb7346000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb732d000)
libm.so.6 => /lib/libm.so.6 (0xb7307000)
libavcodec.so.51 => /usr/lib/libavcodec.so.51 (0xb6b49000)
libavutil.so.49 => /usr/lib/libavutil.so.49 (0xb6b3b000)
libtinfo.so.6 => /lib/libtinfo.so.6 (0xb6b11000)
/lib/ld-linux.so.2 (0xb7ef5000)
libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb6b00000)
libfaac.so.0 => /usr/lib/libfaac.so.0 (0xb6aed000)
libmp3lame.so.0 => /usr/lib/libmp3lame.so.0 (0xb6a6e000)
libtheora.so.0 => /usr/lib/libtheora.so.0 (0xb6a21000)
libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0xb6926000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb68fa000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb68f5000)
> Contents of `config-value-hash-table':
Empty keys: LZMA_LDFLAGS WITH_EXTW_FALSE infopath ECHO_C
DESCEND_DYNO_PPC_FALSE NEED_LIBSXEUI_TRUE DBX ETCDIR_USER_DEFINED
sound_cflags NEED_LIBMM_TRUE INSTALLPATH MODULEDIR_USER_DEFINED LZMA_LIBS
HAVE_EVENTS_TRUE SITELISPDIR install_pp EMOD_ASE_TRUE STATIC_CL_FALSE
XMKMF SITELISPDIR_USER_DEFINED ECHO_T BUILD_SHEAP_FALSE bitmapdir
DESCEND_DYNO_SPARC_FALSE AMDEP_TRUE EXEC_PREFIX_USER_DEFINED start_files
NEED_LIBMULE_TRUE MODULE_PATH_USER_DEFINED XML2_CONFIG EMOD_CL_TRUE
build_alias AUTARKIC_FALSE EXEEXT LIBOBJS start_flags INSTALL_LTDL_FALSE
MOD_CC LTLIBOBJS SITEMODULEDIR_USER_DEFINED BZLIB_CPPFLAGS
DESCEND_LIBLTDL_FALSE OBJECT_TO_BUILD HAVE_LZMA_FALSE F77 statedir
MOD_INSTALL_PROGRAM MAKE_AM_SUBDIR LIBSTDCPP BZLIB_LDFLAGS statmod_archives
X_EXTRA_LIBS WITH_MULE_TRUE LIBST_CONFIG SDB extra_includes ELLCC
am__fastdepCC_TRUE HAVE_UNIX_TRUE FFI_LDFLAGS NEED_ALLOCA_C_FALSE
OPENSSL_CPPFLAGS DESCEND_LWLIB_TRUE ARCHLIBDIR_USER_DEFINED target_alias
HAVE_SYSVIPC_TRUE MEMALLOC_LIBS libs_xauth SET_MAKE HAVE_LIBXML2_TRUE
have_xml2_config OPENSSL_LDFLAGS am__fastdepCXX_TRUE ARTSC_CONFIG
HAVE_BZLIB_TRUE FFLAGS HAVE_SOCKETS_TRUE USE_MEMALLOC_TRUE
HAVE_SETITIMER_TRUE host_alias DESCEND_MODULES_TRUE DESCEND_ASE_TRUE YFLAGS
USR_CCS_BIN_AR SHMOD_CPPFLAGS CONVENIENCE_LTDL_FALSE NEED_LIBSXECORE_TRUE
NEED_LIBCRUFT_TRUE WITH_PDUMP_TRUE HAVE_MULTICAST_TRUE HAVE_METRONOME_TRUE
ld_switch_all SHMOD_LDFLAGS PRTDIAG DESCEND_CL_TRUE HAVE_BDWGC_TRUE
HAVE_TCPUDP_TRUE ac_ct_F77 LD_SWITCH_SITE ZLIB_CPPFLAGS machfile
WITH_BDWGC_FALSE ld_switch_general SHMOD_LIBS am__quote
DESCEND_DYNODUMP_FALSE NEED_LIBSXEDB_TRUE LD_SWITCH_X_SITE NEED_LIBENT_TRUE
ZLIB_LDFLAGS LISPDIR_USER_DEFINED SHMOD_VERSION HAVE_LIBEVENT_TRUE
DOCDIR_USER_DEFINED GDB LD_SWITCH_X_SITE_AUX INFODIR_USER_DEFINED
MODARCHDIR ld_switch_window_system dnd_objs $$tardir NEED_LIBSXEEVENTS_TRUE
C_SWITCH_SITE ESD_CONFIG sitelispdir NEED_LIBMEMALLOC_TRUE INFOPATH
MODCFLAGS HAVE_ZLIB_TRUE LZMA_CPPFLAGS lib_gcc LTDLINCL
PACKAGE_PATH_USER_DEFINED DESCEND_DYNO_I386_TRUE C_SWITCH_X_SITE ALLOCA
STATIC_ASE_FALSE HAVE_OPENSSL_TRUE INFOPATH_USER_DEFINED HAVE_FFI_TRUE
MODULEDIR "/usr/lib/sxemacs-22.1.10/athlon-pc-linux-gnu/modules"
HAVE_NETINET_IN_H t
mandir "${datarootdir}/man"
_FILE_OFFSET_BITS 64
HAVE_GETADDRINFO t
NEED_LIBMM_FALSE "#"
ENCAPSULATE_OPENDIR "/**/"
HAVE_SYS_SOUNDCARD_H t
sitemoduledir "${libdir}/${PROGNAME}/${configuration}/site-modules"
LEXLIB "-lfl"
ac_cv_path_FGREP "/bin/grep -F"
HAVE_GMP t
ETCDIR "/usr/share/sxemacs-22.1.10/etc"
HAVE_THREADS t
sxe_cv_maths_typeof_FLT_MIN "float"
HAVE_ASM_RETVAL_IN_EBX t
TIME_WITH_SYS_TIME 1
HAVE_LT_DLHANDLE_NEXT t
GETTIMEOFDAY_HANDLES_STRUCT_TIMESPEC "yes"
HAVE_UMASK t
sxe_cv_maths_typeof_MINDOUBLE "double"
HAVE_BIO_GET_CALLBACK_ARG t
TYPEOF_MATHS_INT_MIN "int"
HAVE_MATHS_DBL_MIN t
HAVE_ALSA_SOUND t
HAVE_WAITPID t
HAVE_COMPFACE_H t
TYPEOF_MATHS_SHRT_MAX "short int"
HAVE_MATHS_LDBL_MAX t
HAVE_INTERNAL_MEDIA t
NEED_LIBSXEUI_FALSE "#"
HAVE_DECL_GETNAMEINFO 0
ATHENA_Scrollbar_h_ "X11/neXtaw/Scrollbar.h"
HAVE_DECL_ISLOWER t
HAVE_MATHS_SHRT_MIN t
am__untar "${AMTAR} xf -"
HAVE_ISPRINT t
HAVE_SSL_CTX_USE_PRIVATEKEY_FILE t
BISON "bison"
ECHO "echo"
HAVE_DECL_STPNCPY t
have_maths_MINLONG "yes"
HAVE_PTRDIFF_T t
docdir "${archlibdir}"
HAVE_LIBGEN_H t
HAVE_STDLIB_H t
REALPATH_RET_T "char*"
EMACS_VERSION "steve@xxxxxxxxxxxxxxxxx/sxemacs--main--22.1.10--patch-22"
HAVE_DSA_GENERATE_KEY t
infodir "${datarootdir}/info"
HAVE_RENAME t
have_libst_config "no"
HAVE_LINK t
HAVE_STRNCMP t
SIGRETURN "return"
HAVE_EVENTS t
HAVE_SIGBLOCK t
have_maths_LDBL_MAX "yes"
HAVE_STRUCT_TIMEVAL_TV_SEC t
HAVE_X11_XLIB_H t
WITH_EMODULES t
HAVE_EVP_ENCRYPTFINAL t
HAVE_MMAP t
lt_cv_file_magic_cmd "$MAGIC_CMD"
HAVE_SOX_OPEN_READ_NARGS 3
X11_RELEASE 6
HAVE_FFI_H t
HAVE_NETDB_H t
make_ifeq "ifeq"
_ALL_SOURCE 1
HAVE_GC_H t
HAVE_OPENSSL_SSL_H t
ENCAPSULATE_MKDIR "/**/"
HAVE_SYS_SOCKET_H t
LEX "flex"
ac_cv_path_EGREP "/bin/grep -E"
HAVE_GIF t
STACK_TRACE_EYE_CATCHER
"sxemacs_steve_sxemacs_org__2008_sxemacs__main__22_1_10__patch_22_athlon_pc_linux_gnu"
HAVE_POW t
HAVE_TERMIO_H t
sxe_cv_maths_typeof_FLT_MAX_EXP "float"
HAVE_ASM_MASSIVE_REGS t
TERM_H_FILE "term.h"
GETPGRP_VOID 1
HAVE_LT_DLHANDLE t
HAVE_ULIMIT_H t
sxe_cv_maths_typeof_MAXSHORT "short int"
HAVE_BIO_FREE t
TYPEOF_MATHS_INT_MAX "int"
HAVE_ALSA_PCM_H t
HAVE_MATHS_DBL_MAX_EXP t
HAVE_VSNPRINTF t
HAVE_CLOSEDIR t
TYPEOF_MATHS_NAN "float_t"
ACLOCAL_VERSION "aclocal (GNU automake) 1.10.1"
HAVE_MATHS_ISNAN t
HAVE_INET_PTON t
HAVE_DECL_GETHOSTNAME 0
ATHENA_Label_h_ "X11/neXtaw/Label.h"
DESCEND_DYNO_I386_FALSE "#"
HAVE_DECL_ISGRAPH t
HAVE_MATHS_SHRT_MAX t
HAVE_ISNAN t
PACKAGE_PATH
"~/.sxemacs/site-packages:~/.sxemacs/xemacs-packages:~/.sxemacs/mule-packages:~/.sxemacs/sxemacs-packages::/usr/share/sxemacs/site-packages:/usr/share/sxemacs/xemacs-packages:/usr/share/sxemacs/mule-packages:/usr/share/sxemacs/sxemacs-packages"
HAVE_SSL_CTX_USE_PRIVATEKEY t
BDWGC_LIBS "-lgc"
DOUG_LEA_MALLOC 1
HAVE_DECL_STPCPY t
have_maths_MININT "yes"
HAVE_PSEUG t
HAVE_LIBFFI ("yes" t)
HAVE_STDIO_H t
CURSES_H_FILE "term.h"
EMACS_PROGNAME "sxemacs"
REALPATH_ACCEPTS_PROTMEM 1
HAVE_DOUBLE t
includedir "${prefix}/include"
HAVE_REGCOMP t
have_isc_config_sh "yes"
HAVE_LIMITS_H t
HAVE_STRNCAT t
SIGNALS_VIA_CHARACTERS 1
LN_S "ln -s"
HAVE_ERROR_T t
HAVE_SGTTY_H t
have_maths_INT_MIN "yes"
HAVE_STRUCT_TIMEVAL t
HAVE_X11_STRINGDEFS_H t
WITH_ECM t
HAVE_EVP_DIGESTUPDATE t
LWLIB_WIDGETS_ATHENA t
HAVE_MKTIME t
localstatedir "${prefix}/var"
HAVE_SOX_OPEN_READ_3ARGS t
HAVE_ZLIB_H t
WITH_QUATERN t
HAVE_FFI_FALSE "#"
HAVE_NESTED_FUNS t
make_endif "endif"
ZLIB_LIBS "-lz"
HAVE_GC_GC_H t
NEED_LIBMEMALLOC_FALSE "#"
HAVE_OPENSSL_PEM_H t
ENCAPSULATE_LSTAT "/**/"
HAVE_SYS_RESOURCE_H t
simdflags " -msse -maes -mabm -mpclmul"
ac_cv_have_x "have_x=yes ac_x_includes='''/usr/X11/include'''
ac_x_libraries='''/usr/X11/lib'''"
HAVE_GETWD t
SRC_SUBDIR_DEPS " lwlib"
HAVE_POSTGRESQLV7 t
subdirs " libltdl"
ERROR_CHECK_TYPECHECK t
HAVE_TERMIOS_H t
sxe_cv_maths_typeof_FLT_MAX "float"
HAVE_ASM_EAX t
TERMCAP_H_FILE "termcap.h"
HAVE_LT_DLGETINFO t
HAVE_ULIMIT t
sxe_cv_maths_typeof_MAXLONG "long int"
HAVE_BIO_DUMP t
TYPEOF_MATHS_INFINITY "float_t"
HAVE_ALSA_OUTPUT_H t
HAVE_MATHS_DBL_MAX t
HAVE_VLIMIT t
HAVE_CLOCK_GETTIME t
TYPEOF_MATHS_MINSHORT "short int"
ACLOCAL "${SHELL} /usr/src/sxemacs/sxemacs--main--22.1.10/missing --run
aclocal-1.10"
CYGPATH_W "echo"
HAVE_MATHS_ISINF t
HAVE_INET_NTOP t
NEED_LIBSXEEVENTS_FALSE "#"
HAVE_DECL_GETHOSTBYNAME 0
ATHENA_LabelP_h_ "X11/neXtaw/LabelP.h"
DESCEND_DYNODUMP_TRUE "#"
HAVE_DECL_ISDIGIT t
HAVE_MATHS_NAN t
am__tar "${AMTAR} chof - "
HAVE_ISLOWER t
PACKAGE_NAME "SXEmacs"
HAVE_SSL_CTX_USE_CERTIFICATE_FILE t
BDWGC_LDFLAGS " -L/usr/lib"
HAVE_DECL_SOCKET t
have_maths_MINFLOAT "yes"
HAVE_PSEUC t
datarootdir "${prefix}/share"
RANLIB "ranlib"
HAVE_STDINT_H t
CPPFLAGS " -I/usr/include"
EMACS_MINOR_VERSION 1
HAVE_DLFCN_H t
htmldir "${docdir}"
HAVE_REALPATH t
have_esd_config "no"
HAVE_LIBXT t
HAVE_STRLEN t
HAVE_ERRNO_H t
ld_switch_shared "-c"
HAVE_SETSOCKOPT t
have_maths_INT_MAX "yes"
HAVE_STRUCT_TIMESPEC t
HAVE_MKSTEMP t
LWLIB_USES_ATHENA t
HAVE_X11_SHELL_H t
WITH_BDWGC_TRUE "#"
HAVE_EVP_DIGESTINIT_EX t
localedir "${datarootdir}/locale"
HAVE_SOX_H t
HAVE_ZLIB_FALSE "#"
WITH_PSEUG t
HAVE_FFI t
MM_LIBS "-lao -lpthread -ldl -lasound -lpulse -lpthread -lmagic -lmad -lsox
-lavformat -lsndfile -ltiff -lpng -ljpeg -lcompface -lXpm -lpthread "
HAVE_NCURSES t
make_else "else"
INFODIR "/usr/share/info"
HAVE_FTRUNCATE t
HAVE_OPENSSL_FALSE "#"
ENCAPSULATE_LINK "/**/"
HAVE_SYS_PARAM_H t
sharedstatedir "${prefix}/com"
ac_cv_env_CFLAGS_value "-ggdb3 -O3 -march=athlon-xp -mtune=athlon-xp"
HAVE_GETTIMEOFDAY t
SNDFILE_VERSION "1.0.17"
HAVE_POSTGRESQL t
ERROR_CHECK_MALLOC t
HAVE_TERMIOS t
sxe_cv_maths_typeof_DMINEXP "double"
HAVE_ASM_CL t
SYSV_SYSTEM_DIR 1
FUNCPROTO 15
HAVE_LT_DLFREE t
HAVE_UINTPTR_T t
sxe_cv_maths_typeof_MAXINT "int"
HAVE_BERKELEY_DB t
TYPEOF_MATHS_FMINEXP "float"
HAVE_ALSA_INPUT_H t
HAVE_MATHERR t
HAVE_VALUES_H t
HAVE_CLOCK_GETRES t
TYPEOF_MATHS_MINLONG "long int"
CXXFLAGS "-g -O2"
sxe_blddir "/usr/src/sxemacs/sxemacs--main--22.1.10/=build"
HAVE_MATHS_INT_MIN t
HAVE_INET_NTOA t
HAVE_DECL_GETADDRINFO 0
ATHENA_Form_h_ "X11/neXtaw/Form.h"
HAVE_DECL_ISCNTRL t
HAVE_MATHS_MINSHORT t
HAVE_ISINF t
PACKAGE_BUGREPORT "http://issues.sxemacs.org/"
HAVE_SSL_CTX_USE_CERTIFICATE t
BDWGC_CPPFLAGS " -I/usr/include"
DOCDIR "/usr/lib/sxemacs-22.1.10/athlon-pc-linux-gnu"
HAVE_DECL_SETSOCKOPT 0
have_maths_MINDOUBLE "yes"
HAVE_PRELOADED_SYMBOLS t
datadir "${datarootdir}"
HAVE_LIBEVENT_FALSE "#"
PULSE_VERSION 9
HAVE_STDDEF_H t
CPP "gcc -E"
EMACS_MAJOR_VERSION 22
HAVE_DLERROR t
host_vendor "pc"
HAVE_REALLOC t
build "athlon-pc-linux-gnu"
have_artsc_config "no"
HAVE_LIBXML_XMLWRITER_H t
HAVE_STRING_H t
LISPDIR "/usr/share/sxemacs-22.1.10/lisp"
HAVE_ENDPWENT t
HAVE_SETSID t
have_maths_INFINITY "yes"
2 ", (lt_ptr) &.},/p'''"
HAVE_STRUCT_STAT_ST_RDEV t
HAVE_MKDIR t
LWLIB_TABS_LUCID t
HAVE_X11_SHELLP_H t
HAVE_EVP_DIGESTFINAL_EX t
libsxeui_objs " libsxeui_a-console-x.o libsxeui_a-device-x.o
libsxeui_a-event-Xt.o libsxeui_a-frame-x.o libsxeui_a-glyphs-x.o
libsxeui_a-objects-x.o libsxeui_a-redisplay-x.o libsxeui_a-select-x.o
libsxeui_a-xgccache.o libsxeui_a-balloon_help.o libsxeui_a-balloon-x.o
libsxeui_a-menubar-x.o libsxeui_a-scrollbar-x.o libsxeui_a-dialog-x.o
libsxeui_a-toolbar-x.o libsxeui_a-gui-x.o libsxeui_a-menubar.o
libsxeui_a-scrollbar.o libsxeui_a-dialog.o libsxeui_a-toolbar.o
libsxeui_a-console-tty.o libsxeui_a-device-tty.o libsxeui_a-event-tty.o
libsxeui_a-frame-tty.o libsxeui_a-objects-tty.o libsxeui_a-redisplay-tty.o
libsxeui_a-cm.o libsxeui_a-terminfo.o"
HAVE_SOX_FORMAT_T t
HAVE_MUNMAP t
MM_LDFLAGS " "
HAVE_ZLIB t
WITH_PSEUC t
HAVE_FCNTL_H t
HAVE_OPENSSL_CRYPTO_H t
HAVE___SIGNBITL t
HAVE_FTIME t
NEED_LIBENT_FALSE "#"
ENCAPSULATE_EXECVP "/**/"
HAVE_SYS_MSG_H t
sbindir "${exec_prefix}/sbin"
HAVE_GETRLIMIT t
SIZEOF_WCHAR_T 4
HAVE_POPUPS t
ERROR_CHECK_GLYPHS t
sxe_cv_maths_typeof_DMAXEXP "double"
HAVE_ASM_CH t
SXE_CFLAGS "-ggdb3 -O3 -march=athlon-xp -mtune=athlon-xp"
FILE_CODING 1
HAVE_LT_DLFOREACH t
HAVE_UINTMAX_T t
sxe_cv_maths_typeof_MAXFLOAT "float"
TYPEOF_MATHS_FMAXEXP "float"
HAVE_ALSA_GLOBAL_H t
HAVE_MALLOC_H t
HAVE_UTIME_H t
HAVE_CLEAN_FLOATOPS t
CXXDEPMODE "depmode=gcc3"
TYPEOF_MATHS_MININT "int"
HAVE_MATHS_INT_MAX t
HAVE_INET_NETWORK t
NEED_LIBSXEDB_FALSE "#"
HAVE_DECL_FREE t
ATHENA_Dialog_h_ "X11/neXtaw/Dialog.h"
HAVE_DECL_ISBLANK t
HAVE_MATHS_MINLONG t
am__leading_dot "."
HAVE_ISGRAPH t
PACKAGE "sxemacs"
HAVE_SSL_CTX_NEW t
AWK "gawk"
DIRNAME_USER_OWNS_RETVAL 1
HAVE_DECL_REALPATH t
have_maths_MAXSHORT "yes"
HAVE_PQSERVERVERSION t
config_opsysfile "s/linux.h"
HAVE_LIBEVENT t
HAVE_STDBOOL_H t
CONVENIENCE_LTDL_TRUE "#"
EMACS_CONFIG_OPTIONS " '--prefix=/usr' '--with-ent=all' '--with-ase=all'
'--with-scrollbars=athena' '--with-openssl' '--with-clash-detection'
'--with-pop' '--without-gpm' 'CFLAGS=-ggdb3 -O3 -march=athlon-xp
-mtune=athlon-xp' --enable-ltdl-install=no"
HAVE_DIRNAME t
host_os "linux-gnu"
HAVE_READLINK t
fpfloat_long_double_p 1
HAVE_LIBXML_XMLREADER_H t
HAVE_STRINGS_H t
LIBXML2_LDFLAGS "-lxml2 "
HAVE_EMODULES t
HAVE_SETPGID t
have_maths_FMINEXP "yes"
HAVE_STRUCT_SOX_FORMAT_SIGNAL t
LWLIB_SCROLLBARS_ATHENA3D t
HAVE_X11_NEXTAW_XAWINIT_H t
VERSION ("22.1.10" "steve@xxxxxxxxxxxxxxxxx/sxemacs--main--22.1.10--patch-22")
libsxeevents_objs " libsxeevents_a-event-queue.o libsxeevents_a-workers.o
libsxeevents_a-worker-asyneq.o"
HAVE_SOX t
MM_CPPFLAGS " "
HAVE_X_WINDOWS t
HAVE_FCNTL t
HAVE_OPENSSL_BIO_H t
HAVE___SIGNBITF t
YYTEXT_POINTER 1
HAVE_FSYNC t
ENCAPSULATE_EACCESS "/**/"
HAVE_SYS_IPC_H t
restrict "__restrict"
HAVE_POLL t
LDFLAGS " -Wl,--export-dynamic -L/usr/lib -lbind"
ac_ct_CXX "g++"
HAVE_GETPT t
SIZEOF_VOID_P 4
ERROR_CHECK_GC t
HAVE_TCPUDP_FALSE "#"
sxe_cv_maths_typeof_DBL_MIN_EXP "double"
HAVE_ASM_ADCB t
SXEMACS_MAIN_ARCH_VERSION
"steve@xxxxxxxxxxxxxxxxx/sxemacs--main--22.1.10--patch-22"
FGREP "/bin/grep -F"
HAVE_LT_DLEXIT t
HAVE_TZSET t
sxe_cv_maths_typeof_MAXDOUBLE "double"
HAVE_BDWGC_FALSE "#"
TYPEOF_MATHS_FLT_MIN_EXP "float"
HAVE_ALSA_ERROR_H t
HAVE_MALLOC t
HAVE_UTIME t
HAVE_CBRT t
CXXCPP "g++ -E"
TYPEOF_MATHS_MINFLOAT "float"
HAVE_MATHS_INFINITY t
host "athlon-pc-linux-gnu"
HAVE_INET_NETOF t
HAVE_DECL_FCNTL t
DESCEND_CL_FALSE "#"
ATHENA_Command_h_ "X11/neXtaw/Command.h"
HAVE_MATHS_MININT t
am__isrc " -I$(srcdir)"
HAVE_ISDIGIT t
OPENSSL_SSL 1
HAVE_SSL_CTX_LOAD_VERIFY_LOCATIONS t
AUTOMAKE_VERSION "automake (GNU automake) 1.10.1"
DIRNAME_RET_T "char*"
HAVE_DECL_REALLOC t
have_maths_MAXLONG "yes"
compiler_version "gcc (Bastard Compiler Collection) 4.4.0 20080511
(experimental)"
HAVE_LIBDL t
PROTOTYPES 1
HAVE_SSL_VERIFY_CERT_CHAIN t
EMACS_CONFIGURATION "athlon-pc-linux-gnu"
HAVE_DIRENT_H t
host_cpu "athlon"
HAVE_READDIR t
fpfloat_double_p 0
HAVE_LIBXML_TREE_H t
fpfloat "long double"
HAVE_STRINGIZE t
LIBXML2_CPPFLAGS "-I/usr/include/libxml2 "
HAVE_ELF_H t
ld_libs_window_system "-lneXtaw -lXmu -lXt -lXext -lX11 -lSM -lICE"
HAVE_SETLOCALE t
have_maths_FMAXEXP "yes"
HAVE_STRUCT_SOX_FORMAT t
HAVE_METRONOME_FALSE "#"
LWLIB_SCROLLBARS_ATHENA t
HAVE_X11_NEXTAW_THREED_H t
libsxedb_objs " libsxedb_a-database.o libsxedb_a-postgresql.o"
HAVE_SOCKLEN_T t
HAVE_MULTICAST_FALSE "#"
MKDIR_P "/usr/lib/pkgusr/mkdir -p"
HAVE_XTREGISTERDRAWABLE t
WITH_PDUMP_FALSE "#"
HAVE_EVP_VERIFYFINAL t
HAVE_OPENSSL_ADD_ALL_DIGESTS t
NEED_LIBCRUFT_FALSE "#"
HAVE___SIGNBIT t
HAVE_FREXP t
HAVE_SYS_IOCTL_H t
psdir "${docdir}"
HAVE_PNG_H t
JMP_BUF "sigjmp_buf"
ac_ct_CC "gcc"
HAVE_GETPGRP t
SIZEOF_SIZE_T 4
ERROR_CHECK_EXTENTS t
HAVE_TCPUDP t
sxe_cv_maths_typeof_DBL_MIN "double"
HAVE_INET_ATON t
HAVE_ARPA_NAMESER_H t
SXEMACS_CODENAME "Excalibur"
FFMPEG_URL_FOPEN_BIOCTX_STAR_STAR 1
HAVE_LT_DLCLOSE t
HAVE_TTY t
sxe_cv_maths_typeof_LONG_MIN "long int"
HAVE_BDWGC t
TYPEOF_MATHS_FLT_MIN "float"
HAVE_ALSA_CONF_H t
HAVE_MAGIC_H t
HAVE_USLEEP t
sxe_srcdir "/usr/src/sxemacs/sxemacs--main--22.1.10"
HAVE_CALLOC t
CXX "g++"
TYPEOF_MATHS_MINDOUBLE "double"
HAVE_MATHS_FPCLASSIFY t
HAVE_INET_MAKEADDR t
NEED_LIBSXECORE_FALSE "#"
ATHENA_AsciiText_h_ "X11/neXtaw/AsciiText.h"
HAVE_DECL_DIRNAME t
HAVE_MATHS_MINFLOAT t
am__include "include"
HAVE_ISCNTRL t
CC "gcc -std=gnu99 -fgnu89-inline"
OPENSSL_LIBS "-lssl -lcrypto"
HAVE_SSL_CTX_FREE t
AUTOMAKE "${SHELL} /usr/src/sxemacs/sxemacs--main--22.1.10/missing --run
automake-1.10"
HAVE_DECL_MALLOC t
have_maths_MAXINT "yes"
c_switch_window_system "-I/usr/X11/include"
HAVE_LIBC t
PROGNAME "sxemacs"
HAVE_SSL_PENDING t
EMACS_BETA_VERSION 10
CLASH_DETECTION 1
HAVE_DIALOGS t
HAVE_RAND_STATUS t
fpfloat_cand_long_double_p 1
HAVE_LIBXML_PARSER_H t
SHELL "/bin/sh"
HAVE_STRERROR t
LIBTOOL_VERSION "ltmain.sh (GNU libtool) 1.5.24 (1.1220.2.455 2007/06/24
02:13:29)"
HAVE_EC_KEY_SET_PRIVATE_KEY t
ld_libs_general "-lz -lncurses -lncurses -lc -lc -lpthread -lm -lutil"
have_maths_FLT_MIN_EXP "yes"
HAVE_STRTOQ t
HAVE_METRONOME t
LWLIB_MENUBARS_LUCID t
HAVE_X11_INTRINSIC_H t
HAVE_EVP_DECRYPTUPDATE t
libsxecore_objs " libsxecore_a-dumper.o"
HAVE_MULTICAST t
MEMORY_USAGE_STATS 1
HAVE_XREGISTERIMINSTANTIATECALLBACK t
WITH_PDUMP t
HAVE_EVP_SIGNFINAL t
HAVE_SSLV3_SERVER_METHOD t
version "steve@xxxxxxxxxxxxxxxxx/sxemacs--main--22.1.10--patch-22"
HAVE_OPENSSL_ADD_ALL_CIPHERS t
NEED_ATHENA 1
HAVE___ISNANL t
YACC "bison -y"
HAVE_FREE t
HAVE_SYS_FILE_H t
program_transform_name "s,x,x,"
HAVE_PNG t
ISC_CONFIG_SH "/usr/bin/isc-config.sh"
__PROTOTYPES 1
HAVE_GETPAGESIZE t
SIZEOF_SHORT 2
with_modules "all"
ERROR_CHECK_BYTE_CODE t
HAVE_TCGETPGRP t
sxe_cv_maths_typeof_DBL_MAX_EXP "double"
HAVE_INET_ADDR t
HAVE_ARPA_INET_H t
SXEMACS_CC "gcc -std=gnu99 -fgnu89-inline"
HAVE_LT_DLCALLER_SET_DATA t
HAVE_TOOLBARS t
sxe_cv_maths_typeof_LONG_MAX "long int"
HAVE_BALLOON_HELP t
TYPEOF_MATHS_FLT_MAX_EXP "float"
HAVE_ALSA t
HAVE_MAGIC t
HAVE_UNSIGNED_LONG_LONG_INT t
sxe_cv_tmp_ffmpeg_url_fopen "ByteIOContext**"
TYPEOF_MATHS_MAXSHORT "short int"
HAVE_ARGZ_STRINGIFY t
HAVE_MATHS_FMINEXP t
HAVE_INET_LNAOF t
DESCEND_ASE_FALSE "#"
HAVE_DECL_CONNECT t
HAVE_MATHS_MINDOUBLE t
HAVE_ISBLANK t
HAVE_SSL_CTX_CHECK_PRIVATE_KEY t
AUTOHEADER_VERSION "autoheader (GNU Autoconf) 2.62"
DESCEND_MODULES_FALSE "#"
HAVE_DECL_LT_DLOPENEXT t
have_maths_MAXFLOAT "yes"
c_switch_general "-DHAVE_CONFIG_H -pthread"
HAVE_LIBAVFORMAT_AVFORMAT_H t
PREFIX_USER_DEFINED ("" 1)
HAVE_SSL_LOAD_ERROR_STRINGS t
EMACS "/usr/src/sxemacs/sxemacs--main--22.1.10/=build/src/sxemacs"
CFLAGS "-ggdb3 -O3 -march=athlon-xp -mtune=athlon-xp"
HAVE_DECL_SYS_SIGLIST t
HAVE_RAND_QUERY_EGD_BYTES t
fpfloat_cand_double_p 0
HAVE_STRDUP t
LIBTOOL_DEPS ".././ltmain.sh"
HAVE_EC_KEY_NEW_BY_CURVE_NAME t
ld_libs_all "-lssl -lcrypto -lpq -Wl,-rpath,'''/usr/lib''' -lpgport -lssl
-lcrypto -lz -lreadline -lcrypt -ldl -lm -ldb -lgdbm_compat -lgdbm -lgmp -lecm
-lgmp -lmpfr -lmpc -lgmp -lmpfr -lgmp -lao -lpthread -ldl -lasound -lpulse
-lpthread -lmagic -lmad -lsox -lavformat -lsndfile -ltiff -lpng -ljpeg
-lcompface -lXpm -lpthread -lneXtaw -lXmu -lXt -lXext -lX11 -lSM -lICE -lz
-lncurses -lncurses -lc -lc -lpthread -lm -lutil"
HAVE_SETITIMER_FALSE "#"
have_maths_FLT_MIN "yes"
HAVE_STRTOLL t
HAVE_MENUBARS t
LWLIB_DIALOGS_ATHENA3D t
HAVE_WMCOMMAND t
HAVE_EVP_DECRYPTINIT t
USE_MEMALLOC_FALSE "#"
HAVE_SOCKETS_FALSE "#"
HAVE_MSGGET t
HAVE_XPM t
WITH_NUMBER_TYPES t
HAVE_EVP_SEALINIT t
prefix "/usr"
HAVE_SSLV3_CLIENT_METHOD t
HAVE_OPENSSL t
NEED_ALLOCA_C_TRUE "#"
HAVE___ISNANF t
X_PRE_LIBS " -lSM -lICE"
HAVE_FPFLOAT t
pdfdir "${docdir}"
HAVE_PERROR t
INSTALL_STRIP_PROGRAM "$(install_sh) -c -s"
__EXTENSIONS__ 1
HAVE_GETOPT_LONG t
SIZEOF_LONG_LONG_INT 8
ERROR_CHECK_BUFPOS t
HAVE_SYS_WAIT_H t
sxe_cv_maths_typeof_DBL_MAX "double"
HAVE_H_ERRNO t
SXEMACS_ARCH_VERSION "steve@xxxxxxxxxxxxxxxxx/sxemacs--main--22.1.10--patch-22"
FFI_LIBS "-lffi"
HAVE_LT_DLCALLER_REGISTER t
HAVE_TM_ZONE t
sxe_cv_maths_typeof_LDBL_MIN "long double"
HAVE_A_OUT_H t
TYPEOF_MATHS_FLT_MAX "float"
HAVE_ALLOCA_H t
HAVE_MAD_H t
HAVE_UNLOCKPT t
sxe_cv_proc_flags "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow"
HAVE_BZLIB_H t
TYPEOF_MATHS_MAXLONG "long int"
HAVE_ARGZ_NEXT t
HAVE_MATHS_FMAXEXP t
DEPDIR ".deps"
HAVE_DECL_CALLOC t
HAVE_MATHS_MAXSHORT t
am__fastdepCXX_FALSE "#"
HAVE_ISASTREAM t
HAVE_SSL_CTX_ADD_CLIENT_CA t
AUTOHEADER "${SHELL} /usr/src/sxemacs/sxemacs--main--22.1.10/missing --run
autoheader"
HAVE_DECL_LT_DLOPEN t
have_maths_MAXDOUBLE "yes"
c_switch_all "-DHAVE_CONFIG_H -pthread -I/usr/X11/include"
HAVE_LARGEFILE t
HAVE_SSL_LIBRARY_INIT t
CCDEPMODE "depmode=gcc3"
ELLMAKEDOC "/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lib-src/make-docfile"
PREFIX "/usr"
HAVE_DECL_STRNCPY t
have_tla "yes"
HAVE_RAND_BYTES t
fpfloat_cand "long double"
HAVE_LIBXML2_FALSE "#"
SED "/bin/sed"
HAVE_STRCPY t
ENCAPSULATE_CREAT "/**/"
LIBTOOL "$(SHELL) $(top_builddir)/libtool"
HAVE_EC_KEY_GENERATE_KEY t
ld "$(CC) $(CFLAGS)"
HAVE_SETITIMER t
have_maths_FLT_MAX_EXP "yes"
SIZEOF_CHAR_P 4
HAVE_MEMSET t
USE_GCC 1
LWLIB_DIALOGS_ATHENA t
HAVE_STRTOLD t
HAVE_EVP_DECRYPTFINAL t
libmule_objs " libmule_a-mule.o libmule_a-mule-ccl.o libmule_a-mule-charset.o
libmule_a-file-coding.o libmule_a-input-method-xlib.o"
HAVE_SOCKETS t
HAVE_MPZ t
HAVE_EVP_SEALFINAL t
MAKE_SUBDIR " lib-src lwlib"
HAVE_XM_XM_H t
WITH_NONBLOCKING_SOCKET_O_NONBLOCK t
HAVE_SSLV2_SERVER_METHOD t
HAVE_OPENPTY t
HAVE___ISNAN t
X_LIBS " -L/usr/X11/lib"
HAVE_FPATHCONF t
package_path
"~/.sxemacs/site-packages:~/.sxemacs/xemacs-packages:~/.sxemacs/mule-packages:~/.sxemacs/sxemacs-packages::/usr/share/sxemacs/site-packages:/usr/share/sxemacs/xemacs-packages:/usr/share/sxemacs/mule-packages:/usr/share/sxemacs/sxemacs-packages"
HAVE_PEM_WRITE_PUBKEY t
INSTALL_SCRIPT "${INSTALL}"
_XOPEN_SOURCE_EXTENDED 1
HAVE_GETOPT_H t
SIZEOF_LONG_DOUBLE 12
sysconfdir "${prefix}/etc"
ENCAPSULATE_UNLINK "/**/"
HAVE_SYS_VLIMIT_H t
sxe_cv_aux_werror_stack "off off off off off off off off off off off off off
off off off off off off off off off off off off off off off off off off off off
off off off off off off off off off off off off off off off off off off off off
off off off off off off off off off off off off off off off off off off off off
off off off off off off off off off off off off off off off off off off off "
HAVE_HMAC_UPDATE t
SXEMACS 1
HAVE_LT_DLCALLER_GET_DATA t
HAVE_TLSV1_SERVER_METHOD t
sxe_cv_maths_typeof_LDBL_MAX "long double"
HAVE_AVCODEC_DECODE_AUDIO2 t
TYPEOF_MATHS_DMINEXP "double"
HAVE_ALLOCA t
HAVE_MAD t
sxe_cv_maths_typeof_SHRT_MIN "short int"
HAVE_BZLIB_FALSE "#"
TYPEOF_MATHS_MAXINT "int"
HAVE_ARGZ_INSERT t
HAVE_MATHS_FLT_MIN_EXP t
ARCHLIBDIR "/usr/lib/sxemacs-22.1.10/athlon-pc-linux-gnu"
DEFS "-DHAVE_CONFIG_H"
HAVE_DECL_ACCEPT t
HAVE_MATHS_MAXLONG t
HAVE_ISASCII t
HAVE_SSL_CIPHER_GET_BITS t
AUTOCONF_VERSION "autoconf (GNU Autoconf) 2.62"
DESCEND_LWLIB_FALSE "#"
OPENSSL_BIN "/usr/bin/openssl"
HAVE_DECL_LT_DLEXIT t
HAVE_DECL_ISASCII t
build_vendor "pc"
HAVE_KILLPG t
HAVE_SSL_GET_VERIFY_RESULT t
BZLIB_LIBS "-lbz2"
PKG_CONFIG "/usr/bin/pkg-config"
HAVE_DECL_STRNCMP t
have_pkg_config "yes"
HAVE_RANDOM t
HAVE_LIBXML2 t
HAVE_STRCOLL t
ENCAPSULATE_CHMOD "/**/"
HAVE_EC_KEY_DUP t
internal_makefile_list "Makefile.in lib-src/Makefile.in lwlib/Makefile.in"
HAVE_SELECT t
have_maths_FLT_MAX "yes"
HAVE_LONG_FILE_NAMES t
SIZEOF_CHAR 1
HAVE_MEMORY_H t
USE_ASSERTIONS 1
LT_OBJDIR ".libs"
HAVE_EVP_CLEANUP t
HAVE_STRTOL t
libmm_objs " libmm_a-dgif_lib.o libmm_a-gif_io.o libmm_a-media-sndfile.o
libmm_a-media-ffmpeg.o libmm_a-media-sox.o libmm_a-media-mad.o
libmm_a-media-magic.o libmm_a-sound-oss.o libmm_a-sound-pulse.o
libmm_a-sound-alsa.o libmm_a-sound-ao.o libmm_a-media-internal.o"
HAVE_SOCKET t
HAVE_XMU t
HAVE_EVP_PKEY_NEW t
MAKE_DOCFILE
"/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lib-src/make-docfile"
HAVE_MPQ t
HAVE_SSLV2_CLIENT_METHOD t
HAVE_OPENDIR t
HAVE_FMOD t
NAS_NO_ERROR_JUMP 1
HAVE___ISINFL t
opsysfile "s/linux.h"
HAVE_PEM_WRITE_PKCS8PRIVATEKEY t
INSTALL_PROGRAM "${INSTALL}"
_XOPEN_SOURCE 500
HAVE_GETOPT t
SIZEOF_LONG 4
ENCAPSULATE_SYMLINK "/**/"
HAVE_SYS_UN_H t
LIBS "-lz -lncurses -lncurses -lc -lc -lpthread -lm "
HAVE_HMAC_INIT t
SUBDIR_MAKEFILES "lib-src/Makefile lib-src/Makefile lwlib/Makefile
lwlib/Makefile"
FFI_CPPFLAGS "-I/usr/include/libffi "
HAVE_LT_DLADDSEARCHDIR t
HAVE_TLSV1_CLIENT_METHOD t
sxe_cv_maths_typeof_INT_MIN "int"
HAVE_AVCODEC_DECODE_AUDIO t
TYPEOF_MATHS_DMAXEXP "double"
HAVE_ALARM t
HAVE_LZMA_TRUE "#"
HAVE_UNIX_PROCESSES t
sxe_cv_maths_typeof_SHRT_MAX "short int"
HAVE_BZLIB t
TYPEOF_MATHS_MAXFLOAT "float"
HAVE_ARGZ_H t
HAVE_MATHS_FLT_MIN t
HAVE_WINDOW_SYSTEM t
AR "ar"
DEBUG_SXEMACS 1
HAVE_DB_UNKNOWN t
HAVE_MATHS_MAXINT t
am__fastdepCC_FALSE "#"
HAVE_ISALPHA t
OBJEXT "o"
AUTOCONF "${SHELL} /usr/src/sxemacs/sxemacs--main--22.1.10/missing --run
autoconf"
DESCEND_LIBLTDL_TRUE "#"
HAVE_DECL_ISALPHA t
HAVE_DECL_LT_DLCLOSE t
build_os "linux-gnu"
HAVE_JPEGLIB_H t
HAVE_SSL_GET_PEER_CERT_CHAIN t
EGREP "/bin/grep -E"
PG_CONFIG "/usr/bin/pg_config"
HAVE_DECL_STRNCAT t
have_pg_config "yes"
HAVE_QUATERN t
exec_prefix "${prefix}"
HAVE_LIBPTHREAD t
HAVE_STRCMP t
RETSIGTYPE "void"
ENCAPSULATE_CHDIR "/**/"
HAVE_EC_GET_BUILTIN_CURVES t
instvarsepdir "${PROGNAME}/${old_version}"
HAVE_SCROLLBARS t
have_maths_DMINEXP "yes"
HAVE_LONG_DOUBLE_WIDER t
HAVE_STRTOF t
SIZEOF_BOOL 1
LT_CONVENIENCE_PREFIX "lt-"
HAVE_MEMMOVE t
HAVE_EVP_CIPHER_CTX_INIT t
libmemalloc_objs " libmemalloc_a-ralloc.o libmemalloc_a-vm-limit.o"
HAVE_SNPRINTF t
HAVE_XIM t
WITH_MULE_FALSE "#"
HAVE_EVP_OPENINIT t
HAVE_MPFR_H t
lwlib_objs " lwlib-Xaw.o xlwradio.o xlwcheckbox.o xlwgauge.o lwlib-Xlw.o
xlwmenu.o xlwtabs.o xlwgcs.o"
HAVE_SSLV23_SERVER_METHOD t
HAVE___ISINFF t
X_CFLAGS " -I/usr/X11/include"
HAVE_FLOOR t
HAVE_NONBLOCKING_SOCKETSO_NONBLOCK t
oldincludedir "/usr/include"
INSTALL_LTDL_TRUE "#"
_TANDEM_SOURCE 1
HAVE_GETNAMEINFO t
SIZEOF_INT 4
HAVE_PEM_READ_X509 t
ENCAPSULATE_STAT "/**/"
HAVE_SYS_TYPES_H t
LIBPQ_FE_H_FILE "libpq-fe.h"
HAVE_HMAC_FINAL t
STRIP "strip"
HAVE_LTDL_H t
HAVE_TIME_T t
sxe_cv_maths_typeof_INT_MAX "int"
HAVE_AUDIO t
TYPEOF_MATHS_DBL_MIN_EXP "double"
HAVE_ACCEPT t
HAVE_UNIX_FALSE "#"
sxe_cv_maths_typeof_NAN "float_t"
HAVE_BIO_SET_CALLBACK_ARG t
TYPEOF_MATHS_MAXDOUBLE "double"
HAVE_ARGZ_CREATE_SEP t
HAVE_MATHS_FLT_MAX_EXP t
HAVE_WIDGETS t
AO_VERSION "0.8.8"
DB_LIBS "-lpq -Wl,-rpath,'''/usr/lib''' -lpgport -lssl -lcrypto -lz -lreadline
-lcrypt -ldl -lm -ldb -lgdbm_compat -lgdbm "
HAVE_DBM t
HAVE_MATHS_MAXFLOAT t
ac_cv_search_opendir "none required"
HAVE_ISALNUM t
AUTARKIC_TRUE "#"
HAVE_DECL_ISALNUM t
HAVE_DECL_ISXDIGIT t
build_cpu "athlon"
HAVE_JPEG t
HAVE_SSL_GET_PEER_CERTIFICATE t
EF_USE_COMPRE 1
PDUMP 1
HAVE_DECL_STRLEN t
have_openssl_bin "yes"
HAVE_PUTENV t
etcdir "${datadir}/${instvardir}/etc"
HAVE_LIBPQ_FE_H t
HAVE_STRCHR t
REL_ALLOC 1
ENCAPSULATE_ACCESS "/**/"
HAVE_ECM_H t
instvardir "${PROGNAME}-${old_version}"
HAVE_RSA_GENERATE_KEY t
have_maths_DMAXEXP "yes"
HAVE_LONG_DOUBLE t
HAVE_STRTOD t
HAVE_MEMCPY t
HAVE_EVP_CIPHER_CTX_CLEANUP t
libltdl_cv_sys_search_path "/lib /usr/lib /lib /usr/lib /usr/X11R7/lib "
HAVE_SNDFILE_H t
HAVE_SYSVIPC_FALSE "#"
HAVE_XFACE t
WITH_MPFR t
HAVE_EVP_OPENFINAL t
MAKEINFO "${SHELL} /usr/src/sxemacs/sxemacs--main--22.1.10/missing --run
makeinfo"
HAVE_MPFR t
lt_cv_sys_global_symbol_to_cdecl "sed -n -e '''s/^. .* (.*)$/extern int .;/p'''"
HAVE_SSLV23_CLIENT_METHOD t
HAVE___ISINF t
XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE "/**/"
HAVE_FLOCK t
HAVE_NONBLOCKING_SOCKETO_NONBLOCK t
old_version "22.1.10"
_POSIX_PTHREAD_SEMANTICS 1
HAVE_GETLOADAVG t
SIZEOF_DOUBLE 8
HAVE_PEM_READ_PUBKEY t
ENCAPSULATE_RMDIR "/**/"
HAVE_SYS_TIME_H t
ac_cv_prog_YACC "bison -y"
HAVE_HMAC_CTX_INIT t
STDC_HEADERS 1
HAVE_LRAND48 t
HAVE_TIME_H t
sxe_cv_maths_typeof_INFINITY "float_t"
HAVE_ATHENA_3D t
TYPEOF_MATHS_DBL_MIN "double"
GTK_CONFIG "no"
HAVE_LT_DLSYM t
HAVE_UNIXOID_EVENT_LOOP t
sxe_cv_maths_typeof_MINSHORT "short int"
HAVE_BIO_SET_CALLBACK t
TYPEOF_MATHS_LONG_MIN "long int"
HAVE_ARGZ_APPEND t
HAVE_MATHS_FLT_MAX t
HAVE_WCSLEN t
AMTAR "${SHELL} /usr/src/sxemacs/sxemacs--main--22.1.10/missing --run tar"
DB_LDFLAGS "-L/usr/lib "
HAVE_DATABASE t
HAVE_MATHS_MAXDOUBLE t
MULE ("yes" 1)
HAVE_IOCTL t
NeedFunctionPrototypes 1
DESCEND_DYNO_SPARC_TRUE "#"
HAVE_DECL_IOCTLSOCKET 0
HAVE_DECL_ISUPPER t
HAVE_ISXDIGIT t
HAVE_SSL_GET_ERROR t
BUILD_SHEAP_TRUE "#"
EF_USE_ASYNEQ 1
PATH_SEPARATOR ":"
HAVE_DECL_STRDUP t
have_maths_SHRT_MIN "yes"
HAVE_PULSE_SOUND t
emodsrcdir "/usr/src/sxemacs/sxemacs--main--22.1.10/modules"
HAVE_LIBPQ t
HAVE_STRCAT t
REGEX_MALLOC 1
HAVE_ECM t
inststaticdir "${PROGNAME}"
HAVE_RMDIR t
have_maths_DBL_MIN_EXP "yes"
HAVE_LOGB t
HAVE_STRSPN t
SITEMODULEDIR "/usr/lib/sxemacs/athlon-pc-linux-gnu/site-modules"
LTDL_SYSSEARCHPATH "/lib:/usr/lib:/lib:/usr/lib:/usr/X11R7/lib"
HAVE_MEMCHR t
HAVE_EVP_BYTESTOKEY t
libexecdir "${exec_prefix}/libexec"
HAVE_SNDFILE t
HAVE_SYSVIPC t
HAVE_XCONVERTCASE t
WITH_MPC t
HAVE_EVP_MD_CTX_INIT t
MAIL_USE_POP 1
HAVE_MPF t
1\ ", (lt_ptr) 0},/p''' -e '''s/^[BCDEGRST] ([^ ]*) ([^ ]*)$/ {"
HAVE_SQRT t
HAVE___FPCLASSIFYL t
HAVE_FLOAT_H t
HAVE_NONBLOCKING_SOCKETIoctlSocket t
moduledir "${libdir}/${instvardir}/${configuration}/modules"
INSTALL_DATA "${INSTALL} -m 644"
_POSIX_C_SOURCE "199506L"
HAVE_GETHOSTNAME t
HAVE_PEM_READ_PRIVATEKEY t
configuration "athlon-pc-linux-gnu"
ENCAPSULATE_RENAME "/**/"
HAVE_SYS_TIMES_H t
LIBLTDL "-lltdl"
ac_cv_prog_CXXCPP "g++ -E"
HAVE_HMAC_CTX_CLEANUP t
STATIC_CL_TRUE "#"
HAVE_LONG_LONG_INT t
HAVE_TIMEVAL t
sxe_cv_maths_typeof_FMINEXP "float"
HAVE_ASSERT_H t
TYPEOF_MATHS_DBL_MAX_EXP "double"
GREP "/bin/grep"
HAVE_LT_DLOPENEXT t
HAVE_UNIX t
sxe_cv_maths_typeof_MINLONG "long int"
HAVE_BIO_READ t
TYPEOF_MATHS_LONG_MAX "long int"
HAVE_AO_SOUND t
HAVE_MATHS_DMINEXP t
HAVE_WCSCMP t
DB_H_FILE "db.h"
HAVE_CURSES_H t
HAVE_MATHS_LONG_MIN t
HAVE_INVERSE_HYPERBOLIC t
NO_TERMIO 1
ATHENA_XawInit_h_ "X11/neXtaw/XawInit.h"
HAVE_DECL_IOCTL t
HAVE_DECL_ISSPACE t
HAVE_ISUPPER t
HAVE_SSL_GET_CURRENT_CIPHER t
PACKAGE_VERSION "22.1.10"
HAVE_DECL_STRCPY t
have_maths_SHRT_MAX "yes"
HAVE_PULSE_PULSEAUDIO_H t
emodblddir "/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules"
HAVE_LIBNCURSES t
HAVE_STRCASECMP t
RECURSIVE_MAKE_ARGS "$(MFLAGS) CC='''$(CC)''' CFLAGS='''$(CFLAGS)'''
LDFLAGS='''$(LDFLAGS)''' CPPFLAGS='''$(CPPFLAGS)'''"
EMOD_CL_FALSE "#"
HAVE_EACCESS t
install_sh "$(SHELL) /usr/src/sxemacs/sxemacs--main--22.1.10/install-sh"
HAVE_RINT t
have_maths_DBL_MIN "yes"
HAVE_LOCKF t
HAVE_STRRCHR t
LTDL_SHLIB_EXT ".so"
HAVE_MCHECK_H t
HAVE_EVENT_H t
libent_objs " libent_a-ent-gmp.o libent_a-ent-mpfr.o libent_a-ent-gaussian.o
libent_a-ent-mpc.o libent_a-ent-quatern.o libent_a-ent-ecm.o"
HAVE_SIGSETJMP t
have_maths_LONG_MIN "yes"
HAVE_SYMLINK t
HAVE_X509_VERIFY_CERT_ERROR_STRING t
WITH_GMP t
HAVE_EVP_MD_CTX_CLEANUP t
MAIL_LOCK_DOT 1
HAVE_MPC_H t
lt_cv_sys_global_symbol_to_c_name_address "sed -n -e '''s/^: ([^ ]*) $/ {\\"
HAVE_SOX_SSIZE_T t
HAVE___FPCLASSIFYF t
HAVE_FLOAT t
MODULE_PATH
"/usr/src/sxemacs/.sxemacs/athlon-pc-linux-gnu/modules:/usr/lib/sxemacs/athlon-pc-linux-gnu/site-modules:/usr/lib/sxemacs-22.1.10/athlon-pc-linux-gnu/modules"
HAVE_NONBLOCKING_SOCKETFIONBIO t
module_path
"~/.sxemacs/athlon-pc-linux-gnu/modules:${exec_prefix}/lib/sxemacs/athlon-pc-linux-gnu/site-modules:${exec_prefix}/lib/${PROGNAME}-${old_version}/athlon-pc-linux-gnu/modules"
INSTALL_ARCH_DEP_SUBDIR " lib-src"
_NO_MALLOC_WARNING_ 1
HAVE_GETHOSTBYNAME t
NEED_LIBMULE_FALSE "#"
HAVE_OSS_SOUND t
ENCAPSULATE_READLINK "/**/"
HAVE_SYS_TIMEB_H t
srcdir_equals_blddir_p "no"
LIBADD_DL "-ldl"
ac_cv_prog_CPP "gcc -E"
HAVE_GRANTPT t
EXEC_PREFIX "/usr"
HAVE_TIFFIO_H t
sxe_cv_maths_typeof_FMAXEXP "float"
HAVE_ASM_SARL t
TYPEOF_MATHS_DBL_MAX "double"
HAVE_LT_DLOPEN t
GNU_MALLOC 1
HAVE_UNISTD_H t
sxe_cv_maths_typeof_MININT "int"
HAVE_BIO_PRINTF t
TYPEOF_MATHS_LDBL_MIN "long double"
HAVE_AO_AO_H t
HAVE_MATHS_DMAXEXP t
HAVE_WCHAR_T t
HAVE_CTYPE_H t
USER_FULL_NAME "pw->pw_gecos"
AMDEP_FALSE "#"
DB_CPPFLAGS "-I/usr/include "
HAVE_MATHS_LONG_MAX t
HAVE_INTTYPES_H t
NEED_LUCID 1
HAVE_DECL_GETOPT_LONG 0
ATHENA_Toggle_h_ "X11/neXtaw/Toggle.h"
DESCEND_DYNO_PPC_TRUE "#"
HAVE_DECL_ISPUNCT t
bindir "${exec_prefix}/bin"
HAVE_ISSPACE t
HAVE_SSL_GET_CERTIFICATE t
BROKEN_ALLOCA_IN_FUNCTION_CALLS 1
ECHO_N "-n"
PACKAGE_TARNAME "sxemacs"
HAVE_DECL_STRCMP t
have_maths_NAN "yes"
HAVE_PTY_H t
dynodump_arch "i386"
HAVE_LIBM t
HAVE_STPNCPY t
REALPATH_USER_OWNS_RETVAL 1
lispdir "${datadir}/${instvardir}/lisp"
HAVE_DUP2 t
HAVE_RE_COMP t
have_maths_DBL_MAX_EXP "yes"
HAVE_LOCALE_H t
HAVE_STROPTS_H t
LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH"
HAVE_MATH_H t
libdir "${exec_prefix}/lib"
HAVE_SIGPROCMASK t
have_maths_LONG_MAX "yes"
HAVE_STRUCT_TM_TM_ZONE t
HAVE_X11_XPM_H t
WITH_EXTW_TRUE "#"
HAVE_EVP_ENCRYPTUPDATE t
HAVE_MPC t
lt_cv_sys_global_symbol_pipe "sed -n -e '''s/^.*[
]([ABCDGIRSTW][ABCDGIRSTW]*)[ ][ ]*([_A-Za-z][_A-Za-z0-9]*)$/. . ./p'''"
HAVE_SOX_SIGNALINFO_T t
HAVE___FPCLASSIFY t
XIM_XLIB 1
HAVE_FFMPEG t
HAVE_NET_ROUTE_H t
mkdir_p "/usr/lib/pkgusr/mkdir -p"
_GNU_SOURCE 1
HAVE_GETCWD t
HAVE_OPENSSL_X509_H t
ENCAPSULATE_READDIR "/**/"
HAVE_SYS_STAT_H t
LEX_OUTPUT_ROOT "lex.yy"
ac_cv_path_install "/usr/lib/pkgusr/install -c"
HAVE_GMP_H t
STATIC_ASE_TRUE "#"
HAVE_TIFF t
sxe_cv_maths_typeof_FLT_MIN_EXP "float"
HAVE_ASM_SALL t
TYPEOF "__typeof__"
HAVE_LT_DLINFO t
GETTIMEOFDAY_NARGS 2
HAVE_UNAME t
sxe_cv_maths_typeof_MINFLOAT "float"
HAVE_BIO_NEW t
TYPEOF_MATHS_LDBL_MAX "long double"
HAVE_MATHS_DBL_MIN_EXP t
HAVE_ALSA_VERSION_H t
HAVE_WCHAR_H t
HAVE_CONNECT t
TYPEOF_MATHS_SHRT_MIN "short int"
AMDEPBACKSLASH "\\"
HAVE_MATHS_LDBL_MIN t
HAVE_INTERNAL_SOUND t
HAVE_DECL_GETOPT t
ATHENA_ToggleP_h_ "X11/neXtaw/ToggleP.h"
HAVE_DECL_ISPRINT t
HAVE_MATHS_SIGNBIT t
archlibdir "${libdir}/${instvardir}/${configuration}"
HAVE_ISPUNCT t
HAVE_SSL_DO_HANDSHAKE t
BITMAPDIR "/usr/X11/include/X11/bitmaps"
PACKAGE_STRING "SXEmacs 22.1.10"
HAVE_DECL_STRCAT t
have_maths_MINSHORT "yes"
HAVE_PTSNAME t
dvidir "${docdir}"
HAVE_LIBINTL_H t
HAVE_STPCPY t
REALPATH_SANE_ON_NON_EXISTENT 1
EMOD_ASE_FALSE "#"
HAVE_DSA_GENERATE_PARAMETERS t
HAVE_RESOLV_H t
have_maths_DBL_MAX "yes"
HAVE_LINUX_SOUNDCARD_H t
HAVE_STRNCPY t
SIGTYPE "RETSIGTYPE"
LTDL_OBJDIR ".libs/"
HAVE_EVENTS_FALSE "#"
libcruft_objs " libcruft_a-debug.o libcruft_a-tests.o libcruft_a-filelock.o
libcruft_a-emodules-ng.o libcruft_a-effi.o libcruft_a-openssl.o"
HAVE_SIGHOLD t
have_maths_LDBL_MIN "yes"
HAVE_STRUCT_TIMEVAL_TV_USEC t
HAVE_X11_XLOCALE_H t
HAVE_EVP_ENCRYPTINIT t
HAVE_MONETARY_H t
lt_cv_path_NM "/usr/bin/nm -B"
HAVE_SOX_SAMPLE_T t
HAVE__BOOL t
XEMACS 1
> Contents of /usr/src/sxemacs/make.err
../../src/regex.c:6271: warning: assignment discards qualifiers from pointer
target type
../../src/regex.c:6271: warning: assignment discards qualifiers from pointer
target type
../../src/regex.c:6271: warning: assignment discards qualifiers from pointer
target type
../../src/regex.c:6271: warning: assignment discards qualifiers from pointer
target type
../../src/regex.c:6271: warning: assignment discards qualifiers from pointer
target type
../../src/search.c:761: warning: passing argument 1 of 'memcpy' discards
qualifiers from pointer target type
../../src/console-x.c:54: warning: assignment discards qualifiers from pointer
target type
../../src/openssl.c:3503: warning: passing argument 1 of 'SSL_CTX_new' discards
qualifiers from pointer target type
Using load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp)
Using module-load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/modules)
Using load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp)
Using module-load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/modules)
Using load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp)
Using module-load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/modules)
While compiling ffi-slot-type in file
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp/ffi.el:
** variable G46766 bound but not referenced
Using load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp)
Using module-load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/modules)
Using load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp)
Using module-load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/modules)
While compiling the end of the data in file
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp/ffi/ffi-taglib.el:
** the function view-mode is not known to be defined.
While compiling Wand-operation-apply in file
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp/ffi/ffi-wand.el:
** reference to free variable operations-list
** assignment to free variable operations-list
** assignment to free variable undo-list
While compiling Wand-operation-list-apply:
** reference to free variable operations-list
While compiling Wand-insert-info:
** reference to free variable image-filename
** reference to free variable image-wand
** reference to free variable operations-list
While compiling Wand-insert-wand:
** reference to free variable image-wand
While compiling Wand-display:
** assignment to free variable operations-list
** assignment to free variable undo-list
** assignment to free variable image-wand
** assignment to free variable image-filename
** reference to free variable image-wand
While compiling Wand-mode-cleanup:
** reference to free variable image-wand
While compiling Wand-mode-reload:
** reference to free variable image-filename
While compiling Wand-next-file:
** reference to free variable image-filename
While compiling Wand-mode-rotate-left:
** reference to free variable image-wand
While compiling Wand-mode-radial-blur:
** reference to free variable image-wand
While compiling Wand-mode-sharpen:
** reference to free variable image-wand
While compiling Wand-mode-gaussian-blur:
** reference to free variable image-wand
While compiling Wand-mode-contrast:
** reference to free variable image-wand
While compiling Wand-mode-normalize:
** reference to free variable image-wand
While compiling Wand-mode-despeckle:
** reference to free variable image-wand
While compiling Wand-mode-enhance:
** reference to free variable image-wand
While compiling Wand-mode-equalize:
** reference to free variable image-wand
While compiling Wand-mode-undo:
** reference to free variable operations-list
** reference to free variable undo-list
** assignment to free variable undo-list
** assignment to free variable operations-list
** reference to free variable image-wand
** reference to free variable image-filename
While compiling Wand-mode-redo:
** reference to free variable undo-list
** assignment to free variable undo-list
** reference to free variable image-wand
While compiling Wand-mode-negate:
** reference to free variable image-wand
While compiling Wand-mode-solarize:
** reference to free variable image-wand
While compiling Wand-mode-swirl:
** reference to free variable image-wand
While compiling Wand-mode-oil-paint:
** reference to free variable image-wand
While compiling Wand-mode-charcoal:
** reference to free variable image-wand
While compiling Wand-mode-edge:
** reference to free variable image-wand
While compiling Wand-mode-raise:
** reference to free variable image-wand
While compiling Wand-mode-save:
** reference to free variable image-wand
While compiling toplevel forms in file
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp/ffi/ffi-dbus.el:
** variable pl bound but not referenced
Using load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp)
Using module-load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/modules)
Using load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp)
Using module-load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/modules)
/usr/share/sxemacs/xemacs-packages/lisp/cedet-common/sformat hides
/usr/share/sxemacs/xemacs-packages/lisp/semantic/sformat
/usr/share/sxemacs/xemacs-packages/lisp/cedet-common/working hides
/usr/share/sxemacs/xemacs-packages/lisp/semantic/working
2 Emacs Lisp load-path shadowings were foundProcessing auto-autoloads.el ...
Using load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp)
Using module-load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/modules)
While compiling toplevel forms in file
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp/auto-autoloads.el:
** Third arg to defconst custom-file-base is not a string: 0
** Third arg to defvar custom-file is not a string: 0
** Third arg to defvar font-lock-auto-fontify is not a string: 0
** Third arg to defvar font-lock-mode-enable-list is not a string: 0
** Third arg to defvar font-lock-mode-disable-list is not a string: 0
** Third arg to defvar font-lock-use-colors is not a string: 0
** Third arg to defvar font-lock-use-fonts is not a string: 0
** Third arg to defvar font-lock-maximum-decoration is not a string: 0
** Third arg to defvar font-lock-maximum-size is not a string: 0
** Third arg to defvar font-lock-fontify-string-delimiters is not a string: 0
** Third arg to defvar font-lock-keywords is not a string: 0
** Third arg to defvar font-lock-syntactic-keywords is not a string: 0
** Third arg to defvar font-lock-mode is not a string: 0
** Third arg to defvar font-lock-mode-hook is not a string: 0
** Third arg to defvar font-menu-ignore-scaled-fonts is not a string: 0
** Third arg to defvar font-menu-this-frame-only-p is not a string: 0
** Third arg to defvar gnuserv-mode-line-string is not a string: 0
** Third arg to defvar gnuserv-frame is not a string: 0
** Third arg to defvar three-step-help is not a string: 0
** Third arg to defvar Info-directory-list is not a string: 0
** Third arg to defvar package-get-base is not a string: 0
** Third arg to defvar package-get-package-index-file-location is not a
string: 0
** Third arg to defvar package-get-install-to-user-init-directory is not a
string: 0
** Third arg to defvar package-get-download-sites is not a string: 0
** Third arg to defvar package-get-pre-release-download-sites is not a
string: 0
** Third arg to defvar package-get-site-release-download-sites is not a
string: 0
** Third arg to defvar killed-rectangle is not a string: 0
While compiling the end of the data in file
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp/custom-defines.el:
** the function config-value-hash-table is not known to be defined.
While compiling toplevel forms in file
/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp/ffi/auto-autoloads.el:
** Third arg to defvar curl:download&-post-hook is not a string: 0
real 21m44.793s
user 19m25.310s
sys 0m25.895s
> Contents of /usr/src/sxemacs/check.err
ase-cartesian-tests.el: 94 of 94 tests successful (100%).
ase-digraph-tests.el: 20 of 20 tests successful (100%).
ase-heap-tests.el: 630 of 630 tests successful (100%).
ase-interval-tests.el: 882 of 882 tests successful (100%).
ase-metric-tests.el: 44 of 44 tests successful (100%).
ase-neighbourhood-tests.el: 102 of 102 tests successful (100%).
ase-permutation-tests.el: 6 of 6 tests successful (100%).
ase-resclass-tests.el: 66 of 66 tests successful (100%).
base64-tests.el: 1234 of 1234 tests successful (100%).
bloom-tests.el: 100 of 100 tests successful (100%).
byte-compiler-tests.el: 104 of 104 tests successful (100%).
c-tests.el: 2 of 2 tests successful (100%).
case-tests.el: 1148 of 1148 tests successful (100%).
ccl-tests.el: 4570 of 4570 tests successful (100%).
cl-loop-tests.el: 78 of 78 tests successful (100%).
database-tests.el: 20 of 20 tests successful (100%).
ent-tests.el: 22812 of 22812 tests successful (100%).
extent-tests.el: 194 of 194 tests successful (100%).
format-tests.el: 1278 of 1278 tests successful (100%).
hash-table-tests.el: 9866 of 9866 tests successful (100%).
inplace-tests.el: 28 of 28 tests successful (100%).
lisp-reader-tests.el: 46 of 46 tests successful (100%).
lisp-tests.el: 2890 of 2890 tests successful (100%).
map-tests.el: 2530 of 2530 tests successful (100%).
md5-tests.el: 56 of 56 tests successful (100%).
mule-tests.el: 226 of 226 tests successful (100%).
openssl-tests.el: 50542 of 50542 tests successful (100%).
os-tests.el: 20 of 20 tests successful (100%).
regexp-tests.el: 344 of 344 tests successful (100%).
region-tests.el: 26 of 26 tests successful (100%).
skiplist-tests.el: 40062 of 40062 tests successful (100%).
symbol-tests.el: 264 of 264 tests successful (100%).
syntax-tests.el: 64 of 64 tests successful (100%).
tag-tests.el: 6 of 6 tests successful (100%).
weak-tests.el: 48 of 48 tests successful (100%).
real 3m37.666s
user 3m21.231s
sys 0m0.889s
> Contents of /usr/src/sxemacs/install.err
Using load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp)
Using module-load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/modules)
Using load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/lisp
/usr/src/sxemacs/sxemacs--main--22.1.10/lisp)
Using module-load-path (/usr/src/sxemacs/sxemacs--main--22.1.10/=build/modules
/usr/src/sxemacs/sxemacs--main--22.1.10/modules)
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| SXEmacs - The only _______ you'll ever need. |
| Fill in the blank, yes, it's THAT good! |
|------------------------------------<steve@xxxxxxxxxxx>---|
pgpK225Rh49qS.pgp
Description: PGP signature
|