No subject


Wed May 6 18:25:41 EDT 2015


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

configure:1381: checking for a BSD-compatible install
configure:1436: result: /usr/bin/install -c
configure:1447: checking whether build environment is sane
configure:1490: result: yes
configure:1523: checking for gawk
configure:1539: found /usr/bin/gawk
configure:1549: result: gawk
configure:1559: checking whether make sets $(MAKE)
configure:1579: result: yes
configure:1770: checking build system type
configure:1788: result: i586-pc-linux-gnu
configure:1796: checking host system type
configure:1810: result: i586-pc-linux-gnu
configure:1875: checking for gcc
configure:1891: found /usr/bin/gcc
configure:1901: result: gcc
configure:2145: checking for C compiler version
configure:2148: gcc --version </dev/null >&5
gcc (GCC) 3.3.4 (Debian 1:3.3.4-7)
Copyright (C) 2003 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:2151: $? = 0
configure:2153: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specs
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--with-system-zlib --enable-nls --without-included-gettext 
--enable-__cxa_atexit --enable-clocale=gnu --enable-debug 
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.4 (Debian 1:3.3.4-7)
configure:2156: $? = 0
configure:2158: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2161: $? = 1
configure:2184: checking for C compiler default output file name
configure:2187: gcc    conftest.c  >&5
configure:2190: $? = 0
configure:2236: result: a.out
configure:2241: checking whether the C compiler works
configure:2247: ./a.out
configure:2250: $? = 0
configure:2267: result: yes
configure:2274: checking whether we are cross compiling
configure:2276: result: no
configure:2279: checking for suffix of executables
configure:2281: gcc -o conftest    conftest.c  >&5
configure:2284: $? = 0
configure:2309: result:
configure:2315: checking for suffix of object files
configure:2336: gcc -c   conftest.c >&5
configure:2339: $? = 0
configure:2361: result: o
configure:2365: checking whether we are using the GNU C compiler
configure:2389: gcc -c   conftest.c >&5
configure:2395: $? = 0
configure:2398: test -z              || test ! -s conftest.err
configure:2401: $? = 0
configure:2404: test -s conftest.o
configure:2407: $? = 0
configure:2420: result: yes
configure:2426: checking whether gcc accepts -g
configure:2447: gcc -c -g  conftest.c >&5
configure:2453: $? = 0
configure:2456: test -z              || test ! -s conftest.err
configure:2459: $? = 0
configure:2462: test -s conftest.o
configure:2465: $? = 0
configure:2476: result: yes
configure:2493: checking for gcc option to accept ANSI C
configure:2563: gcc  -c -g -O2  conftest.c >&5
configure:2569: $? = 0
configure:2572: test -z              || test ! -s conftest.err
configure:2575: $? = 0
configure:2578: test -s conftest.o
configure:2581: $? = 0
configure:2599: result: none needed
configure:2617: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2623: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2764: checking for style of include used by make
configure:2792: result: GNU
configure:2820: checking dependency style of gcc
configure:2903: result: gcc3
configure:2925: checking how to run the C preprocessor
configure:2960: gcc -E  conftest.c
configure:2966: $? = 0
configure:2998: gcc -E  conftest.c
conftest.c:13:28: ac_nonexistent.h: No such file or directory
configure:3004: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "xastir"
| #define PACKAGE_TARNAME "xastir"
| #define PACKAGE_VERSION "1.4.1"
| #define PACKAGE_STRING "xastir 1.4.1"
| #define PACKAGE_BUGREPORT "xastir at xastir.org"
| #define PACKAGE "xastir"
| #define VERSION "1.4.1"
| #define XASTIR_TOCALL "APX141"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3043: result: gcc -E
configure:3067: gcc -E  conftest.c
configure:3073: $? = 0
configure:3105: gcc -E  conftest.c
conftest.c:13:28: ac_nonexistent.h: No such file or directory
configure:3111: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "xastir"
| #define PACKAGE_TARNAME "xastir"
| #define PACKAGE_VERSION "1.4.1"
| #define PACKAGE_STRING "xastir 1.4.1"
| #define PACKAGE_BUGREPORT "xastir at xastir.org"
| #define PACKAGE "xastir"
| #define VERSION "1.4.1"
| #define XASTIR_TOCALL "APX141"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3167: checking for a BSD-compatible install
configure:3222: result: /usr/bin/install -c
configure:3233: checking whether ln -s works
configure:3237: result: yes
configure:3244: checking whether make sets $(MAKE)
configure:3264: result: yes
configure:3277: checking for gawk
configure:3303: result: gawk
configure:3317: checking for devices
configure:3346: result: found /dev/ttyS0 and /dev/ttyS1
configure:3352: checking for search paths
configure:3363: result: done
configure:3516: checking for the pthreads library -lpthreads
configure:3554: gcc -o conftest -g -O2  -I/usr/local/include  
-L/usr/local/lib  conftest.c -lpthreads  >&5
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:3560: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "xastir"
| #define PACKAGE_TARNAME "xastir"
| #define PACKAGE_VERSION "1.4.1"
| #define PACKAGE_STRING "xastir 1.4.1"
| #define PACKAGE_BUGREPORT "xastir at xastir.org"
| #define PACKAGE "xastir"
| #define VERSION "1.4.1"
| #define XASTIR_TOCALL "APX141"
| #define _GNU_SOURCE 1
| #define TNC_PORT "/dev/ttyS0"
| #define GPS_PORT "/dev/ttyS1"
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:3586: result: no
configure:3505: checking whether pthreads work without any flags
configure:3554: gcc -o conftest -g -O2  -I/usr/local/include  
-L/usr/local/lib  conftest.c   >&5
/tmp/ccUKnRz3.o(.text+0x19): In function `main':
/home/kc4zgq/xastir/conftest.c:19: undefined reference to `pthread_join'
/tmp/ccUKnRz3.o(.text+0x39):/home/kc4zgq/xastir/conftest.c:20: undefined 
reference to `_pthread_cleanup_push'
/tmp/ccUKnRz3.o(.text+0x57):/home/kc4zgq/xastir/conftest.c:21: undefined 
reference to `pthread_create'
/tmp/ccUKnRz3.o(.text+0x65):/home/kc4zgq/xastir/conftest.c:21: undefined 
reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:3560: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "xastir"
| #define PACKAGE_TARNAME "xastir"
| #define PACKAGE_VERSION "1.4.1"
| #define PACKAGE_STRING "xastir 1.4.1"
| #define PACKAGE_BUGREPORT "xastir at xastir.org"
| #define PACKAGE "xastir"
| #define VERSION "1.4.1"
| #define XASTIR_TOCALL "APX141"
| #define _GNU_SOURCE 1
| #define TNC_PORT "/dev/ttyS0"
| #define GPS_PORT "/dev/ttyS1"
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:3586: result: no
configure:3510: checking whether pthreads work with -Kthread
configure:3554: gcc -o conftest -g -O2 -Kthread -I/usr/local/include  
-L/usr/local/lib  conftest.c   >&5
gcc: unrecognized option `-Kthread'
/tmp/ccpMSYBq.o(.text+0x19): In function `main':
/home/kc4zgq/xastir/conftest.c:19: undefined reference to `pthread_join'
/tmp/ccpMSYBq.o(.text+0x39):/home/kc4zgq/xastir/conftest.c:20: undefined 
reference to `_pthread_cleanup_push'
/tmp/ccpMSYBq.o(.text+0x57):/home/kc4zgq/xastir/conftest.c:21: undefined 
reference to `pthread_create'
/tmp/ccpMSYBq.o(.text+0x65):/home/kc4zgq/xastir/conftest.c:21: undefined 
reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:3560: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "xastir"
| #define PACKAGE_TARNAME "xastir"
| #define PACKAGE_VERSION "1.4.1"
| #define PACKAGE_STRING "xastir 1.4.1"
| #define PACKAGE_BUGREPORT "xastir at xastir.org"
| #define PACKAGE "xastir"
| #define VERSION "1.4.1"
| #define XASTIR_TOCALL "APX141"
| #define _GNU_SOURCE 1
| #define TNC_PORT "/dev/ttyS0"
| #define GPS_PORT "/dev/ttyS1"
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:3586: result: no
configure:3510: checking whether pthreads work with -kthread
configure:3554: gcc -o conftest -g -O2 -kthread -I/usr/local/include  
-L/usr/local/lib  conftest.c   >&5
gcc: unrecognized option `-kthread'
/tmp/ccu0reo2.o(.text+0x19): In function `main':
/home/kc4zgq/xastir/conftest.c:19: undefined reference to `pthread_join'
/tmp/ccu0reo2.o(.text+0x39):/home/kc4zgq/xastir/conftest.c:20: undefined 
reference to `_pthread_cleanup_push'
/tmp/ccu0reo2.o(.text+0x57):/home/kc4zgq/xastir/conftest.c:21: undefined 
reference to `pthread_create'
/tmp/ccu0reo2.o(.text+0x65):/home/kc4zgq/xastir/conftest.c:21: undefined 
reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:3560: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "xastir"
| #define PACKAGE_TARNAME "xastir"
| #define PACKAGE_VERSION "1.4.1"
| #define PACKAGE_STRING "xastir 1.4.1"
| #define PACKAGE_BUGREPORT "xastir at xastir.org"
| #define PACKAGE "xastir"
| #define VERSION "1.4.1"
| #define XASTIR_TOCALL "APX141"
| #define _GNU_SOURCE 1
| #define TNC_PORT "/dev/ttyS0"
| #define GPS_PORT "/dev/ttyS1"
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:3586: result: no
configure:3516: checking for the pthreads library -llthread
configure:3554: gcc -o conftest -g -O2  -I/usr/local/include  
-L/usr/local/lib  conftest.c -llthread  >&5
/usr/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:3560: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "xastir"
| #define PACKAGE_TARNAME "xastir"
| #define PACKAGE_VERSION "1.4.1"
| #define PACKAGE_STRING "xastir 1.4.1"
| #define PACKAGE_BUGREPORT "xastir at xastir.org"
| #define PACKAGE "xastir"
| #define VERSION "1.4.1"
| #define XASTIR_TOCALL "APX141"
| #define _GNU_SOURCE 1
| #define TNC_PORT "/dev/ttyS0"
| #define GPS_PORT "/dev/ttyS1"
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:3586: result: no
configure:3510: checking whether pthreads work with -pthread
configure:3554: gcc -o conftest -g -O2 -pthread -I/usr/local/include  
-L/usr/local/lib  conftest.c   >&5
configure:3560: $? = 0
configure:3563: test -z              || test ! -s conftest.err
configure:3566: $? = 0
configure:3569: test -s conftest
configure:3572: $? = 0
configure:3586: result: yes
configure:3606: checking for joinable pthread attribute
configure:3624: gcc -o conftest -g -O2 -pthread -I/usr/local/include  
-L/usr/local/lib  conftest.c   >&5
configure:3630: $? = 0
configure:3633: test -z              || test ! -s conftest.err
configure:3636: $? = 0
configure:3639: test -s conftest
configure:3642: $? = 0
configure:3707: result: PTHREAD_CREATE_JOINABLE
configure:3714: checking if more special flags are required for pthreads
configure:3721: result: no
configure:3733: checking for cc_r
configure:3760: result: gcc
configure:3797: checking for compiler flags
configure:3834: result: using -g -O2 -pipe -Wall -pthread
configure:3840: checking for system
configure:3878: result: Linux
configure:3920: checking for wget
configure:3938: found /usr/bin/wget
configure:3951: result: /usr/bin/wget
configure:3973: checking for convert
configure:3991: found /usr/bin/convert
configure:4004: result: /usr/bin/convert
configure:4026: checking for lpr
configure:4044: found /usr/bin/lpr
configure:4057: result: /usr/bin/lpr
configure:4079: checking for gv
configure:4097: found /usr/X11R6/bin/gv
configure:4110: result: /usr/X11R6/bin/gv
configure:4132: checking for cp
configure:4150: found /bin/cp
configure:4163: result: /bin/cp
configure:4185: checking for cat
configure:4203: found /bin/cat
configure:4216: result: /bin/cat
configure:4239: checking for festival
configure:4270: result: no
configure:4294: checking for gpsman
configure:4312: found /usr/bin/gpsman
configure:4325: result: /usr/bin/gpsman
configure:4381: checking for X
configure:4487: gcc -E -I/usr/local/include  conftest.c
conftest.c:33:27: X11/Intrinsic.h: No such file or directory
configure:4493: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "xastir"
| #define PACKAGE_TARNAME "xastir"
| #define PACKAGE_VERSION "1.4.1"
| #define PACKAGE_STRING "xastir 1.4.1"
| #define PACKAGE_BUGREPORT "xastir at xastir.org"
| #define PACKAGE "xastir"
| #define VERSION "1.4.1"
| #define XASTIR_TOCALL "APX141"
| #define _GNU_SOURCE 1
| #define TNC_PORT "/dev/ttyS0"
| #define GPS_PORT "/dev/ttyS1"
| #define HAVE_PTHREAD 1
| #define XASTIR_SYSTEM "Linux"
| #define HAVE_WGET 1
| #define WGET_PATH "/usr/bin/wget"
| #define HAVE_CONVERT 1
| #define CONVERT_PATH "/usr/bin/convert"
| #define HAVE_LPR 1
| #define LPR_PATH "/usr/bin/lpr"
| #define HAVE_GV 1
| #define GV_PATH "/usr/X11R6/bin/gv"
| #define HAVE_CP 1
| #define CP_PATH "/bin/cp"
| #define HAVE_CAT 1
| #define CAT_PATH "/bin/cat"
| #define HAVE_GPSMAN 1
| #define GPSMAN_PATH "/usr/bin/gpsman"
| #define HAVE_ERROR_POPUPS 1
| #define STIPPLE 1
| /* end confdefs.h.  */
| #include <X11/Intrinsic.h>
configure:4601: result: no
configure:5760: error: *** No X11!  Install X-Windows development 
headers/libraries! ***

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

