💾 Archived View for runjimmyrunrunyoufuckerrun.com › src › foreign › abcmidi › config.log captured on 2021-12-17 at 13:26:06.

View Raw

More Information

-=-=-=-=-=-=-

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

It was created by abcmidi configure 2011-08-03, which was
generated by GNU Autoconf 2.67.  Invocation command line was

  $ ./configure 

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

hostname = seymour-VirtualBox
uname -m = x86_64
uname -r = 5.4.0-51-generic
uname -s = Linux
uname -v = #56-Ubuntu SMP Mon Oct 5 14:28:49 UTC 2020

/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: /home/seymour/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
PATH: /snap/bin
PATH: /usr/local/bin
PATH: /home/seymour/jdk1.6.0_02/bin
PATH: /home/seymour/bin
PATH: .


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

configure:2174: checking for gcc
configure:2190: found /usr/bin/gcc
configure:2201: result: gcc
configure:2430: checking for C compiler version
configure:2439: gcc --version >&5
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 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:2450: $? = 0
configure:2439: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) 
configure:2450: $? = 0
configure:2439: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2450: $? = 1
configure:2439: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2450: $? = 1
configure:2470: checking whether the C compiler works
configure:2492: gcc    conftest.c  >&5
configure:2496: $? = 0
configure:2544: result: yes
configure:2547: checking for C compiler default output file name
configure:2549: result: a.out
configure:2555: checking for suffix of executables
configure:2562: gcc -o conftest    conftest.c  >&5
configure:2566: $? = 0
configure:2588: result: 
configure:2610: checking whether we are cross compiling
configure:2618: gcc -o conftest    conftest.c  >&5
configure:2622: $? = 0
configure:2629: ./conftest
configure:2633: $? = 0
configure:2621: result: no
configure:2626: checking for suffix of object files
configure:2648: gcc -c   conftest.c >&5
configure:2652: $? = 0
configure:2673: result: o
configure:2677: checking whether we are using the GNU C compiler
configure:2696: gcc -c   conftest.c >&5
configure:2696: $? = 0
configure:2705: result: yes
configure:2714: checking whether gcc accepts -g
configure:2734: gcc -c -g  conftest.c >&5
configure:2734: $? = 0
configure:2775: result: yes
configure:2792: checking for gcc option to accept ISO C89
configure:2856: gcc  -c -g -O2  conftest.c >&5
configure:2856: $? = 0
configure:2869: result: none needed
configure:2947: checking for a BSD-compatible install
configure:3015: result: /usr/bin/install -c
configure:3030: checking for main in -lm
configure:3049: gcc -o conftest  -O2   conftest.c -lm   >&5
configure:3049: $? = 0
configure:3058: result: yes
configure:3076: checking how to run the C preprocessor
configure:3107: gcc -E  conftest.c
configure:3107: $? = 0
configure:3121: gcc -E  conftest.c
conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
   10 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3121: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "abcmidi"
| #define PACKAGE_TARNAME "abcmidi"
| #define PACKAGE_VERSION "2011-08-03"
| #define PACKAGE_STRING "abcmidi 2011-08-03"
| #define PACKAGE_BUGREPORT "fy733@ncf.ca"
| #define PACKAGE_URL ""
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3146: result: gcc -E
configure:3166: gcc -E  conftest.c
configure:3166: $? = 0
configure:3180: gcc -E  conftest.c
conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
   10 | #include <ac_nonexistent.h>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3180: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "abcmidi"
