morse-wip/config.log

327 wiersze
9.8 KiB
Plaintext

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by morse configure 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = X301
uname -m = i686
uname -r = 3.8.0-26-generic
uname -s = Linux
uname -v = #38-Ubuntu SMP Mon Jun 17 21:46:08 UTC 2013
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib/i386-linux-gnu/qt4/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1936: checking for a BSD-compatible install
configure:2004: result: /usr/bin/install -c
configure:2015: checking whether build environment is sane
configure:2065: result: yes
configure:2206: checking for a thread-safe mkdir -p
configure:2245: result: /bin/mkdir -p
configure:2258: checking for gawk
configure:2274: found /usr/bin/gawk
configure:2285: result: gawk
configure:2296: checking whether make sets $(MAKE)
configure:2318: result: yes
configure:2451: checking for gcc
configure:2467: found /usr/bin/gcc
configure:2478: result: gcc
configure:2707: checking for C compiler version
configure:2716: gcc --version >&5
gcc (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3
Copyright (C) 2012 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:2727: $? = 0
configure:2716: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.7/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.7.3-1ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs --enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.7 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --with-system-zlib --enable-objc-gc --enable-targets=all --with-cloog --enable-cloog-backend=ppl --disable-cloog-version-check --disable-ppl-version-check --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1)
configure:2727: $? = 0
configure:2716: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2727: $? = 4
configure:2716: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:2727: $? = 4
configure:2747: checking whether the C compiler works
configure:2769: gcc conftest.c >&5
configure:2773: $? = 0
configure:2821: result: yes
configure:2824: checking for C compiler default output file name
configure:2826: result: a.out
configure:2832: checking for suffix of executables
configure:2839: gcc -o conftest conftest.c >&5
configure:2843: $? = 0
configure:2865: result:
configure:2887: checking whether we are cross compiling
configure:2895: gcc -o conftest conftest.c >&5
configure:2899: $? = 0
configure:2906: ./conftest
configure:2910: $? = 0
configure:2925: result: no
configure:2930: checking for suffix of object files
configure:2952: gcc -c conftest.c >&5
configure:2956: $? = 0
configure:2977: result: o
configure:2981: checking whether we are using the GNU C compiler
configure:3000: gcc -c conftest.c >&5
configure:3000: $? = 0
configure:3009: result: yes
configure:3018: checking whether gcc accepts -g
configure:3038: gcc -c -g conftest.c >&5
configure:3038: $? = 0
configure:3079: result: yes
configure:3096: checking for gcc option to accept ISO C89
configure:3159: gcc -c -g -O2 conftest.c >&5
configure:3159: $? = 0
configure:3172: result: none needed
configure:3203: checking for style of include used by make
configure:3231: result: GNU
configure:3257: checking dependency style of gcc
configure:3368: result: gcc3
configure:3384: checking whether gcc and cc understand -c and -o together
configure:3415: gcc -c conftest.c -o conftest2.o >&5
configure:3419: $? = 0
configure:3425: gcc -c conftest.c -o conftest2.o >&5
configure:3429: $? = 0
configure:3440: cc -c conftest.c >&5
configure:3444: $? = 0
configure:3452: cc -c conftest.c -o conftest2.o >&5
configure:3456: $? = 0
configure:3462: cc -c conftest.c -o conftest2.o >&5
configure:3466: $? = 0
configure:3484: result: yes
configure:3513: checking for main in -lf2c
configure:3532: gcc -o conftest -g -O2 conftest.c -lf2c >&5
configure:3532: $? = 0
configure:3541: result: yes
configure:3553: checking for main in -lm
configure:3572: gcc -o conftest -g -O2 conftest.c -lm -lf2c >&5
configure:3572: $? = 0
configure:3581: result: yes
configure:3600: checking for sqrt
configure:3600: gcc -o conftest -g -O2 conftest.c -lm -lf2c >&5
conftest.c:36:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
configure:3600: $? = 0
configure:3600: result: yes
configure:3742: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by morse config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on X301
config.status:838: creating Makefile
config.status:838: creating config.h
config.status:1019: config.h is unchanged
config.status:1067: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_sqrt=yes
ac_cv_lib_f2c_main=yes
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/mauri/Projects/morse/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AUTOCONF='${SHELL} /home/mauri/Projects/morse/missing --run autoconf'
AUTOHEADER='${SHELL} /home/mauri/Projects/morse/missing --run autoheader'
AUTOMAKE='${SHELL} /home/mauri/Projects/morse/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm -lf2c '
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/mauri/Projects/morse/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='morse'
PACKAGE_BUGREPORT='http://ag1le.blogspot.com'
PACKAGE_NAME='morse'
PACKAGE_STRING='morse 1.0'
PACKAGE_TARNAME='morse'
PACKAGE_URL=''
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='1.0'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/mauri/Projects/morse/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "morse"
#define PACKAGE_TARNAME "morse"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "morse 1.0"
#define PACKAGE_BUGREPORT "http://ag1le.blogspot.com"
#define PACKAGE_URL ""
#define PACKAGE "morse"
#define VERSION "1.0"
#define HAVE_LIBF2C 1
#define HAVE_LIBM 1
#define HAVE_SQRT 1
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by morse config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status Makefile depfiles
on X301
config.status:838: creating Makefile
config.status:1067: executing depfiles commands