ac_cv_build=i586-pc-linux-gnu
ac_cv_build_alias=i586-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_have_x=have_x=no
ac_cv_host=i586-pc-linux-gnu
ac_cv_host_alias=i586-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_cat=/bin/cat
ac_cv_path_convert=/usr/bin/convert
ac_cv_path_cp=/bin/cp
ac_cv_path_festival=no
ac_cv_path_gpsman=/usr/bin/gpsman
ac_cv_path_gv=/usr/X11R6/bin/gv
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lpr=/usr/bin/lpr
ac_cv_path_wget=/usr/bin/wget
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_PTHREAD_CC=gcc
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3

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

ACLOCAL='${SHELL} /home/kc4zgq/xastir/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/kc4zgq/xastir/missing --run tar'
AUTOCONF='${SHELL} /home/kc4zgq/xastir/missing --run autoconf'
AUTOHEADER='${SHELL} /home/kc4zgq/xastir/missing --run autoheader'
AUTOMAKE='${SHELL} /home/kc4zgq/xastir/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -pipe -Wall -pthread'
CPP='gcc -E'
CPPFLAGS='-I/usr/local/include '
CYGPATH_W='echo'
DAVIS_FALSE=''
DAVIS_TRUE=''
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS='-L/usr/local/lib '
LIBCOMPAT=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/kc4zgq/xastir/missing --run makeinfo'
OBJEXT='o'
PACKAGE='xastir'
PACKAGE_BUGREPORT='xastir at xastir.org'
PACKAGE_NAME='xastir'
PACKAGE_STRING='xastir 1.4.1'
PACKAGE_TARNAME='xastir'
PACKAGE_VERSION='1.4.1'
PATH_SEPARATOR=':'
POW_LIB=''
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.4.1'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i586-pc-linux-gnu'
build_alias=''
build_cpu='i586'
build_os='linux-gnu'
build_vendor='pc'
cat='/bin/cat'
convert='/usr/bin/convert'
cp='/bin/cp'
datadir='${prefix}/share'
exec_prefix='NONE'
festival='no'
gpsman='/usr/bin/gpsman'
gv='/usr/X11R6/bin/gv'
host='i586-pc-linux-gnu'
host_alias=''
host_cpu='i586'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/kc4zgq/xastir/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
lpr='/usr/bin/lpr'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
use_imagemagick=''
wget='/usr/bin/wget'

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