| #define PACKAGE_TARNAME "abcmidi"
| #define PACKAGE_VERSION "2011-08-03"
| #define PACKAGE_STRING "abcmidi 2011-08-03"
| #define PACKAGE_BUGREPORT "fy733@ncf.ca"
| #define PACKAGE_URL ""
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3209: checking for grep that handles long lines and -e
configure:3267: result: /bin/grep
configure:3272: checking for egrep
configure:3334: result: /bin/grep -E
configure:3339: checking for ANSI C header files
configure:3359: gcc -c  -O2  conftest.c >&5
configure:3359: $? = 0
configure:3432: gcc -o conftest  -O2   conftest.c -lm  >&5
configure:3432: $? = 0
configure:3432: ./conftest
configure:3432: $? = 0
configure:3443: result: yes
configure:3456: checking for sys/types.h
configure:3456: gcc -c  -O2  conftest.c >&5
configure:3456: $? = 0
configure:3456: result: yes
configure:3456: checking for sys/stat.h
configure:3456: gcc -c  -O2  conftest.c >&5
configure:3456: $? = 0
configure:3456: result: yes
configure:3456: checking for stdlib.h
configure:3456: gcc -c  -O2  conftest.c >&5
configure:3456: $? = 0
configure:3456: result: yes
configure:3456: checking for string.h
configure:3456: gcc -c  -O2  conftest.c >&5
configure:3456: $? = 0
configure:3456: result: yes
configure:3456: checking for memory.h
configure:3456: gcc -c  -O2  conftest.c >&5
configure:3456: $? = 0
configure:3456: result: yes
configure:3456: checking for strings.h
configure:3456: gcc -c  -O2  conftest.c >&5
configure:3456: $? = 0
configure:3456: result: yes
configure:3456: checking for inttypes.h
configure:3456: gcc -c  -O2  conftest.c >&5
configure:3456: $? = 0
configure:3456: result: yes
configure:3456: checking for stdint.h
configure:3456: gcc -c  -O2  conftest.c >&5
configure:3456: $? = 0
configure:3456: result: yes
configure:3456: checking for unistd.h
configure:3456: gcc -c  -O2  conftest.c >&5
configure:3456: $? = 0
configure:3456: result: yes
configure:3471: checking for stdlib.h
configure:3471: result: yes
configure:3471: checking for string.h
configure:3471: result: yes
configure:3483: checking for size_t
configure:3483: gcc -c  -O2  conftest.c >&5
configure:3483: $? = 0
configure:3483: gcc -c  -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:58:21: error: expected expression before ')' token
   58 | if (sizeof ((size_t)))
      |                     ^
configure:3483: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "abcmidi"
| #define PACKAGE_TARNAME "abcmidi"
| #define PACKAGE_VERSION "2011-08-03"
| #define PACKAGE_STRING "abcmidi 2011-08-03"
| #define PACKAGE_BUGREPORT "fy733@ncf.ca"
| #define PACKAGE_URL ""
| #define HAVE_LIBM 1
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:3483: result: yes
configure:3496: checking for error_at_line
configure:3512: gcc -o conftest  -O2   conftest.c -lm  >&5
configure:3512: $? = 0
configure:3520: result: yes
configure:3533: checking for stdlib.h
configure:3533: result: yes
configure:3543: checking for GNU libc compatible malloc
configure:3567: gcc -o conftest  -O2   conftest.c -lm  >&5
configure:3567: $? = 0
configure:3567: ./conftest
configure:3567: $? = 0
configure:3577: result: yes
configure:3601: checking for strcasecmp
configure:3601: gcc -o conftest  -O2   conftest.c -lm  >&5
conftest.c:47:6: warning: conflicting types for built-in function 'strcasecmp'; expected 'int(const char *, const char *)' [-Wbuiltin-declaration-mismatch]
   47 | char strcasecmp ();
      |      ^~~~~~~~~~
configure:3601: $? = 0
configure:3601: result: yes
configure:3601: checking for strchr
configure:3601: gcc -o conftest  -O2   conftest.c -lm  >&5
conftest.c:48:6: warning: conflicting types for built-in function 'strchr'; expected 'char *(const char *, int)' [-Wbuiltin-declaration-mismatch]
   48 | char strchr ();
      |      ^~~~~~
conftest.c:36:1: note: 'strchr' is declared in header '<string.h>'
   35 | # include <limits.h>
   36 | #else
configure:3601: $? = 0
configure:3601: result: yes
configure:3708: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by abcmidi config.status 2011-08-03, which was
generated by GNU Autoconf 2.67.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on seymour-VirtualBox

config.status:813: creating Makefile
config.status:813: creating config.h

## ---------------- ##
## 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_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_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_malloc_0_nonnull=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=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_lib_error_at_line=yes
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_type_size_t=yes

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

CC='gcc'
CFLAGS=' -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='fy733@ncf.ca'
PACKAGE_NAME='abcmidi'
PACKAGE_STRING='abcmidi 2011-08-03'
PACKAGE_TARNAME='abcmidi'
PACKAGE_URL=''
PACKAGE_VERSION='2011-08-03'
PATH_SEPARATOR=':'
SHELL='/bin/bash'
ac_ct_CC='gcc'
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'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
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 "abcmidi"
#define PACKAGE_TARNAME "abcmidi"
#define PACKAGE_VERSION "2011-08-03"
#define PACKAGE_STRING "abcmidi 2011-08-03"
#define PACKAGE_BUGREPORT "fy733@ncf.ca"
#define PACKAGE_URL ""
#define HAVE_LIBM 1
#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_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1

configure: exit 0