Ask a Question related to Ubuntu, Design and Development.
-
Neil Hindry #1
Ubuntu - installing software (please help)
I am new to Linux and I have a problem that I hope you can help me with. I
am using Ubuntu 5.10 (Breezy Badger).
I am trying to install a game (Ksirk) and have downloaded the source files
in a tar file. I uncompressed the file and typed ./configure as per the
instructions. When it had finished doing whatever it does it said I needed
to install c/c++ so I installed gcc using the synaptic package manager.
Now when I run ./configure it gives me the following error message:
'checking for C compiler default output file name... configure: error: C
compiler cannot create executables'
Being so new to Linux I have know idea how to fix this problem.
Can anyone please tell me how to solve this problem?
I am posting the contents of the log below so you can see it for yourself.
On a different matter I ran ls and noticed sometimes filenames had an
asterisk (*) at the end, what does it mean when there is an asterisk at the
end of a filename?
I hope you can help me.
I appreciate any help or information given.
Thanks!
Neil
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu
uname -m = i686
uname -r = 2.6.12-10-386
uname -s = Linux
uname -v = #1 Fri Apr 28 13:13:44 UTC 2006
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1561: checking build system type
configure:1579: result: i686-pc-linux-gnulibc1
configure:1587: checking host system type
configure:1601: result: i686-pc-linux-gnulibc1
configure:1609: checking target system type
configure:1623: result: i686-pc-linux-gnulibc1
configure:1670: checking for a BSD-compatible install
configure:1725: result: /usr/bin/install -c
configure:1740: checking for -p flag to install
configure:1753: result: yes
configure:1764: checking whether build environment is sane
configure:1807: result: yes
configure:1851: checking for gawk
configure:1880: result: no
configure:1851: checking for mawk
configure:1867: found /usr/bin/mawk
configure:1877: result: mawk
configure:1887: checking whether make sets $(MAKE)
configure:1911: result: no
configure:2120: checking for style of include used by make
configure:2148: result: none
configure:2295: checking for gcc
configure:2311: found /usr/bin/gcc
configure:2321: result: gcc
configure:2565: checking for C compiler version
configure:2568: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
Copyright (C) 2005 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:2571: $? = 0
configure:2573: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared
--with-system-zlib --libexecdir=/usr/lib --enable-nls
--without-included-gettext --enable-threads=posix --program-suffix=-4.0
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
configure:2576: $? = 0
configure:2578: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2581: $? = 1
configure:2604: checking for C compiler default output file name
configure:2607: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2610: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2649: error: C compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnulibc1
ac_cv_build_alias=i686-pc-linux-gnulibc1
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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_host=i686-pc-linux-gnulibc1
ac_cv_host_alias=i686-pc-linux-gnulibc1
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=no
ac_cv_target=i686-pc-linux-gnulibc1
ac_cv_target_alias=i686-pc-linux-gnulibc1
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run
aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run tar'
AR=''
ARTSCCONFIG=''
AUTOCONF='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run
autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run
autoheader'
AUTOMAKE='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run
automake-1.8'
AWK='mawk'
CC='gcc'
CCDEPMODE=''
CFLAGS=' '
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min
$(top_srcdir)/configure.in.in'
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
FRAMEWORK_COREAUDIO=''
GMSGFMT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KCFG_DEPENDENCIES=''
KCONFIG_COMPILER=''
KDECONFIG=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_NO_UNDEFINED=''
KDE_PLUGIN=''
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE=''
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE=''
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LIBCOMPAT=''
LIBCRYPT=''
LIBDL=''
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBRESOLV=''
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBTOOL=''
LIBUCB=''
LIBUTIL=''
LIBZ=''
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUTILS=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11=''
LIB_XEXT=''
LIB_XRENDER=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run
makeinfo'
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT=''
NOOPT_CFLAGS=''
NOOPT_CXXFLAGS=''
OBJEXT=''
PACKAGE='ksirk'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB=''
SET_MAKE='MAKE=make'
SHELL='/bin/sh'
STRIP=''
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS=''
USE_RTTI=''
USE_THREADS=''
VERSION='1.2beta1'
WOVERLOADED_VIRTUAL=''
XGETTEXT=''
XMLLINT=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
X_RPATH=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB=''
ac_ct_STRIP=''
all_includes=''
all_libraries=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include='#'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnulibc1'
build_alias=''
build_cpu='i686'
build_os='linux-gnulibc1'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnulibc1'
host_alias=''
host_cpu='i686'
host_os='linux-gnulibc1'
host_vendor='pc'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/wheezy/downloads/ksirk-1.2-2/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_kcfgdir=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver=''
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
kdeinitdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
prefix='/usr/local/kde'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnulibc1'
target_alias=''
target_cpu='i686'
target_os='linux-gnulibc1'
target_vendor='pc'
x_includes='NONE'
x_libraries='NONE'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "ksirk"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define VERSION "1.2beta1"
configure: exit 77
Neil Hindry Guest
-
help with flash player when installing this software
when i try to install my hp photo software for my camera, which i guess uses adobe flash player, i get this error:... -
Error installing Coldfusion on Ubuntu. Please help.
I'm attempting to get Coldfusion up and running on my development box. I found a tutorial for installing 7.01 on Debian, but I cannot get past the... -
Problem burning a bootable Ubuntu 5.10 DVD with some extra software
I tried to master my own Ubuntu 5.10 DVD, which contents the original Ubuntu 5.10 DVD and some directories with other Software. Doing it with... -
installing new sw on Ubuntu Breezy
I have installed 5.10 on my notebook Toshiba A80. It works well,I have installed mplayer and mplayerplug-in from source after setting up some... -
Installing New Symantec software
Am installing new Symantec product, it tells me to "exit all windows programs". How do I do this in XP, where is Windows Explorer? Thanks, Jim -
Neil Hindry #2
Re: Ubuntu - installing software (please help)
Thanks for all your replies so far. I have done what you suggested but now
I have another error message : 'checking for X... configure: error: Can't
find X includes. Please check your installation and add the correct paths!'
I looked at the log and I think the file confdefs.h may be missing but I may
have mis-understood the log. When I tried to install the file confdefs.h
using the command sudo apt-get install confdefs.h I got the following error
message :
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package confdefs.h
Can someone please advise me how to solve this problem?
I am again including the log for you to look at.
I hope you can help me.
I appreciate any help or information given.
Thanks!
Neil
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = ubuntu
uname -m = i686
uname -r = 2.6.12-10-386
uname -s = Linux
uname -v = #1 Fri Apr 28 13:13:44 UTC 2006
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1561: checking build system type
configure:1579: result: i686-pc-linux-gnu
configure:1587: checking host system type
configure:1601: result: i686-pc-linux-gnu
configure:1609: checking target system type
configure:1623: result: i686-pc-linux-gnu
configure:1670: checking for a BSD-compatible install
configure:1725: result: /usr/bin/install -c
configure:1740: checking for -p flag to install
configure:1753: result: yes
configure:1764: checking whether build environment is sane
configure:1807: result: yes
configure:1851: checking for gawk
configure:1880: result: no
configure:1851: checking for mawk
configure:1867: found /usr/bin/mawk
configure:1877: result: mawk
configure:1887: checking whether make sets $(MAKE)
configure:1907: result: yes
configure:2120: checking for style of include used by make
configure:2148: result: GNU
configure:2295: checking for gcc
configure:2311: found /usr/bin/gcc
configure:2321: result: gcc
configure:2565: checking for C compiler version
configure:2568: gcc --version </dev/null >&5
gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
Copyright (C) 2005 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:2571: $? = 0
configure:2573: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared
--with-system-zlib --libexecdir=/usr/lib --enable-nls
--without-included-gettext --enable-threads=posix --program-suffix=-4.0
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
configure:2576: $? = 0
configure:2578: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2581: $? = 1
configure:2604: checking for C compiler default output file name
configure:2607: gcc conftest.c >&5
configure:2610: $? = 0
configure:2656: result: a.out
configure:2661: checking whether the C compiler works
configure:2667: ./a.out
configure:2670: $? = 0
configure:2687: result: yes
configure:2694: checking whether we are cross compiling
configure:2696: result: no
configure:2699: checking for suffix of executables
configure:2701: gcc -o conftest conftest.c >&5
configure:2704: $? = 0
configure:2729: result:
configure:2735: checking for suffix of object files
configure:2756: gcc -c conftest.c >&5
configure:2759: $? = 0
configure:2781: result: o
configure:2785: checking whether we are using the GNU C compiler
configure:2809: gcc -c conftest.c >&5
configure:2815: $? = 0
configure:2819: test -z
|| test ! -s conftest.err
configure:2822: $? = 0
configure:2825: test -s conftest.o
configure:2828: $? = 0
configure:2841: result: yes
configure:2847: checking whether gcc accepts -g
configure:2868: gcc -c -g conftest.c >&5
configure:2874: $? = 0
configure:2878: test -z
|| test ! -s conftest.err
configure:2881: $? = 0
configure:2884: test -s conftest.o
configure:2887: $? = 0
configure:2898: result: yes
configure:2915: checking for gcc option to accept ANSI C
configure:2985: gcc -c conftest.c >&5
configure:2991: $? = 0
configure:2995: test -z
|| test ! -s conftest.err
configure:2998: $? = 0
configure:3001: test -s conftest.o
configure:3004: $? = 0
configure:3022: result: none needed
configure:3040: gcc -c conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:3046: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3181: checking dependency style of gcc
configure:3271: result: gcc3
configure:3294: checking how to run the C preprocessor
configure:3329: gcc -E conftest.c
configure:3335: $? = 0
configure:3367: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3373: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3412: result: gcc -E
configure:3436: gcc -E conftest.c
configure:3442: $? = 0
configure:3474: gcc -E conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3480: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3604: checking for g++
configure:3620: found /usr/bin/g++
configure:3630: result: g++
configure:3646: checking for C++ compiler version
configure:3649: g++ --version </dev/null >&5
g++ (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
Copyright (C) 2005 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:3652: $? = 0
configure:3654: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--with-gxx-include-dir=/usr/include/c++/4.0.2 --enable-shared
--with-system-zlib --libexecdir=/usr/lib --enable-nls
--without-included-gettext --enable-threads=posix --program-suffix=-4.0
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-werror --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
configure:3657: $? = 0
configure:3659: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3662: $? = 1
configure:3665: checking whether we are using the GNU C++ compiler
configure:3689: g++ -c conftest.cc >&5
configure:3695: $? = 0
configure:3699: test -z
|| test ! -s conftest.err
configure:3702: $? = 0
configure:3705: test -s conftest.o
configure:3708: $? = 0
configure:3721: result: yes
configure:3727: checking whether g++ accepts -g
configure:3748: g++ -c -g conftest.cc >&5
configure:3754: $? = 0
configure:3758: test -z
|| test ! -s conftest.err
configure:3761: $? = 0
configure:3764: test -s conftest.o
configure:3767: $? = 0
configure:3778: result: yes
configure:3820: g++ -c conftest.cc >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3865: g++ -c conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:15: error: 'exit' was not declared in this scope
configure:3871: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3820: g++ -c conftest.cc >&5
configure:3826: $? = 0
configure:3830: test -z
|| test ! -s conftest.err
configure:3833: $? = 0
configure:3836: test -s conftest.o
configure:3839: $? = 0
configure:3865: g++ -c conftest.cc >&5
configure:3871: $? = 0
configure:3875: test -z
|| test ! -s conftest.err
configure:3878: $? = 0
configure:3881: test -s conftest.o
configure:3884: $? = 0
configure:3909: checking dependency style of g++
configure:3999: result: gcc3
configure:4322: checking whether g++ supports -Wmissing-format-attribute
configure:4358: rm -rf SunWS_cache; g++ -o conftest -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -O2 -Wmissing-format-attribute conftest.cc 1>&5
cc1plus: warning: -Wmissing-format-attribute ignored without -Wformat
configure:4364: $? = 0
configure:4368: test -z
|| test ! -s conftest.err
configure:4371: $? = 0
configure:4374: test -s conftest
configure:4377: $? = 0
configure:4398: result: yes
configure:4413: checking whether g++ supports -Wundef
configure:4449: rm -rf SunWS_cache; g++ -o conftest -Wall -W -Wpointer-arith
-Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -Wundef conftest.cc 1>&5
configure:4455: $? = 0
configure:4459: test -z
|| test ! -s conftest.err
configure:4462: $? = 0
configure:4465: test -s conftest
configure:4468: $? = 0
configure:4489: result: yes
configure:4501: checking whether g++ supports -Wno-long-long
configure:4537: rm -rf SunWS_cache; g++ -o conftest -Wundef -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -Wno-long-long conftest.cc 1>&5
configure:4543: $? = 0
configure:4547: test -z
|| test ! -s conftest.err
configure:4550: $? = 0
configure:4553: test -s conftest
configure:4556: $? = 0
configure:4577: result: yes
configure:4589: checking whether g++ supports -Wnon-virtual-dtor
configure:4625: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef
-Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2
-Wformat-security -Wmissing-format-attribute -Wnon-virtual-dtor
conftest.cc 1>&5
configure:4631: $? = 0
configure:4635: test -z
|| test ! -s conftest.err
configure:4638: $? = 0
configure:4641: test -s conftest
configure:4644: $? = 0
configure:4665: result: yes
configure:4685: checking whether g++ supports -fno-exceptions
configure:4721: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute
-fno-exceptions conftest.cc 1>&5
configure:4727: $? = 0
configure:4731: test -z
|| test ! -s conftest.err
configure:4734: $? = 0
configure:4737: test -s conftest
configure:4740: $? = 0
configure:4761: result: yes
configure:4773: checking whether g++ supports -fno-check-new
configure:4809: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute
-fno-exceptions -fno-check-new conftest.cc 1>&5
configure:4815: $? = 0
configure:4819: test -z
|| test ! -s conftest.err
configure:4822: $? = 0
configure:4825: test -s conftest
configure:4828: $? = 0
configure:4849: result: yes
configure:4861: checking whether g++ supports -fno-common
configure:4897: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute
-fno-exceptions -fno-check-new -fno-common conftest.cc 1>&5
configure:4903: $? = 0
configure:4907: test -z
|| test ! -s conftest.err
configure:4910: $? = 0
configure:4913: test -s conftest
configure:4916: $? = 0
configure:4937: result: yes
configure:4949: checking whether g++ supports -fexceptions
configure:4985: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute
-fno-exceptions -fno-check-new -fno-common -fexceptions conftest.cc 1>&5
configure:4991: $? = 0
configure:4995: test -z
|| test ! -s conftest.err
configure:4998: $? = 0
configure:5001: test -s conftest
configure:5004: $? = 0
configure:5025: result: yes
configure:5686: checking how to run the C++ preprocessor
configure:5717: g++ -E conftest.cc
configure:5723: $? = 0
configure:5755: g++ -E conftest.cc
conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory
configure:5761: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5800: result: g++ -E
configure:5824: g++ -E conftest.cc
configure:5830: $? = 0
configure:5862: g++ -E conftest.cc
conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory
configure:5868: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5916: checking whether g++ supports -O0
configure:5952: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute
-fno-exceptions -fno-check-new -fno-common -O0 conftest.cc 1>&5
configure:5958: $? = 0
configure:5962: test -z
|| test ! -s conftest.err
configure:5965: $? = 0
configure:5968: test -s conftest
configure:5971: $? = 0
configure:5992: result: yes
configure:6047: checking whether g++ supports -Wl,--no-undefined
configure:6083: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute
-fno-exceptions -fno-check-new -fno-common -Wl,--no-undefined conftest.cc
1>&5
configure:6089: $? = 0
configure:6093: test -z
|| test ! -s conftest.err
configure:6096: $? = 0
configure:6099: test -s conftest
configure:6102: $? = 0
configure:6123: result: yes
configure:6127: checking whether g++ supports -Wl,--allow-shlib-undefined
configure:6163: rm -rf SunWS_cache; g++ -o conftest -Wnon-virtual-dtor
-Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute
-fno-exceptions -fno-check-new -fno-common -Wl,--allow-shlib-undefined
conftest.cc 1>&5
configure:6169: $? = 0
configure:6173: test -z
|| test ! -s conftest.err
configure:6176: $? = 0
configure:6179: test -s conftest
configure:6182: $? = 0
configure:6203: result: yes
configure:6313: result: not using lib directory suffix
configure:6358: checking for a sed that does not truncate output
configure:6412: result: /bin/sed
configure:6415: checking for egrep
configure:6425: result: grep -E
configure:6441: checking for ld used by gcc
configure:6508: result: /usr/bin/ld
configure:6517: checking if the linker (/usr/bin/ld) is GNU ld
configure:6532: result: yes
configure:6537: checking for /usr/bin/ld option to reload object files
configure:6544: result: -r
configure:6553: checking for BSD-compatible nm
configure:6595: result: /usr/bin/nm -B
configure:6599: checking whether ln -s works
configure:6603: result: yes
configure:6610: checking how to recognise dependent libraries
configure:6813: result: pass_all
configure:7023: checking for ANSI C header files
configure:7048: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7054: $? = 0
configure:7058: test -z
|| test ! -s conftest.err
configure:7061: $? = 0
configure:7064: test -s conftest.o
configure:7067: $? = 0
configure:7156: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
conftest.c: In function 'main':
conftest.c:32: warning: implicit declaration of function 'exit'
conftest.c:32: warning: incompatible implicit declaration of built-in
function 'exit'
configure:7159: $? = 0
configure:7161: ./conftest
configure:7164: $? = 0
configure:7179: result: yes
configure:7203: checking for sys/types.h
configure:7219: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7225: $? = 0
configure:7229: test -z
|| test ! -s conftest.err
configure:7232: $? = 0
configure:7235: test -s conftest.o
configure:7238: $? = 0
configure:7249: result: yes
configure:7203: checking for sys/stat.h
configure:7219: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7225: $? = 0
configure:7229: test -z
|| test ! -s conftest.err
configure:7232: $? = 0
configure:7235: test -s conftest.o
configure:7238: $? = 0
configure:7249: result: yes
configure:7203: checking for stdlib.h
configure:7219: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7225: $? = 0
configure:7229: test -z
|| test ! -s conftest.err
configure:7232: $? = 0
configure:7235: test -s conftest.o
configure:7238: $? = 0
configure:7249: result: yes
configure:7203: checking for string.h
configure:7219: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7225: $? = 0
configure:7229: test -z
|| test ! -s conftest.err
configure:7232: $? = 0
configure:7235: test -s conftest.o
configure:7238: $? = 0
configure:7249: result: yes
configure:7203: checking for memory.h
configure:7219: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7225: $? = 0
configure:7229: test -z
|| test ! -s conftest.err
configure:7232: $? = 0
configure:7235: test -s conftest.o
configure:7238: $? = 0
configure:7249: result: yes
configure:7203: checking for strings.h
configure:7219: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7225: $? = 0
configure:7229: test -z
|| test ! -s conftest.err
configure:7232: $? = 0
configure:7235: test -s conftest.o
configure:7238: $? = 0
configure:7249: result: yes
configure:7203: checking for inttypes.h
configure:7219: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7225: $? = 0
configure:7229: test -z
|| test ! -s conftest.err
configure:7232: $? = 0
configure:7235: test -s conftest.o
configure:7238: $? = 0
configure:7249: result: yes
configure:7203: checking for stdint.h
configure:7219: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7225: $? = 0
configure:7229: test -z
|| test ! -s conftest.err
configure:7232: $? = 0
configure:7235: test -s conftest.o
configure:7238: $? = 0
configure:7249: result: yes
configure:7203: checking for unistd.h
configure:7219: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7225: $? = 0
configure:7229: test -z
|| test ! -s conftest.err
configure:7232: $? = 0
configure:7235: test -s conftest.o
configure:7238: $? = 0
configure:7249: result: yes
configure:7275: checking dlfcn.h usability
configure:7287: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:7293: $? = 0
configure:7297: test -z
|| test ! -s conftest.err
configure:7300: $? = 0
configure:7303: test -s conftest.o
configure:7306: $? = 0
configure:7316: result: yes
configure:7320: checking dlfcn.h presence
configure:7330: gcc -E conftest.c
configure:7336: $? = 0
configure:7356: result: yes
configure:7391: checking for dlfcn.h
configure:7398: result: yes
configure:7462: checking for g77
configure:7491: result: no
configure:7462: checking for f77
configure:7491: result: no
configure:7462: checking for xlf
configure:7491: result: no
configure:7462: checking for frt
configure:7491: result: no
configure:7462: checking for pgf77
configure:7491: result: no
configure:7462: checking for fort77
configure:7491: result: no
configure:7462: checking for fl32
configure:7491: result: no
configure:7462: checking for af77
configure:7491: result: no
configure:7462: checking for f90
configure:7491: result: no
configure:7462: checking for xlf90
configure:7491: result: no
configure:7462: checking for pgf90
configure:7491: result: no
configure:7462: checking for epcf90
configure:7491: result: no
configure:7462: checking for f95
configure:7491: result: no
configure:7462: checking for fort
configure:7491: result: no
configure:7462: checking for xlf95
configure:7491: result: no
configure:7462: checking for ifc
configure:7491: result: no
configure:7462: checking for efc
configure:7491: result: no
configure:7462: checking for pgf95
configure:7491: result: no
configure:7462: checking for lf95
configure:7491: result: no
configure:7462: checking for gfortran
configure:7491: result: no
configure:7503: checking for Fortran 77 compiler version
configure:7506: --version </dev/null >&5
../configure: line 7507: --version: command not found
configure:7509: $? = 127
configure:7511: -v </dev/null >&5
../configure: line 7512: -v: command not found
configure:7514: $? = 127
configure:7516: -V </dev/null >&5
../configure: line 7517: -V: command not found
configure:7519: $? = 127
configure:7527: checking whether we are using the GNU Fortran 77 compiler
configure:7541: -c conftest.F >&5
../configure: line 7542: -c: command not found
configure:7547: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:7573: result: no
configure:7579: checking whether accepts -g
configure:7591: -c -g conftest.f >&5
../configure: line 7592: -c: command not found
configure:7597: $? = 127
configure: failed program was:
| program main
|
| end
configure:7622: result: no
configure:7652: checking the maximum length of command line arguments
configure:7711: result: 32768
configure:7722: checking command to parse /usr/bin/nm -B output from gcc
object
configure:7811: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
conftest.c:5: warning: no previous prototype for 'nm_test_func'
configure:7814: $? = 0
configure:7818: /usr/bin/nm -B conftest.o \| sed -n -e
's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z
[_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:7821: $? = 0
configure:7873: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c conftstm.o >&5
configure:7876: $? = 0
configure:7914: result: ok
configure:7918: checking for objdir
configure:7933: result: .libs
configure:8023: checking for ar
configure:8039: found /usr/bin/ar
configure:8050: result: ar
configure:8103: checking for ranlib
configure:8119: found /usr/bin/ranlib
configure:8130: result: ranlib
configure:8183: checking for strip
configure:8199: found /usr/bin/strip
configure:8210: result: strip
configure:8472: checking if gcc static flag works
configure:8495: result: yes
configure:8517: checking if gcc supports -fno-rtti -fno-exceptions
configure:8535: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -fno-rtti
-fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but
not for C
configure:8539: $? = 0
configure:8550: result: no
configure:8565: checking for gcc option to produce PIC
configure:8742: result: -fPIC
configure:8750: checking if gcc PIC flag -fPIC works
configure:8768: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -fPIC
-DPIC conftest.c >&5
configure:8772: $? = 0
configure:8783: result: yes
configure:8807: checking if gcc supports -c -o file.o
configure:8835: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -o
out/conftest2.o conftest.c >&5
configure:8839: $? = 0
configure:8856: result: yes
configure:8882: checking whether the gcc linker (/usr/bin/ld) supports
shared libraries
configure:9683: result: yes
configure:9709: checking whether -lc should be explicitly linked in
configure:9714: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:9717: $? = 0
configure:9731: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:9734: $? = 0
configure:9746: result: no
configure:9754: checking dynamic linker characteristics
configure:10272: result: GNU/Linux ld.so
configure:10276: checking how to hardcode library paths into programs
configure:10301: result: immediate
configure:10315: checking whether stripping libraries is possible
configure:10320: result: yes
configure:10446: checking for shl_load
configure:10503: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
/tmp/ccwNbUMt.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `shl_load'
/tmp/ccwNbUMt.o:(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:10509: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares
shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shl_load;
| ;
| return 0;
| }
configure:10534: result: no
configure:10539: checking for shl_load in -ldld
configure:10569: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10575: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:10601: result: no
configure:10606: checking for dlopen
configure:10663: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
/tmp/ccwlMd5K.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `dlopen'
/tmp/ccwlMd5K.o:(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:10669: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares
dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dlopen;
| ;
| return 0;
| }
configure:10694: result: no
configure:10699: checking for dlopen in -ldl
configure:10729: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -ldl >&5
configure:10735: $? = 0
configure:10739: test -z
|| test ! -s conftest.err
configure:10742: $? = 0
configure:10745: test -s conftest
configure:10748: $? = 0
configure:10761: result: yes
configure:10936: checking whether a program can dlopen itself
configure:11008: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
-DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:10991: warning: no previous prototype for 'fnord'
configure: In function 'fnord':
configure:10991: warning: unused variable 'i'
configure: In function 'main':
configure:11004: warning: implicit declaration of function 'exit'
configure:11004: warning: incompatible implicit declaration of built-in
function 'exit'
configure:11011: $? = 0
configure:11029: result: yes
configure:11034: checking whether a statically linked program can dlopen
itself
configure:11106: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
-DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure:11089: warning: no previous prototype for 'fnord'
configure: In function 'fnord':
configure:11089: warning: unused variable 'i'
configure: In function 'main':
configure:11102: warning: implicit declaration of function 'exit'
configure:11102: warning: incompatible implicit declaration of built-in
function 'exit'
configure:11109: $? = 0
configure:11127: result: yes
configure:11150: checking if libtool supports shared libraries
configure:11152: result: yes
configure:11155: checking whether to build shared libraries
configure:11202: result: yes
configure:11205: checking whether to build static libraries
configure:11209: result: no
configure:11300: creating libtool
configure:11844: checking for ld used by g++
configure:11911: result: /usr/bin/ld
configure:11920: checking if the linker (/usr/bin/ld) is GNU ld
configure:11935: result: yes
configure:11986: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:12789: result: yes
configure:12811: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
conftest.cc >&5
configure:12814: $? = 0
configure:12910: checking for g++ option to produce PIC
configure:13162: result: -fPIC
configure:13170: checking if g++ PIC flag -fPIC works
configure:13188: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
-fPIC -DPIC conftest.cc >&5
configure:13192: $? = 0
configure:13203: result: yes
configure:13227: checking if g++ supports -c -o file.o
configure:13255: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o
out/conftest2.o conftest.cc >&5
configure:13259: $? = 0
configure:13276: result: yes
configure:13302: checking whether the g++ linker (/usr/bin/ld) supports
shared libraries
configure:13327: result: yes
configure:13398: checking dynamic linker characteristics
configure:13916: result: GNU/Linux ld.so
configure:13920: checking how to hardcode library paths into programs
configure:13945: result: immediate
configure:13959: checking whether stripping libraries is possible
configure:13964: result: yes
configure:14090: checking for shl_load
configure:14178: result: no
configure:14183: checking for shl_load in -ldld
configure:14245: result: no
configure:14250: checking for dlopen
configure:14338: result: no
configure:14343: checking for dlopen in -ldl
configure:14405: result: yes
configure:14580: checking whether a program can dlopen itself
configure:14673: result: yes
configure:14678: checking whether a statically linked program can dlopen
itself
configure:14771: result: yes
configure:21085: checking for msgfmt
configure:21112: result: /usr/bin/msgfmt
configure:21121: checking for gmsgfmt
configure:21152: result: /usr/bin/msgfmt
configure:21171: checking for xgettext
configure:21198: result: /usr/bin/xgettext
configure:21311: checking if C++ programs can be compiled
configure:21340: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -fno-check-new -fno-common conftest.cc >&5
configure:21346: $? = 0
configure:21350: test -z
|| test ! -s conftest.err
configure:21353: $? = 0
configure:21356: test -s conftest.o
configure:21359: $? = 0
configure:21373: result: yes
configure:21403: checking for strlcat
configure:21451: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
-pedantic-errors conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:38: error: 'strlcat' was not declared in this scope
configure:21457: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| /* end confdefs.h. */
|
|
| #include <string.h>
|
|
| int
| main ()
| {
|
| char buf[20];
| buf[0]='\0';
| strlcat(buf, "KDE function test", sizeof(buf));
|
|
| ;
| return 0;
| }
configure:21492: result: no
configure:21495: checking if strlcat needs custom prototype
configure:21599: result: yes - in libkdefakes
configure:21624: checking for strlcpy
configure:21671: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
-pedantic-errors conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:37: error: 'strlcpy' was not declared in this scope
configure:21677: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| /* end confdefs.h. */
|
|
| #include <string.h>
|
|
| int
| main ()
| {
|
| char buf[20];
| strlcpy(buf, "KDE function test", sizeof(buf));
|
|
| ;
| return 0;
| }
configure:21712: result: no
configure:21715: checking if strlcpy needs custom prototype
configure:21818: result: yes - in libkdefakes
configure:21842: checking for main in -lutil
configure:21866: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -lutil >&5
configure:21872: $? = 0
configure:21876: test -z
|| test ! -s conftest.err
configure:21879: $? = 0
configure:21882: test -s conftest
configure:21885: $? = 0
configure:21898: result: yes
configure:21904: checking for main in -lcompat
configure:21928: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -lcompat >&5
/usr/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure:21934: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| main ();
| ;
| return 0;
| }
configure:21960: result: no
configure:21967: checking for crypt in -lcrypt
configure:21997: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -lcrypt >&5
configure:22003: $? = 0
configure:22007: test -z
|| test ! -s conftest.err
configure:22010: $? = 0
configure:22013: test -s conftest
configure:22016: $? = 0
configure:22029: result: yes
configure:22123: checking for socklen_t
configure:22162: g++ -c -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W
-Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common
conftest.cc >&5
configure:22168: $? = 0
configure:22172: test -z
|| test ! -s conftest.err
configure:22175: $? = 0
configure:22178: test -s conftest.o
configure:22181: $? = 0
configure:22253: result: socklen_t
configure:22269: checking for dnet_ntoa in -ldnet
configure:22299: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -ldnet >&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:22305: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
| ;
| return 0;
| }
configure:22331: result: no
configure:22338: checking for dnet_ntoa in -ldnet_stub
configure:22368: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -ldnet_stub >&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure:22374: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
| ;
| return 0;
| }
configure:22400: result: no
configure:22407: checking for inet_ntoa
configure:22464: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:22470: $? = 0
configure:22474: test -z
|| test ! -s conftest.err
configure:22477: $? = 0
configure:22480: test -s conftest
configure:22483: $? = 0
configure:22495: result: yes
configure:22568: checking for connect
configure:22625: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:22631: $? = 0
configure:22635: test -z
|| test ! -s conftest.err
configure:22638: $? = 0
configure:22641: test -s conftest
configure:22644: $? = 0
configure:22656: result: yes
configure:22730: checking for remove
configure:22787: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:22793: $? = 0
configure:22797: test -z
|| test ! -s conftest.err
configure:22800: $? = 0
configure:22803: test -s conftest
configure:22806: $? = 0
configure:22818: result: yes
configure:22893: checking for shmat
configure:22950: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:22956: $? = 0
configure:22960: test -z
|| test ! -s conftest.err
configure:22963: $? = 0
configure:22966: test -s conftest
configure:22969: $? = 0
configure:22981: result: yes
configure:23064: checking for sys/types.h
configure:23069: result: yes
configure:23064: checking for stdint.h
configure:23069: result: yes
configure:23211: checking for poll in -lpoll
configure:23241: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -lpoll >&5
/usr/bin/ld: cannot find -lpoll
collect2: ld returned 1 exit status
configure:23247: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char poll ();
| int
| main ()
| {
| poll ();
| ;
| return 0;
| }
configure:23273: result: no
configure:23291: checking CoreAudio/CoreAudio.h usability
configure:23303: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
conftest.c:65:33: error: CoreAudio/CoreAudio.h: No such file or directory
configure:23309: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CoreAudio/CoreAudio.h>
configure:23332: result: no
configure:23336: checking CoreAudio/CoreAudio.h presence
configure:23346: gcc -E conftest.c
conftest.c:31:33: error: CoreAudio/CoreAudio.h: No such file or directory
configure:23352: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <CoreAudio/CoreAudio.h>
configure:23372: result: no
configure:23407: checking for CoreAudio/CoreAudio.h
configure:23414: result: no
configure:23432: checking if res_init needs -lresolv
configure:23459: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -lresolv >&5
configure:23465: $? = 0
configure:23469: test -z
|| test ! -s conftest.err
configure:23472: $? = 0
configure:23475: test -s conftest
configure:23478: $? = 0
configure:23482: result: yes
configure:23503: checking if res_init is available
configure:23528: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:23534: $? = 0
configure:23538: test -z
|| test ! -s conftest.err
configure:23541: $? = 0
configure:23544: test -s conftest.o
configure:23547: $? = 0
configure:23550: result: yes
configure:23573: checking for killpg in -lucb
configure:23603: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -lucb >&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure:23609: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char killpg ();
| int
| main ()
| {
| killpg ();
| ;
| return 0;
| }
configure:23635: result: no
configure:23718: checking for int
configure:23742: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:23748: $? = 0
configure:23752: test -z
|| test ! -s conftest.err
configure:23755: $? = 0
configure:23758: test -s conftest.o
configure:23761: $? = 0
configure:23772: result: yes
configure:23775: checking size of int
configure:24094: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
conftest.c:67: warning: no previous prototype for 'longval'
conftest.c:68: warning: no previous prototype for 'ulongval'
configure:24097: $? = 0
configure:24099: ./conftest
configure:24102: $? = 0
configure:24125: result: 4
configure:24131: checking for short
configure:24155: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:24161: $? = 0
configure:24165: test -z
|| test ! -s conftest.err
configure:24168: $? = 0
configure:24171: test -s conftest.o
configure:24174: $? = 0
configure:24185: result: yes
configure:24188: checking size of short
configure:24507: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
conftest.c:68: warning: no previous prototype for 'longval'
conftest.c:69: warning: no previous prototype for 'ulongval'
configure:24510: $? = 0
configure:24512: ./conftest
configure:24515: $? = 0
configure:24538: result: 2
configure:24544: checking for long
configure:24568: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:24574: $? = 0
configure:24578: test -z
|| test ! -s conftest.err
configure:24581: $? = 0
configure:24584: test -s conftest.o
configure:24587: $? = 0
configure:24598: result: yes
configure:24601: checking size of long
configure:24920: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
conftest.c:69: warning: no previous prototype for 'longval'
conftest.c:70: warning: no previous prototype for 'ulongval'
configure:24923: $? = 0
configure:24925: ./conftest
configure:24928: $? = 0
configure:24951: result: 4
configure:24957: checking for char *
configure:24981: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:24987: $? = 0
configure:24991: test -z
|| test ! -s conftest.err
configure:24994: $? = 0
configure:24997: test -s conftest.o
configure:25000: $? = 0
configure:25011: result: yes
configure:25014: checking size of char *
configure:25333: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
conftest.c:70: warning: no previous prototype for 'longval'
conftest.c:71: warning: no previous prototype for 'ulongval'
configure:25336: $? = 0
configure:25338: ./conftest
configure:25341: $? = 0
configure:25364: result: 4
configure:25372: checking for dlopen in -ldl
configure:25434: result: yes
configure:25444: checking for shl_unload in -ldld
configure:25474: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -ldld >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:25480: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_unload ();
| int
| main ()
| {
| shl_unload ();
| ;
| return 0;
| }
configure:25506: result: no
configure:25521: checking for size_t
configure:25545: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:25551: $? = 0
configure:25555: test -z
|| test ! -s conftest.err
configure:25558: $? = 0
configure:25561: test -s conftest.o
configure:25564: $? = 0
configure:25575: result: yes
configure:25578: checking size of size_t
configure:25897: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
conftest.c:71: warning: no previous prototype for 'longval'
conftest.c:72: warning: no previous prototype for 'ulongval'
configure:25900: $? = 0
configure:25902: ./conftest
configure:25905: $? = 0
configure:25928: result: 4
configure:25935: checking for unsigned long
configure:25959: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:25965: $? = 0
configure:25969: test -z
|| test ! -s conftest.err
configure:25972: $? = 0
configure:25975: test -s conftest.o
configure:25978: $? = 0
configure:25989: result: yes
configure:25992: checking size of unsigned long
configure:26311: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
conftest.c:72: warning: no previous prototype for 'longval'
conftest.c:73: warning: no previous prototype for 'ulongval'
configure:26314: $? = 0
configure:26316: ./conftest
configure:26319: $? = 0
configure:26342: result: 4
configure:26350: checking sizeof size_t == sizeof unsigned long
configure:26372: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:26378: $? = 0
configure:26382: test -z
|| test ! -s conftest.err
configure:26385: $? = 0
configure:26388: test -s conftest.o
configure:26391: $? = 0
configure:26393: result: yes
configure:26431: checking crt_externs.h usability
configure:26443: gcc -c -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
conftest.c:73:25: error: crt_externs.h: No such file or directory
configure:26449: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:26472: result: no
configure:26476: checking crt_externs.h presence
configure:26486: gcc -E conftest.c
conftest.c:39:25: error: crt_externs.h: No such file or directory
configure:26492: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| /* end confdefs.h. */
| #include <crt_externs.h>
configure:26512: result: no
configure:26547: checking for crt_externs.h
configure:26554: result: no
configure:26567: checking for _NSGetEnviron
configure:26624: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
/tmp/ccWwzL44.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `_NSGetEnviron'
/tmp/ccWwzL44.o:(.data+0x0): undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:26630: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| /* end confdefs.h. */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h>
declares _NSGetEnviron.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define _NSGetEnviron innocuous__NSGetEnviron
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _NSGetEnviron (); 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 _NSGetEnviron
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char _NSGetEnviron ();
| /* 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__NSGetEnviron) || defined (__stub____NSGetEnviron)
| choke me
| #else
| char (*f) () = _NSGetEnviron;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _NSGetEnviron;
| ;
| return 0;
| }
configure:26655: result: no
configure:26677: checking for vsnprintf
configure:26734: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:26740: $? = 0
configure:26744: test -z
|| test ! -s conftest.err
configure:26747: $? = 0
configure:26750: test -s conftest
configure:26753: $? = 0
configure:26765: result: yes
configure:26677: checking for snprintf
configure:26734: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c >&5
configure:26740: $? = 0
configure:26744: test -z
|| test ! -s conftest.err
configure:26747: $? = 0
configure:26750: test -s conftest
configure:26753: $? = 0
configure:26765: result: yes
configure:26812: checking for X
configure:26850: gcc -E conftest.c
conftest.c:41:27: error: X11/Intrinsic.h: No such file or directory
configure:26856: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
| #include <X11/Intrinsic.h>
configure:26947: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow
-Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute
conftest.c -lXt >&5
conftest.c: In function 'main':
conftest.c:45: warning: implicit declaration of function 'XtMalloc'
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure:26953: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "ksirk"
| #define VERSION "1.2beta1"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| XtMalloc()
| ;
| return 0;
| }
configure:27088: error: Can't find X includes. Please check your
installation and add the correct paths!
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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_f77_compiler_gnu=no
ac_cv_func__NSGetEnviron=no
ac_cv_func_connect=yes
ac_cv_func_dlopen=no
ac_cv_func_inet_ntoa=yes
ac_cv_func_remove=yes
ac_cv_func_shl_load=no
ac_cv_func_shmat=yes
ac_cv_func_snprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_dlfcn=yes
ac_cv_header_CoreAudio_CoreAudio_h=no
ac_cv_header_crt_externs_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_compat_main=no
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_dld_shl_unload=no
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_dnet_stub_dnet_ntoa=no
ac_cv_lib_poll_poll=no
ac_cv_lib_ucb_killpg=no
ac_cv_lib_util_main=yes
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char_p=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_unsigned_long=4
ac_cv_socklen_t=socklen_t
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_char_p=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_short=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
kde_cv_func_strlcat=no
kde_cv_func_strlcpy=no
kde_cv_prog_cxx_O0=yes
kde_cv_prog_cxx_Wl___allow_shlib_undefined=yes
kde_cv_prog_cxx_Wl___no_undefined=yes
kde_cv_prog_cxx_Wmissing_format_attribute=yes
kde_cv_prog_cxx_Wno_long_long=yes
kde_cv_prog_cxx_Wnon_virtual_dtor=yes
kde_cv_prog_cxx_Wundef=yes
kde_cv_prog_cxx_fexceptions=yes
kde_cv_prog_cxx_fno_check_new=yes
kde_cv_prog_cxx_fno_common=yes
kde_cv_prog_cxx_fno_exceptions=yes
kde_cv_proto_strlcat='yes - in libkdefakes'
kde_cv_proto_strlcpy='yes - in libkdefakes'
kde_cv_stl_works=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.5.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW
[ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/
{"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int
\1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW
[ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3
\\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^:
\\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST]
\\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .*
\\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run
aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run tar'
AR='ar'
ARTSCCONFIG=''
AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run
autoheader'
AUTOMAKE='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run
automake-1.8'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith
-Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2
-Wformat-security -Wmissing-format-attribute'
CONF_FILES=' $(top_srcdir)/./admin/configure.in.min
$(top_srcdir)/configure.in.in'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith
-Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align
-Wconversion -Wchar-subscripts -O2 -Wformat-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common'
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOPIDLNG=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FRAMEWORK_COREAUDIO=''
GMSGFMT='/usr/bin/msgfmt'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KCFG_DEPENDENCIES=''
KCONFIG_COMPILER=''
KDECONFIG=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS=''
KDE_NO_UNDEFINED='-Wl,--no-undefined -Wl,--allow-shlib-undefined'
KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_NO_UNDEFINED)
$(KDE_RPATH) $(KDE_MT_LDFLAGS)'
KDE_RPATH=''
KDE_USE_CLOSURE_FALSE=''
KDE_USE_CLOSURE_TRUE='#'
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE='#'
KDE_USE_NMCHECK_FALSE=''
KDE_USE_NMCHECK_TRUE='#'
KDE_XSL_STYLESHEET=''
LDFLAGS=''
LIBCOMPAT=''
LIBCRYPT='-lcrypt'
LIBDL='-ldl'
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBPTHREAD=''
LIBRESOLV='-lresolv'
LIBS=''
LIBSM=''
LIBSOCKET=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LIBUCB=''
LIBUTIL='-lutil'
LIBZ=''
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPIM=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_KUTILS=''
LIB_POLL=''
LIB_QPE=''
LIB_QT=''
LIB_SMB=''
LIB_X11=''
LIB_XEXT=''
LIB_XRENDER=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/wheezy/downloads/ksirk-1.2-2/admin/missing --run
makeinfo'
MCOPIDL=''
MEINPROC=''
MOC=''
MSGFMT='/usr/bin/msgfmt'
NOOPT_CFLAGS='-O0'
NOOPT_CXXFLAGS='-O0'
OBJEXT='o'
PACKAGE='ksirk'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL=''
QTE_NORTTI=''
QT_INCLUDES=''
QT_LDFLAGS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TOPSUBDIRS=''
UIC=''
UIC_TR=''
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS='-fexceptions'
USE_RTTI=''
USE_THREADS=''
VERSION='1.2beta1'
WOVERLOADED_VIRTUAL=''
XGETTEXT='/usr/bin/xgettext'
XMLLINT=''
X_EXTRA_LIBS=''
X_INCLUDES=''
X_LDFLAGS=''
X_PRE_LIBS=''
X_RPATH=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
all_includes=''
all_libraries=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
include_ARTS_FALSE=''
include_ARTS_TRUE=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/wheezy/downloads/ksirk-1.2-2/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_kcfgdir=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver='3'
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
kdeinitdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
prefix='/usr/local/kde'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
x_includes='NONE'
x_libraries='NONE'
xdg_appsdir=''
xdg_directorydir=''
xdg_menudir=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_CRYPT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_RES_INIT 1
#define HAVE_RES_INIT 1
#define HAVE_SGI_STL 1
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define KDELIBSUFF ""
#define PACKAGE "ksirk"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_CHAR_P 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 4
#define SIZEOF_UNSIGNED_LONG 4
#define STDC_HEADERS 1
#define VERSION "1.2beta1"
#define ksize_t socklen_t
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
> On Mon, 15 May 2006 12:49:47 +0100, Neil Hindry wrote:
>>>> I am new to Linux and I have a problem that I hope you can help me with.
>> I am using Ubuntu 5.10 (Breezy Badger).
>>
>> I am trying to install a game (Ksirk) and have downloaded the source
>> files
>> in a tar file. I uncompressed the file and typed ./configure as per the
>> instructions. When it had finished doing whatever it does it said I
>> needed to install c/c++ so I installed gcc using the synaptic package
>> manager.
>>
>> Now when I run ./configure it gives me the following error message:
>> 'checking for C compiler default output file name... configure: error: C
>> compiler cannot create executables'
>> Being so new to Linux I have know idea how to fix this problem.
>> Can anyone please tell me how to solve this problem?
>>
>>
> Have you tried running synaptic to see if the package is available in
> 'deb' format. If you can find it there, it will probably solve all your
> problems to install from the repositories.Neil Hindry Guest



Reply With Quote

