Blame | Last modification | View Log | RSS feed
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by nec2c configure 0.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = linuxhost
uname -m = x86_64
uname -r = 4.19.0-19-amd64
uname -s = Linux
uname -v = #1 SMP Debian 4.19.232-1 (2022-03-07)
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/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/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2452: checking build system type
configure:2466: result: x86_64-pc-linux-gnu
configure:2486: checking host system type
configure:2499: result: x86_64-pc-linux-gnu
configure:2519: checking target system type
configure:2532: result: x86_64-pc-linux-gnu
configure:2574: checking for a BSD-compatible install
configure:2642: result: /usr/bin/install -c
configure:2653: checking whether build environment is sane
configure:2708: result: yes
configure:2857: checking for a thread-safe mkdir -p
configure:2896: result: /usr/bin/mkdir -p
configure:2903: checking for gawk
configure:2919: found /usr/bin/gawk
configure:2930: result: gawk
configure:2941: checking whether make sets $(MAKE)
configure:2963: result: yes
configure:2992: checking whether make supports nested variables
configure:3009: result: yes
configure:3127: checking whether to enable maintainer-specific portions of Makefiles
configure:3136: result: no
configure:3200: checking for gcc
configure:3216: found /usr/bin/gcc
configure:3227: result: gcc
configure:3456: checking for C compiler version
configure:3465: gcc --version >&5
gcc (Debian 8.3.0-6) 8.3.0
Copyright (C) 2018 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:3476: $? = 0
configure:3465: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --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-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --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 --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 8.3.0 (Debian 8.3.0-6)
configure:3476: $? = 0
configure:3465: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3476: $? = 1
configure:3465: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3476: $? = 1
configure:3496: checking whether the C compiler works
configure:3518: gcc conftest.c >&5
configure:3522: $? = 0
configure:3570: result: yes
configure:3573: checking for C compiler default output file name
configure:3575: result: a.out
configure:3581: checking for suffix of executables
configure:3588: gcc -o conftest conftest.c >&5
configure:3592: $? = 0
configure:3614: result:
configure:3636: checking whether we are cross compiling
configure:3644: gcc -o conftest conftest.c >&5
configure:3648: $? = 0
configure:3655: ./conftest
configure:3659: $? = 0
configure:3647: result: no
configure:3652: checking for suffix of object files
configure:3674: gcc -c conftest.c >&5
configure:3678: $? = 0
configure:3699: result: o
configure:3703: checking whether we are using the GNU C compiler
configure:3722: gcc -c conftest.c >&5
configure:3722: $? = 0
configure:3731: result: yes
configure:3740: checking whether gcc accepts -g
configure:3760: gcc -c -g conftest.c >&5
configure:3760: $? = 0
configure:3801: result: yes
configure:3818: checking for gcc option to accept ISO C89
configure:3881: gcc -c -g -O2 conftest.c >&5
configure:3881: $? = 0
configure:3894: result: none needed
configure:3919: checking whether gcc understands -c and -o together
configure:3941: gcc -c conftest.c -o conftest2.o
configure:3944: $? = 0
configure:3941: gcc -c conftest.c -o conftest2.o
configure:3944: $? = 0
configure:3956: result: yes
configure:3976: checking whether make supports the include directive
configure:3991: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3994: $? = 0
configure:4013: result: yes (GNU style)
configure:4038: checking dependency style of gcc
configure:4149: result: gcc3
configure:4207: checking for ranlib
configure:4223: found /usr/bin/ranlib
configure:4234: result: ranlib
configure:4299: checking for ar
configure:4315: found /usr/bin/ar
configure:4326: result: ar
configure:4350: checking for main in -lm
configure:4369: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:4369: $? = 0
configure:4378: result: yes
configure:4395: checking for floor
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:33:6: warning: conflicting types for built-in function 'floor' [-Wbuiltin-declaration-mismatch]
char floor ();
^~~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for pow
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:34:6: warning: conflicting types for built-in function 'pow' [-Wbuiltin-declaration-mismatch]
char pow ();
^~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for exp
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:35:6: warning: conflicting types for built-in function 'exp' [-Wbuiltin-declaration-mismatch]
char exp ();
^~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for sqrt
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:36:6: warning: conflicting types for built-in function 'sqrt' [-Wbuiltin-declaration-mismatch]
char sqrt ();
^~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for log10
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:37:6: warning: conflicting types for built-in function 'log10' [-Wbuiltin-declaration-mismatch]
char log10 ();
^~~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for log
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:38:6: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch]
char log ();
^~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for cos
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:39:6: warning: conflicting types for built-in function 'cos' [-Wbuiltin-declaration-mismatch]
char cos ();
^~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for sin
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:40:6: warning: conflicting types for built-in function 'sin' [-Wbuiltin-declaration-mismatch]
char sin ();
^~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for acos
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:41:6: warning: conflicting types for built-in function 'acos' [-Wbuiltin-declaration-mismatch]
char acos ();
^~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for asin
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:42:6: warning: conflicting types for built-in function 'asin' [-Wbuiltin-declaration-mismatch]
char asin ();
^~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for tan
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:43:6: warning: conflicting types for built-in function 'tan' [-Wbuiltin-declaration-mismatch]
char tan ();
^~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for atan
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:44:6: warning: conflicting types for built-in function 'atan' [-Wbuiltin-declaration-mismatch]
char atan ();
^~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for sinh
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:45:6: warning: conflicting types for built-in function 'sinh' [-Wbuiltin-declaration-mismatch]
char sinh ();
^~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for cosh
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:46:6: warning: conflicting types for built-in function 'cosh' [-Wbuiltin-declaration-mismatch]
char cosh ();
^~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for tanh
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:47:6: warning: conflicting types for built-in function 'tanh' [-Wbuiltin-declaration-mismatch]
char tanh ();
^~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for fabs
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:48:6: warning: conflicting types for built-in function 'fabs' [-Wbuiltin-declaration-mismatch]
char fabs ();
^~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for modf
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:49:6: warning: conflicting types for built-in function 'modf' [-Wbuiltin-declaration-mismatch]
char modf ();
^~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for atan2
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:50:6: warning: conflicting types for built-in function 'atan2' [-Wbuiltin-declaration-mismatch]
char atan2 ();
^~~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for jn
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:51:6: warning: conflicting types for built-in function 'jn' [-Wbuiltin-declaration-mismatch]
char jn ();
^~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for yn
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:52:6: warning: conflicting types for built-in function 'yn' [-Wbuiltin-declaration-mismatch]
char yn ();
^~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for erf
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:53:6: warning: conflicting types for built-in function 'erf' [-Wbuiltin-declaration-mismatch]
char erf ();
^~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for erfc
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:54:6: warning: conflicting types for built-in function 'erfc' [-Wbuiltin-declaration-mismatch]
char erfc ();
^~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for round
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:55:6: warning: conflicting types for built-in function 'round' [-Wbuiltin-declaration-mismatch]
char round ();
^~~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for trunc
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:56:6: warning: conflicting types for built-in function 'trunc' [-Wbuiltin-declaration-mismatch]
char trunc ();
^~~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for acosh
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:57:6: warning: conflicting types for built-in function 'acosh' [-Wbuiltin-declaration-mismatch]
char acosh ();
^~~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for asinh
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:58:6: warning: conflicting types for built-in function 'asinh' [-Wbuiltin-declaration-mismatch]
char asinh ();
^~~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for strdup
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:59:6: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch]
char strdup ();
^~~~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for strerror
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:4395: $? = 0
configure:4395: result: yes
configure:4395: checking for strchr
configure:4395: gcc -o conftest -g -O2 conftest.c -lm >&5
conftest.c:61:6: warning: conflicting types for built-in function 'strchr' [-Wbuiltin-declaration-mismatch]
char strchr ();
^~~~~~
configure:4395: $? = 0
configure:4395: result: yes
configure:4410: checking how to run the C preprocessor
configure:4441: gcc -E conftest.c
configure:4441: $? = 0
configure:4455: gcc -E conftest.c
conftest.c:39:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4455: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nec2c"
| #define PACKAGE_TARNAME "nec2c"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "nec2c 0.9"
| #define PACKAGE_BUGREPORT "mjtrangoni@gmail.com"
| #define PACKAGE_URL ""
| #define HAVE_LIBM 1
| #define HAVE_FLOOR 1
| #define HAVE_POW 1
| #define HAVE_EXP 1
| #define HAVE_SQRT 1
| #define HAVE_LOG10 1
| #define HAVE_LOG 1
| #define HAVE_COS 1
| #define HAVE_SIN 1
| #define HAVE_ACOS 1
| #define HAVE_ASIN 1
| #define HAVE_TAN 1
| #define HAVE_ATAN 1
| #define HAVE_SINH 1
| #define HAVE_COSH 1
| #define HAVE_TANH 1
| #define HAVE_FABS 1
| #define HAVE_MODF 1
| #define HAVE_ATAN2 1
| #define HAVE_JN 1
| #define HAVE_YN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_ROUND 1
| #define HAVE_TRUNC 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4480: result: gcc -E
configure:4500: gcc -E conftest.c
configure:4500: $? = 0
configure:4514: gcc -E conftest.c
conftest.c:39:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4514: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nec2c"
| #define PACKAGE_TARNAME "nec2c"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "nec2c 0.9"
| #define PACKAGE_BUGREPORT "mjtrangoni@gmail.com"
| #define PACKAGE_URL ""
| #define HAVE_LIBM 1
| #define HAVE_FLOOR 1
| #define HAVE_POW 1
| #define HAVE_EXP 1
| #define HAVE_SQRT 1
| #define HAVE_LOG10 1
| #define HAVE_LOG 1
| #define HAVE_COS 1
| #define HAVE_SIN 1
| #define HAVE_ACOS 1
| #define HAVE_ASIN 1
| #define HAVE_TAN 1
| #define HAVE_ATAN 1
| #define HAVE_SINH 1
| #define HAVE_COSH 1
| #define HAVE_TANH 1
| #define HAVE_FABS 1
| #define HAVE_MODF 1
| #define HAVE_ATAN2 1
| #define HAVE_JN 1
| #define HAVE_YN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_ROUND 1
| #define HAVE_TRUNC 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4543: checking for grep that handles long lines and -e
configure:4601: result: /usr/bin/grep
configure:4606: checking for egrep
configure:4668: result: /usr/bin/grep -E
configure:4673: checking for ANSI C header files
configure:4693: gcc -c -g -O2 conftest.c >&5
configure:4693: $? = 0
configure:4766: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:4766: $? = 0
configure:4766: ./conftest
configure:4766: $? = 0
configure:4777: result: yes
configure:4790: checking for sys/types.h
configure:4790: gcc -c -g -O2 conftest.c >&5
configure:4790: $? = 0
configure:4790: result: yes
configure:4790: checking for sys/stat.h
configure:4790: gcc -c -g -O2 conftest.c >&5
configure:4790: $? = 0
configure:4790: result: yes
configure:4790: checking for stdlib.h
configure:4790: gcc -c -g -O2 conftest.c >&5
configure:4790: $? = 0
configure:4790: result: yes
configure:4790: checking for string.h
configure:4790: gcc -c -g -O2 conftest.c >&5
configure:4790: $? = 0
configure:4790: result: yes
configure:4790: checking for memory.h
configure:4790: gcc -c -g -O2 conftest.c >&5
configure:4790: $? = 0
configure:4790: result: yes
configure:4790: checking for strings.h
configure:4790: gcc -c -g -O2 conftest.c >&5
configure:4790: $? = 0
configure:4790: result: yes
configure:4790: checking for inttypes.h
configure:4790: gcc -c -g -O2 conftest.c >&5
configure:4790: $? = 0
configure:4790: result: yes
configure:4790: checking for stdint.h
configure:4790: gcc -c -g -O2 conftest.c >&5
configure:4790: $? = 0
configure:4790: result: yes
configure:4790: checking for unistd.h
configure:4790: gcc -c -g -O2 conftest.c >&5
configure:4790: $? = 0
configure:4790: result: yes
configure:4807: checking complex.h usability
configure:4807: gcc -c -g -O2 conftest.c >&5
configure:4807: $? = 0
configure:4807: result: yes
configure:4807: checking complex.h presence
configure:4807: gcc -E conftest.c
configure:4807: $? = 0
configure:4807: result: yes
configure:4807: checking for complex.h
configure:4807: result: yes
configure:4823: checking for an ANSI C-conforming const
configure:4889: gcc -c -g -O2 conftest.c >&5
configure:4889: $? = 0
configure:4896: result: yes
configure:4904: checking for size_t
configure:4904: gcc -c -g -O2 conftest.c >&5
configure:4904: $? = 0
configure:4904: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:4904: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "nec2c"
| #define PACKAGE_TARNAME "nec2c"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "nec2c 0.9"
| #define PACKAGE_BUGREPORT "mjtrangoni@gmail.com"
| #define PACKAGE_URL ""
| #define HAVE_LIBM 1
| #define HAVE_FLOOR 1
| #define HAVE_POW 1
| #define HAVE_EXP 1
| #define HAVE_SQRT 1
| #define HAVE_LOG10 1
| #define HAVE_LOG 1
| #define HAVE_COS 1
| #define HAVE_SIN 1
| #define HAVE_ACOS 1
| #define HAVE_ASIN 1
| #define HAVE_TAN 1
| #define HAVE_ATAN 1
| #define HAVE_SINH 1
| #define HAVE_COSH 1
| #define HAVE_TANH 1
| #define HAVE_FABS 1
| #define HAVE_MODF 1
| #define HAVE_ATAN2 1
| #define HAVE_JN 1
| #define HAVE_YN 1
| #define HAVE_ERF 1
| #define HAVE_ERFC 1
| #define HAVE_ROUND 1
| #define HAVE_TRUNC 1
| #define HAVE_ACOSH 1
| #define HAVE_ASINH 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 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_COMPLEX_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:4904: result: yes
configure:4921: checking size of short
configure:4926: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:4926: $? = 0
configure:4926: ./conftest
configure:4926: $? = 0
configure:4940: result: 2
configure:4954: checking size of int
configure:4959: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:4959: $? = 0
configure:4959: ./conftest
configure:4959: $? = 0
configure:4973: result: 4
configure:4987: checking size of long
configure:4992: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:4992: $? = 0
configure:4992: ./conftest
configure:4992: $? = 0
configure:5006: result: 8
configure:5090: checking for OpenMP flag of C compiler
configure:5126: gcc -o conftest -g -O2 -fopenmp conftest.c -lm >&5
configure:5126: $? = 0
configure:5135: result: -fopenmp
configure:5286: checking that generated files are newer than configure
configure:5292: result: done
configure:5319: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by nec2c config.status 0.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on linuxhost
config.status:794: creating Makefile
config.status:794: creating src/Makefile
config.status:966: executing depfiles commands
config.status:1043: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
config.status:1048: $? = 0
configure:6451: result:
configure:6453: result: nec2c version 0.9 configured successfully.
configure:6455: result:
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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_acos=yes
ac_cv_func_acosh=yes
ac_cv_func_asin=yes
ac_cv_func_asinh=yes
ac_cv_func_atan2=yes
ac_cv_func_atan=yes
ac_cv_func_cos=yes
ac_cv_func_cosh=yes
ac_cv_func_erf=yes
ac_cv_func_erfc=yes
ac_cv_func_exp=yes
ac_cv_func_fabs=yes
ac_cv_func_floor=yes
ac_cv_func_jn=yes
ac_cv_func_log10=yes
ac_cv_func_log=yes
ac_cv_func_modf=yes
ac_cv_func_pow=yes
ac_cv_func_round=yes
ac_cv_func_sin=yes
ac_cv_func_sinh=yes
ac_cv_func_sqrt=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_tan=yes
ac_cv_func_tanh=yes
ac_cv_func_trunc=yes
ac_cv_func_yn=yes
ac_cv_header_complex_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=x86_64-pc-linux-gnu
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_short=2
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_c_openmp=-fopenmp
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/mjames/nec/nec2c_src/config/missing aclocal-1.16'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/mjames/nec/nec2c_src/config/missing autoconf'
AUTOHEADER='${SHELL} /home/mjames/nec/nec2c_src/config/missing autoheader'
AUTOMAKE='${SHELL} /home/mjames/nec/nec2c_src/config/missing automake-1.16'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"nec2c\" -DPACKAGE_TARNAME=\"nec2c\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"nec2c\ 0.9\" -DPACKAGE_BUGREPORT=\"mjtrangoni@gmail.com\" -DPACKAGE_URL=\"\" -DHAVE_LIBM=1 -DHAVE_FLOOR=1 -DHAVE_POW=1 -DHAVE_EXP=1 -DHAVE_SQRT=1 -DHAVE_LOG10=1 -DHAVE_LOG=1 -DHAVE_COS=1 -DHAVE_SIN=1 -DHAVE_ACOS=1 -DHAVE_ASIN=1 -DHAVE_TAN=1 -DHAVE_ATAN=1 -DHAVE_SINH=1 -DHAVE_COSH=1 -DHAVE_TANH=1 -DHAVE_FABS=1 -DHAVE_MODF=1 -DHAVE_ATAN2=1 -DHAVE_JN=1 -DHAVE_YN=1 -DHAVE_ERF=1 -DHAVE_ERFC=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_ACOSH=1 -DHAVE_ASINH=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRCHR=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_COMPLEX_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm '
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/mjames/nec/nec2c_src/config/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='nec2c'
PACKAGE_BUGREPORT='mjtrangoni@gmail.com'
PACKAGE_NAME='nec2c'
PACKAGE_STRING='nec2c 0.9'
PACKAGE_TARNAME='nec2c'
PACKAGE_URL=''
PACKAGE_VERSION='0.9'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='0.9'
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='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/mjames/nec/nec2c_src/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "nec2c"
#define PACKAGE_TARNAME "nec2c"
#define PACKAGE_VERSION "0.9"
#define PACKAGE_STRING "nec2c 0.9"
#define PACKAGE_BUGREPORT "mjtrangoni@gmail.com"
#define PACKAGE_URL ""
#define HAVE_LIBM 1
#define HAVE_FLOOR 1
#define HAVE_POW 1
#define HAVE_EXP 1
#define HAVE_SQRT 1
#define HAVE_LOG10 1
#define HAVE_LOG 1
#define HAVE_COS 1
#define HAVE_SIN 1
#define HAVE_ACOS 1
#define HAVE_ASIN 1
#define HAVE_TAN 1
#define HAVE_ATAN 1
#define HAVE_SINH 1
#define HAVE_COSH 1
#define HAVE_TANH 1
#define HAVE_FABS 1
#define HAVE_MODF 1
#define HAVE_ATAN2 1
#define HAVE_JN 1
#define HAVE_YN 1
#define HAVE_ERF 1
#define HAVE_ERFC 1
#define HAVE_ROUND 1
#define HAVE_TRUNC 1
#define HAVE_ACOSH 1
#define HAVE_ASINH 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRCHR 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_COMPLEX_H 1
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
configure: exit 0