#define CAT_PATH "/bin/cat"
#define CONVERT_PATH "/usr/bin/convert"
#define CP_PATH "/bin/cp"
#define GPSMAN_PATH "/usr/bin/gpsman"
#define GPS_PORT "/dev/ttyS1"
#define GV_PATH "/usr/X11R6/bin/gv"
#define HAVE_CAT 1
#define HAVE_CONVERT 1
#define HAVE_CP 1
#define HAVE_ERROR_POPUPS 1
#define HAVE_GPSMAN 1
#define HAVE_GV 1
#define HAVE_LPR 1
#define HAVE_PTHREAD 1
#define HAVE_WGET 1
#define LPR_PATH "/usr/bin/lpr"
#define PACKAGE "xastir"
#define PACKAGE_BUGREPORT "xastir at xastir.org"
#define PACKAGE_NAME "xastir"
#define PACKAGE_STRING "xastir 1.4.1"
#define PACKAGE_TARNAME "xastir"
#define PACKAGE_VERSION "1.4.1"
#define STIPPLE 1
#define TNC_PORT "/dev/ttyS0"
#define VERSION "1.4.1"
#define WGET_PATH "/usr/bin/wget"
#define XASTIR_SYSTEM "Linux"
#define XASTIR_TOCALL "APX141"
#define X_DISPLAY_MISSING 1
#define _GNU_SOURCE 1

configure: exit 1




More information about the Xastir mailing list