This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by ngspice configure 25, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-debug --disable-ftedebug --disable-cpdebug --disable-asdebug --disable-stepdebug --disable-pzdebug --disable-sensdebug --disable-blktmsdebug --disable-smltmsdebug --enable-xspice --enable-cider --enable-ndev --disable-xgraph --disable-dependency-tracking --disable-rpath --with-x --with-readline ## --------- ## ## Platform. ## ## --------- ## hostname = adphy111599 uname -m = x86_64 uname -r = 3.7.4-gentoo uname -s = Linux uname -v = #1 SMP PREEMPT Mon Jan 28 09:43:45 CST 2013 /usr/bin/uname -p = Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz /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/lib64/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /opt/bin PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2 PATH: /opt/nvidia-cg-toolkit/bin PATH: /usr/lib64/subversion/bin PATH: /opt/cuda/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2407: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | # Only kick in for cross-compiles so we don't break native builds #427184 | if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2565: checking for a BSD-compatible install configure:2633: result: /usr/bin/install -c configure:2644: checking whether build environment is sane configure:2699: result: yes configure:2850: checking for a thread-safe mkdir -p configure:2889: result: /bin/mkdir -p configure:2896: checking for gawk configure:2912: found /usr/bin/gawk configure:2923: result: gawk configure:2934: checking whether make sets $(MAKE) configure:2956: result: yes configure:3053: checking whether make supports nested variables configure:3070: result: yes configure:3094: checking for style of include used by make configure:3122: result: GNU configure:3153: checking for x86_64-pc-linux-gnu-gcc configure:3169: found /usr/bin/x86_64-pc-linux-gnu-gcc configure:3180: result: x86_64-pc-linux-gnu-gcc configure:3449: checking for C compiler version configure:3458: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.7.2 p1.0, pie-0.5.3) 4.7.2 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:3469: $? = 0 configure:3458: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.7.2/work/gcc-4.7.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/python --enable-checking=release --enable-java-awt=gtk --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.2 p1.0, pie-0.5.3' Thread model: posix gcc version 4.7.2 (Gentoo 4.7.2 p1.0, pie-0.5.3) configure:3469: $? = 0 configure:3458: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3469: $? = 1 configure:3458: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:3469: $? = 1 configure:3489: checking whether the C compiler works configure:3511: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3515: $? = 0 configure:3563: result: yes configure:3566: checking for C compiler default output file name configure:3568: result: a.out configure:3574: checking for suffix of executables configure:3581: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3585: $? = 0 configure:3607: result: configure:3629: checking whether we are cross compiling configure:3637: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 configure:3641: $? = 0 configure:3648: ./conftest configure:3652: $? = 0 configure:3667: result: no configure:3672: checking for suffix of object files configure:3694: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:3698: $? = 0 configure:3719: result: o configure:3723: checking whether we are using the GNU C compiler configure:3742: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:3742: $? = 0 configure:3751: result: yes configure:3760: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:3780: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3780: $? = 0 configure:3821: result: yes configure:3838: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:3901: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:3901: $? = 0 configure:3914: result: none needed configure:3936: checking dependency style of x86_64-pc-linux-gnu-gcc configure:4047: result: none configure:4068: checking for x86_64-pc-linux-gnu-ar configure:4084: found /usr/bin/x86_64-pc-linux-gnu-ar configure:4095: result: x86_64-pc-linux-gnu-ar configure:4165: checking the archiver (x86_64-pc-linux-gnu-ar) interface configure:4175: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5 configure:4175: $? = 0 configure:4177: x86_64-pc-linux-gnu-ar cru libconftest.a conftest.o >&5 configure:4180: $? = 0 configure:4203: result: ar configure:4484: checking whether to enable maintainer-specific portions of Makefiles configure:4493: result: no configure:4521: checking for x86_64-pc-linux-gnu-gcc configure:4548: result: x86_64-pc-linux-gnu-gcc configure:4817: checking for C compiler version configure:4826: x86_64-pc-linux-gnu-gcc --version >&5 x86_64-pc-linux-gnu-gcc (Gentoo 4.7.2 p1.0, pie-0.5.3) 4.7.2 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:4837: $? = 0 configure:4826: x86_64-pc-linux-gnu-gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2/x86_64-pc-linux-gnu-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.2/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.7.2/work/gcc-4.7.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/python --enable-checking=release --enable-java-awt=gtk --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.2 p1.0, pie-0.5.3' Thread model: posix gcc version 4.7.2 (Gentoo 4.7.2 p1.0, pie-0.5.3) configure:4837: $? = 0 configure:4826: x86_64-pc-linux-gnu-gcc -V >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4837: $? = 1 configure:4826: x86_64-pc-linux-gnu-gcc -qversion >&5 x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' x86_64-pc-linux-gnu-gcc: fatal error: no input files compilation terminated. configure:4837: $? = 1 configure:4841: checking whether we are using the GNU C compiler configure:4869: result: yes configure:4878: checking whether x86_64-pc-linux-gnu-gcc accepts -g configure:4939: result: yes configure:4956: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 configure:5032: result: none needed configure:5054: checking dependency style of x86_64-pc-linux-gnu-gcc configure:5165: result: none configure:5187: WARNING: Removing debugging option! configure:5239: checking how to run the C preprocessor configure:5270: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5270: $? = 0 configure:5284: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | /* end confdefs.h. */ | #include configure:5309: result: x86_64-pc-linux-gnu-gcc -E configure:5329: x86_64-pc-linux-gnu-gcc -E conftest.c configure:5329: $? = 0 configure:5343: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5343: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | /* end confdefs.h. */ | #include configure:5372: checking for grep that handles long lines and -e configure:5430: result: /bin/grep configure:5435: checking for egrep configure:5497: result: /bin/grep -E configure:5502: checking for ANSI C header files configure:5522: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:17:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:17:1: warning: old-style function definition [-Wold-style-definition] configure:5522: $? = 0 configure:5595: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:23:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:23:1: warning: old-style function definition [-Wold-style-definition] configure:5595: $? = 0 configure:5595: ./conftest configure:5595: $? = 0 configure:5606: result: yes configure:5619: checking for sys/types.h configure:5619: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:5619: $? = 0 configure:5619: result: yes configure:5619: checking for sys/stat.h configure:5619: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:5619: $? = 0 configure:5619: result: yes configure:5619: checking for stdlib.h configure:5619: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:5619: $? = 0 configure:5619: result: yes configure:5619: checking for string.h configure:5619: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:5619: $? = 0 configure:5619: result: yes configure:5619: checking for memory.h configure:5619: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:5619: $? = 0 configure:5619: result: yes configure:5619: checking for strings.h configure:5619: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:5619: $? = 0 configure:5619: result: yes configure:5619: checking for inttypes.h configure:5619: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:5619: $? = 0 configure:5619: result: yes configure:5619: checking for stdint.h configure:5619: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:5619: $? = 0 configure:5619: result: yes configure:5619: checking for unistd.h configure:5619: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:5619: $? = 0 configure:5619: result: yes configure:5633: checking for strings.h configure:5633: result: yes configure:6337: checking build system type configure:6351: result: x86_64-pc-linux-gnu configure:6371: checking host system type configure:6384: result: x86_64-pc-linux-gnu configure:6982: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together configure:7013: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:7017: $? = 0 configure:7023: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 configure:7027: $? = 0 configure:7038: cc -c conftest.c >&5 configure:7042: $? = 0 configure:7050: cc -c conftest.c -o conftest2.o >&5 configure:7054: $? = 0 configure:7060: cc -c conftest.c -o conftest2.o >&5 configure:7064: $? = 0 configure:7082: result: yes configure:7154: checking how to print strings configure:7181: result: printf configure:7202: checking for a sed that does not truncate output configure:7266: result: /bin/sed configure:7284: checking for fgrep configure:7346: result: /bin/grep -F configure:7381: checking for ld used by x86_64-pc-linux-gnu-gcc configure:7448: result: /usr/x86_64-pc-linux-gnu/bin/ld configure:7455: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld configure:7470: result: yes configure:7482: checking for BSD- or MS-compatible name lister (nm) configure:7531: result: /usr/bin/nm -B configure:7661: checking the name lister (/usr/bin/nm -B) interface configure:7668: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:7671: /usr/bin/nm -B "conftest.o" configure:7674: output 0000000000000000 B some_variable configure:7681: result: BSD nm configure:7684: checking whether ln -s works configure:7688: result: yes configure:7696: checking the maximum length of command line arguments configure:7826: result: 1572864 configure:7843: checking whether the shell understands some XSI constructs configure:7853: result: yes configure:7857: checking whether the shell understands "+=" configure:7863: result: yes configure:7898: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format configure:7938: result: func_convert_file_noop configure:7945: checking how to convert x86_64-pc-linux-gnu file names to toolchain format configure:7965: result: func_convert_file_noop configure:7972: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files configure:7979: result: -r configure:8013: checking for x86_64-pc-linux-gnu-objdump configure:8040: result: objdump configure:8109: checking how to recognize dependent libraries configure:8311: result: pass_all configure:8356: checking for x86_64-pc-linux-gnu-dlltool configure:8383: result: dlltool configure:8453: checking how to associate runtime and link libraries configure:8480: result: printf %s\n configure:8496: checking for x86_64-pc-linux-gnu-ar configure:8523: result: x86_64-pc-linux-gnu-ar configure:8604: checking for archiver @FILE support configure:8621: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:24:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:24:1: warning: old-style function definition [-Wold-style-definition] configure:8621: $? = 0 configure:8624: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 configure:8627: $? = 0 configure:8632: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory configure:8635: $? = 1 configure:8647: result: @ configure:8665: checking for x86_64-pc-linux-gnu-strip configure:8681: found /usr/bin/x86_64-pc-linux-gnu-strip configure:8692: result: x86_64-pc-linux-gnu-strip configure:8764: checking for x86_64-pc-linux-gnu-ranlib configure:8780: found /usr/bin/x86_64-pc-linux-gnu-ranlib configure:8791: result: x86_64-pc-linux-gnu-ranlib configure:8933: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object configure:9053: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:10:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:10:5: warning: old-style function definition [-Wold-style-definition] configure:9056: $? = 0 configure:9060: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:9063: $? = 0 configure:9129: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 conftest.c:18:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] configure:9132: $? = 0 configure:9170: result: ok configure:9207: checking for sysroot configure:9237: result: no configure:9314: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:9317: $? = 0 configure:9453: checking for x86_64-pc-linux-gnu-mt configure:9483: result: no configure:9493: checking for mt configure:9523: result: no configure:9543: checking if : is a manifest tool configure:9549: : '-?' configure:9557: result: no configure:10196: checking for dlfcn.h configure:10196: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:10196: $? = 0 configure:10196: result: yes configure:10398: checking for objdir configure:10413: result: .libs configure:10684: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:10702: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:10706: $? = 0 configure:10719: result: no configure:11046: checking for x86_64-pc-linux-gnu-gcc option to produce PIC configure:11053: result: -fPIC -DPIC configure:11061: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:11079: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:11083: $? = 0 configure:11096: result: yes configure:11125: checking if x86_64-pc-linux-gnu-gcc static flag -static works conftest.c:1:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:1:5: warning: old-style function definition [-Wold-style-definition] configure:11153: result: yes configure:11168: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:11189: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -o out/conftest2.o conftest.c >&5 configure:11193: $? = 0 configure:11215: result: yes configure:11223: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o configure:11270: result: yes configure:11303: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries configure:12456: result: yes configure:12493: checking whether -lc should be explicitly linked in configure:12501: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:12504: $? = 0 configure:12519: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:12522: $? = 0 configure:12536: result: no configure:12696: checking dynamic linker characteristics configure:13220: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 conftest.c:26:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:26:1: warning: old-style function definition [-Wold-style-definition] configure:13220: $? = 0 configure:13442: result: GNU/Linux ld.so configure:13549: checking how to hardcode library paths into programs configure:13574: result: immediate configure:13668: checking for shl_load configure:13668: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:56:1: warning: old-style function definition [-Wold-style-definition] /var/tmp/portage/sci-electronics/ngspice-25/temp/ccJSwL4k.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `shl_load' collect2: error: ld returned 1 exit status configure:13668: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case declares shl_load. | For example, HP-UX 11i 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 to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | 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 | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:13668: result: no configure:13672: checking for shl_load in -ldld configure:13697: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldld >&5 conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:33:1: warning: old-style function definition [-Wold-style-definition] /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldld collect2: error: ld returned 1 exit status configure:13697: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:13706: result: no configure:13711: checking for dlopen configure:13711: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:56:1: warning: old-style function definition [-Wold-style-definition] /var/tmp/portage/sci-electronics/ngspice-25/temp/ccgwZkvs.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:13711: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dlopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | 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 | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:13711: result: no configure:13715: checking for dlopen in -ldl configure:13740: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5 conftest.c:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:33:1: warning: old-style function definition [-Wold-style-definition] configure:13740: $? = 0 configure:13749: result: yes configure:13868: checking whether a program can dlopen itself configure:13948: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -DHAVE_DLFCN_H -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic conftest.c -ldl >&5 configure:13921:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] configure:13924:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] configure: In function 'fnord': configure:13924:5: warning: old-style function definition [-Wold-style-definition] configure: At top level: configure:13925:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] configure: In function 'main': configure:13925:5: warning: old-style function definition [-Wold-style-definition] configure:13951: $? = 0 configure:13969: result: yes configure:13974: checking whether a statically linked program can dlopen itself configure:14054: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -DHAVE_DLFCN_H -Wl,-O1 -Wl,--as-needed -Wl,--export-dynamic -static conftest.c -ldl >&5 configure:14027:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] configure:14030:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] configure: In function 'fnord': configure:14030:5: warning: old-style function definition [-Wold-style-definition] configure: At top level: configure:14031:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] configure: In function 'main': configure:14031:5: warning: old-style function definition [-Wold-style-definition] /var/tmp/portage/sci-electronics/ngspice-25/temp/ccGxhtZs.o: In function `main': conftest.c:(.text.startup+0x9): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../lib64/libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie collect2: error: ld returned 1 exit status configure:14057: $? = 1 configure:14075: result: no configure:14114: checking whether stripping libraries is possible configure:14119: result: yes configure:14154: checking if libtool supports shared libraries configure:14156: result: yes configure:14159: checking whether to build shared libraries configure:14180: result: yes configure:14183: checking whether to build static libraries configure:14187: result: yes configure:14227: checking whether windows code is enabled configure:14241: result: no configure:14271: checking /proc/meminfo usability configure:14271: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:14271: $? = 0 configure:14271: result: yes configure:14271: checking /proc/meminfo presence configure:14271: x86_64-pc-linux-gnu-gcc -E conftest.c configure:14271: $? = 0 configure:14271: result: yes configure:14271: checking for /proc/meminfo configure:14271: result: yes configure:14287: checking for X configure:14426: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 conftest.c:27:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:27:1: warning: old-style function definition [-Wold-style-definition] configure:14426: $? = 0 configure:14476: result: libraries , headers configure:14577: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lX11 >&5 conftest.c:32:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:34:1: warning: old-style function definition [-Wold-style-definition] configure:14577: $? = 0 configure:14675: checking for gethostbyname configure:14675: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:48:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:57:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:57:1: warning: old-style function definition [-Wold-style-definition] configure:14675: $? = 0 configure:14675: result: yes configure:14772: checking for connect configure:14772: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:48:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:57:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:57:1: warning: old-style function definition [-Wold-style-definition] configure:14772: $? = 0 configure:14772: result: yes configure:14821: checking for remove configure:14821: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:48:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:57:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:57:1: warning: old-style function definition [-Wold-style-definition] configure:14821: $? = 0 configure:14821: result: yes configure:14870: checking for shmat configure:14870: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:48:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:57:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:57:1: warning: old-style function definition [-Wold-style-definition] configure:14870: $? = 0 configure:14870: result: yes configure:14928: checking for IceConnectionNumber in -lICE configure:14953: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lICE >&5 conftest.c:32:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:34:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:34:1: warning: old-style function definition [-Wold-style-definition] configure:14953: $? = 0 configure:14962: result: yes configure:14974: checking for stdbool.h that conforms to C99 configure:15041: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:71:1: warning: old-style function definition [-Wold-style-definition] conftest.c:74:14: warning: the address of 's' will always evaluate as 'true' [-Waddress] conftest.c:78:22: warning: the address of 'a' will always evaluate as 'true' [-Waddress] conftest.c:78:27: warning: the address of 'b' will always evaluate as 'true' [-Waddress] conftest.c:78:32: warning: the address of 'c' will always evaluate as 'true' [-Waddress] conftest.c:78:37: warning: the address of 'd' will always evaluate as 'true' [-Waddress] conftest.c:78:47: warning: the address of 'f' will always evaluate as 'true' [-Waddress] conftest.c:78:52: warning: the address of 'g' will always evaluate as 'true' [-Waddress] conftest.c:78:57: warning: the address of 'h' will always evaluate as 'true' [-Waddress] conftest.c:78:62: warning: the address of 'i' will always evaluate as 'true' [-Waddress] conftest.c:79:29: warning: the address of 'n' will always evaluate as 'true' [-Waddress] conftest.c:79:34: warning: the address of 'o' will always evaluate as 'true' [-Waddress] conftest.c:79:39: warning: the address of 'p' will always evaluate as 'true' [-Waddress] configure:15041: $? = 0 configure:15048: result: yes configure:15050: checking for _Bool configure:15050: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:59:1: warning: old-style function definition [-Wold-style-definition] configure:15050: $? = 0 configure:15050: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:59:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:59:1: warning: old-style function definition [-Wold-style-definition] conftest.c:61:20: error: expected expression before ')' token configure:15050: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((_Bool))) | return 0; | ; | return 0; | } configure:15050: result: yes configure:15067: checking for size_t configure:15067: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:61:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:61:1: warning: old-style function definition [-Wold-style-definition] configure:15067: $? = 0 configure:15067: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:61:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:61:1: warning: old-style function definition [-Wold-style-definition] conftest.c:63:21: error: expected expression before ')' token configure:15067: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:15067: result: yes configure:15082: checking for working alloca.h configure:15099: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:29:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:29:1: warning: old-style function definition [-Wold-style-definition] configure:15099: $? = 0 configure:15107: result: yes configure:15115: checking for alloca configure:15152: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:50:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:50:1: warning: old-style function definition [-Wold-style-definition] configure:15152: $? = 0 configure:15160: result: yes configure:15268: checking for stdlib.h configure:15268: result: yes configure:15278: checking for GNU libc compatible malloc configure:15302: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:37:1: warning: old-style function definition [-Wold-style-definition] configure:15302: $? = 0 configure:15302: ./conftest configure:15302: $? = 0 configure:15312: result: yes configure:15335: checking for stdlib.h configure:15335: result: yes configure:15345: checking for GNU libc compatible realloc configure:15369: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:39:1: warning: old-style function definition [-Wold-style-definition] configure:15369: $? = 0 configure:15369: ./conftest configure:15369: $? = 0 configure:15379: result: yes configure:15403: checking for dirent.h that defines DIR configure:15422: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:37:1: warning: old-style function definition [-Wold-style-definition] configure:15422: $? = 0 configure:15430: result: yes configure:15443: checking for library containing opendir configure:15474: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:41:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:43:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:43:1: warning: old-style function definition [-Wold-style-definition] configure:15474: $? = 0 configure:15491: result: none required configure:15558: checking whether closedir returns void configure:15582: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:69:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:69:5: warning: redundant redeclaration of 'closedir' [-Wredundant-decls] In file included from conftest.c:67:0: /usr/include/dirent.h:150:12: note: previous declaration of 'closedir' was here conftest.c:73:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:73:1: warning: old-style function definition [-Wold-style-definition] configure:15582: $? = 0 configure:15582: ./conftest configure:15582: $? = 0 configure:15592: result: no configure:15603: checking sys/select.h usability configure:15603: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:15603: $? = 0 configure:15603: result: yes configure:15603: checking sys/select.h presence configure:15603: x86_64-pc-linux-gnu-gcc -E conftest.c configure:15603: $? = 0 configure:15603: result: yes configure:15603: checking for sys/select.h configure:15603: result: yes configure:15603: checking sys/socket.h usability configure:15603: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:15603: $? = 0 configure:15603: result: yes configure:15603: checking sys/socket.h presence configure:15603: x86_64-pc-linux-gnu-gcc -E conftest.c configure:15603: $? = 0 configure:15603: result: yes configure:15603: checking for sys/socket.h configure:15603: result: yes configure:15613: checking types of arguments for select configure:15641: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:77:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:77:1: warning: old-style function definition [-Wold-style-definition] conftest.c:81:17: warning: nested extern declaration of 'select' [-Wnested-externs] conftest.c:79:12: warning: redundant redeclaration of 'select' [-Wredundant-decls] In file included from /usr/include/sys/types.h:219:0, from conftest.c:38: /usr/include/sys/select.h:106:12: note: previous declaration of 'select' was here configure:15641: $? = 0 configure:15652: result: int,fd_set *,struct timeval * configure:15684: checking for vprintf configure:15684: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:62:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:62:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] conftest.c:71:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:71:1: warning: old-style function definition [-Wold-style-definition] configure:15684: $? = 0 configure:15684: result: yes configure:15690: checking for _doprnt configure:15690: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:72:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:72:1: warning: old-style function definition [-Wold-style-definition] /var/tmp/portage/sci-electronics/ngspice-25/temp/ccgozzE9.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `_doprnt' collect2: error: ld returned 1 exit status configure:15690: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _doprnt (); | /* 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__doprnt || defined __stub____doprnt | choke me | #endif | | int | main () | { | return _doprnt (); | ; | return 0; | } configure:15690: result: no configure:15707: checking if hardcoding of the X11 runtime library path is desired configure:15712: result: no configure:15795: checking for main in -lXaw configure:15814: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lXaw >&5 conftest.c:43:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:43:1: warning: old-style function definition [-Wold-style-definition] configure:15814: $? = 0 configure:15823: result: yes configure:15831: checking for main in -lXmu configure:15850: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lXmu -lXaw >&5 conftest.c:43:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:43:1: warning: old-style function definition [-Wold-style-definition] configure:15850: $? = 0 configure:15859: result: yes configure:15868: checking for XShmAttach in -lXext configure:15893: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lXext -lXaw -lXmu -lXt >&5 conftest.c:47:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:49:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:49:1: warning: old-style function definition [-Wold-style-definition] configure:15893: $? = 0 configure:15902: result: yes configure:15947: checking for pid_t configure:15947: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:74:1: warning: old-style function definition [-Wold-style-definition] configure:15947: $? = 0 configure:15947: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:74:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:74:1: warning: old-style function definition [-Wold-style-definition] conftest.c:76:20: error: expected expression before ')' token configure:15947: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:15947: result: yes configure:15958: checking return type of signal handlers configure:15976: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:44:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:44:1: warning: old-style function definition [-Wold-style-definition] conftest.c:46:1: error: void value not ignored as it ought to be configure:15976: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:15983: result: void configure:15995: checking for sighandler_t configure:15995: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:45:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:45:1: warning: old-style function definition [-Wold-style-definition] conftest.c:47:13: error: 'sighandler_t' undeclared (first use in this function) conftest.c:47:13: note: each undeclared identifier is reported only once for each function it appears in configure:15995: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #include | | int | main () | { | if (sizeof (sighandler_t)) | return 0; | ; | return 0; | } configure:15995: result: no configure:16006: checking for sig_t configure:16006: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:45:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:45:1: warning: old-style function definition [-Wold-style-definition] configure:16006: $? = 0 configure:16006: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:45:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:45:1: warning: old-style function definition [-Wold-style-definition] conftest.c:47:20: error: expected expression before ')' token configure:16006: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | #define RETSIGTYPE void | /* end confdefs.h. */ | #include | #include | | int | main () | { | if (sizeof ((sig_t))) | return 0; | ; | return 0; | } configure:16006: result: yes configure:16017: checking for __sighandler_t configure:16017: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:46:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:46:1: warning: old-style function definition [-Wold-style-definition] configure:16017: $? = 0 configure:16017: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:46:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:46:1: warning: old-style function definition [-Wold-style-definition] conftest.c:48:29: error: expected expression before ')' token configure:16017: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | #define RETSIGTYPE void | #define HAVE_SIG_T 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if (sizeof ((__sighandler_t))) | return 0; | ; | return 0; | } configure:16017: result: yes configure:16034: checking for dirent.h that defines DIR configure:16061: result: yes configure:16074: checking for library containing opendir configure:16122: result: none required configure:16192: checking for unistd.h configure:16192: result: yes configure:16192: checking ctype.h usability configure:16192: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16192: $? = 0 configure:16192: result: yes configure:16192: checking ctype.h presence configure:16192: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16192: $? = 0 configure:16192: result: yes configure:16192: checking for ctype.h configure:16192: result: yes configure:16192: checking pwd.h usability configure:16192: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16192: $? = 0 configure:16192: result: yes configure:16192: checking pwd.h presence configure:16192: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16192: $? = 0 configure:16192: result: yes configure:16192: checking for pwd.h configure:16192: result: yes configure:16192: checking fcntl.h usability configure:16192: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16192: $? = 0 configure:16192: result: yes configure:16192: checking fcntl.h presence configure:16192: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16192: $? = 0 configure:16192: result: yes configure:16192: checking for fcntl.h configure:16192: result: yes configure:16192: checking sys/ioctl.h usability configure:16192: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16192: $? = 0 configure:16192: result: yes configure:16192: checking sys/ioctl.h presence configure:16192: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16192: $? = 0 configure:16192: result: yes configure:16192: checking for sys/ioctl.h configure:16192: result: yes configure:16192: checking stropts.h usability configure:16192: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16192: $? = 0 configure:16192: result: yes configure:16192: checking stropts.h presence configure:16192: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16192: $? = 0 configure:16192: result: yes configure:16192: checking for stropts.h configure:16192: result: yes configure:16202: checking for sys/wait.h that is POSIX.1 compatible configure:16228: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:60:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:60:1: warning: old-style function definition [-Wold-style-definition] configure:16228: $? = 0 configure:16235: result: yes configure:16243: checking whether stat file-mode macros are broken configure:16270: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16270: $? = 0 configure:16277: result: no configure:16289: checking arpa/inet.h usability configure:16289: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking arpa/inet.h presence configure:16289: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking for arpa/inet.h configure:16289: result: yes configure:16289: checking netdb.h usability configure:16289: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking netdb.h presence configure:16289: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking for netdb.h configure:16289: result: yes configure:16289: checking netinet/in.h usability configure:16289: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking netinet/in.h presence configure:16289: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking for netinet/in.h configure:16289: result: yes configure:16289: checking stddef.h usability configure:16289: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking stddef.h presence configure:16289: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking for stddef.h configure:16289: result: yes configure:16289: checking sys/file.h usability configure:16289: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking sys/file.h presence configure:16289: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking for sys/file.h configure:16289: result: yes configure:16289: checking sys/param.h usability configure:16289: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking sys/param.h presence configure:16289: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking for sys/param.h configure:16289: result: yes configure:16289: checking for sys/socket.h configure:16289: result: yes configure:16289: checking sys/time.h usability configure:16289: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking sys/time.h presence configure:16289: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking for sys/time.h configure:16289: result: yes configure:16289: checking sys/timeb.h usability configure:16289: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking sys/timeb.h presence configure:16289: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking for sys/timeb.h configure:16289: result: yes configure:16289: checking sys/io.h usability configure:16289: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking sys/io.h presence configure:16289: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16289: $? = 0 configure:16289: result: yes configure:16289: checking for sys/io.h configure:16289: result: yes configure:16302: checking whether time.h and sys/time.h may both be included configure:16322: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:66:1: warning: old-style function definition [-Wold-style-definition] configure:16322: $? = 0 configure:16329: result: yes configure:16337: checking whether struct tm is in sys/time.h or time.h configure:16357: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:66:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:66:1: warning: old-style function definition [-Wold-style-definition] configure:16357: $? = 0 configure:16364: result: time.h configure:16372: checking for struct tm.tm_zone configure:16372: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:67:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:67:1: warning: old-style function definition [-Wold-style-definition] configure:16372: $? = 0 configure:16372: result: yes configure:16441: checking for localtime configure:16441: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:87:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:96:1: warning: old-style function definition [-Wold-style-definition] configure:16441: $? = 0 configure:16441: result: yes configure:16454: checking for ftime configure:16454: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:88:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:97:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:97:1: warning: old-style function definition [-Wold-style-definition] configure:16454: $? = 0 configure:16454: result: yes configure:16454: checking for gettimeofday configure:16454: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:89:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:98:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:98:1: warning: old-style function definition [-Wold-style-definition] configure:16454: $? = 0 configure:16454: result: yes configure:16468: checking for time configure:16468: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:90:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:99:1: warning: old-style function definition [-Wold-style-definition] configure:16468: $? = 0 configure:16468: result: yes configure:16468: checking for getrusage configure:16468: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:91:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:100:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:100:1: warning: old-style function definition [-Wold-style-definition] configure:16468: $? = 0 configure:16468: result: yes configure:16480: checking for utimes configure:16480: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:92:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:101:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:101:1: warning: old-style function definition [-Wold-style-definition] configure:16480: $? = 0 configure:16480: result: yes configure:16492: checking for getrlimit configure:16492: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:93:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:102:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:102:1: warning: old-style function definition [-Wold-style-definition] configure:16492: $? = 0 configure:16492: result: yes configure:16505: checking for endpwent configure:16505: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:94:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:103:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:103:1: warning: old-style function definition [-Wold-style-definition] configure:16505: $? = 0 configure:16505: result: yes configure:16505: checking for gethostbyname configure:16505: result: yes configure:16505: checking for memset configure:16505: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:96:6: warning: conflicting types for built-in function 'memset' [enabled by default] conftest.c:105:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:105:1: warning: old-style function definition [-Wold-style-definition] configure:16505: $? = 0 configure:16505: result: yes configure:16505: checking for select configure:16505: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:97:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:106:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:106:1: warning: old-style function definition [-Wold-style-definition] configure:16505: $? = 0 configure:16505: result: yes configure:16505: checking for socket configure:16505: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:98:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:107:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:107:1: warning: old-style function definition [-Wold-style-definition] configure:16505: $? = 0 configure:16505: result: yes configure:16505: checking for strdup configure:16505: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:99:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:99:6: warning: conflicting types for built-in function 'strdup' [enabled by default] conftest.c:108:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:108:1: warning: old-style function definition [-Wold-style-definition] configure:16505: $? = 0 configure:16505: result: yes configure:16505: checking for strerror configure:16505: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:100:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:109:1: warning: old-style function definition [-Wold-style-definition] configure:16505: $? = 0 configure:16505: result: yes configure:16505: checking for strncasecmp configure:16505: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:101:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:101:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default] conftest.c:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:110:1: warning: old-style function definition [-Wold-style-definition] configure:16505: $? = 0 configure:16505: result: yes configure:16505: checking for strstr configure:16505: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:102:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:102:6: warning: conflicting types for built-in function 'strstr' [enabled by default] conftest.c:111:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:111:1: warning: old-style function definition [-Wold-style-definition] configure:16505: $? = 0 configure:16505: result: yes configure:16505: checking for strtol configure:16505: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:103:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:112:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:112:1: warning: old-style function definition [-Wold-style-definition] configure:16505: $? = 0 configure:16505: result: yes configure:16519: checking termios.h usability configure:16519: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16519: $? = 0 configure:16519: result: yes configure:16519: checking termios.h presence configure:16519: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16519: $? = 0 configure:16519: result: yes configure:16519: checking for termios.h configure:16519: result: yes configure:16532: checking for isatty configure:16532: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:105:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:114:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:114:1: warning: old-style function definition [-Wold-style-definition] configure:16532: $? = 0 configure:16532: result: yes configure:16532: checking for tcgetattr configure:16532: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:106:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:115:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:115:1: warning: old-style function definition [-Wold-style-definition] configure:16532: $? = 0 configure:16532: result: yes configure:16532: checking for tcsetattr configure:16532: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:107:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:116:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:116:1: warning: old-style function definition [-Wold-style-definition] configure:16532: $? = 0 configure:16532: result: yes configure:16545: checking vfork.h usability configure:16545: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:118:19: fatal error: vfork.h: No such file or directory compilation terminated. configure:16545: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | #define RETSIGTYPE void | #define HAVE_SIG_T 1 | #define HAVE___SIGHANDLER_T 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_IO_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_LOCALTIME 1 | #define HAVE_FTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_UTIMES 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ISATTY 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:16545: result: no configure:16545: checking vfork.h presence configure:16545: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:85:19: fatal error: vfork.h: No such file or directory compilation terminated. configure:16545: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | #define RETSIGTYPE void | #define HAVE_SIG_T 1 | #define HAVE___SIGHANDLER_T 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_IO_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_LOCALTIME 1 | #define HAVE_FTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_UTIMES 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ISATTY 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | /* end confdefs.h. */ | #include configure:16545: result: no configure:16545: checking for vfork.h configure:16545: result: no configure:16558: checking for fork configure:16558: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:108:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:108:6: warning: conflicting types for built-in function 'fork' [enabled by default] conftest.c:117:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:117:1: warning: old-style function definition [-Wold-style-definition] configure:16558: $? = 0 configure:16558: result: yes configure:16558: checking for vfork configure:16558: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:109:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:118:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:118:1: warning: old-style function definition [-Wold-style-definition] configure:16558: $? = 0 configure:16558: result: yes configure:16568: checking for working fork configure:16590: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:121:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:121:1: warning: old-style function definition [-Wold-style-definition] configure:16590: $? = 0 configure:16590: ./conftest configure:16590: $? = 0 configure:16600: result: yes configure:16621: checking for working vfork configure:16731: result: yes configure:16759: checking for access configure:16759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:112:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:121:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:121:1: warning: old-style function definition [-Wold-style-definition] configure:16759: $? = 0 configure:16759: result: yes configure:16759: checking for bcopy configure:16759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:113:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:113:6: warning: conflicting types for built-in function 'bcopy' [enabled by default] conftest.c:122:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:122:1: warning: old-style function definition [-Wold-style-definition] configure:16759: $? = 0 configure:16759: result: yes configure:16759: checking for bzero configure:16759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:114:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:114:6: warning: conflicting types for built-in function 'bzero' [enabled by default] conftest.c:123:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:123:1: warning: old-style function definition [-Wold-style-definition] configure:16759: $? = 0 configure:16759: result: yes configure:16759: checking for qsort configure:16759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:115:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:124:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:124:1: warning: old-style function definition [-Wold-style-definition] configure:16759: $? = 0 configure:16759: result: yes configure:16759: checking for dup2 configure:16759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:116:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:125:1: warning: old-style function definition [-Wold-style-definition] configure:16759: $? = 0 configure:16759: result: yes configure:16759: checking for popen configure:16759: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:117:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:126:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:126:1: warning: old-style function definition [-Wold-style-definition] configure:16759: $? = 0 configure:16759: result: yes configure:16771: checking for strchr configure:16771: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:118:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:118:6: warning: conflicting types for built-in function 'strchr' [enabled by default] conftest.c:127:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:127:1: warning: old-style function definition [-Wold-style-definition] configure:16771: $? = 0 configure:16771: result: yes configure:16783: checking for strrchr configure:16783: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:119:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:119:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] conftest.c:128:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:128:1: warning: old-style function definition [-Wold-style-definition] configure:16783: $? = 0 configure:16783: result: yes configure:16795: checking for getcwd configure:16795: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 conftest.c:120:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:129:1: warning: old-style function definition [-Wold-style-definition] configure:16795: $? = 0 configure:16795: result: yes configure:16806: result: Checking mathematical features of the system: configure:16809: checking for sqrt in -lm configure:16834: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:105:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:105:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] conftest.c:107:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:107:1: warning: old-style function definition [-Wold-style-definition] configure:16834: $? = 0 configure:16843: result: yes configure:16857: checking float.h usability configure:16857: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16857: $? = 0 configure:16857: result: yes configure:16857: checking float.h presence configure:16857: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16857: $? = 0 configure:16857: result: yes configure:16857: checking for float.h configure:16857: result: yes configure:16857: checking limits.h usability configure:16857: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16857: $? = 0 configure:16857: result: yes configure:16857: checking limits.h presence configure:16857: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16857: $? = 0 configure:16857: result: yes configure:16857: checking for limits.h configure:16857: result: yes configure:16857: checking values.h usability configure:16857: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:16857: $? = 0 configure:16857: result: yes configure:16857: checking values.h presence configure:16857: x86_64-pc-linux-gnu-gcc -E conftest.c configure:16857: $? = 0 configure:16857: result: yes configure:16857: checking for values.h configure:16857: result: yes configure:16857: checking ieeefp.h usability configure:16857: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:135:20: fatal error: ieeefp.h: No such file or directory compilation terminated. configure:16857: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | #define RETSIGTYPE void | #define HAVE_SIG_T 1 | #define HAVE___SIGHANDLER_T 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_IO_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_LOCALTIME 1 | #define HAVE_FTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_UTIMES 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ISATTY 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_ACCESS 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_QSORT 1 | #define HAVE_DUP2 1 | #define HAVE_POPEN 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_GETCWD 1 | #define HAVE_LIBM 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_VALUES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:16857: result: no configure:16857: checking ieeefp.h presence configure:16857: x86_64-pc-linux-gnu-gcc -E conftest.c conftest.c:102:20: fatal error: ieeefp.h: No such file or directory compilation terminated. configure:16857: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | #define RETSIGTYPE void | #define HAVE_SIG_T 1 | #define HAVE___SIGHANDLER_T 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_IO_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_LOCALTIME 1 | #define HAVE_FTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_UTIMES 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ISATTY 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_ACCESS 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_QSORT 1 | #define HAVE_DUP2 1 | #define HAVE_POPEN 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_GETCWD 1 | #define HAVE_LIBM 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_VALUES_H 1 | /* end confdefs.h. */ | #include configure:16857: result: no configure:16857: checking for ieeefp.h configure:16857: result: no configure:16872: checking for erfc configure:16872: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:125:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:125:6: warning: conflicting types for built-in function 'erfc' [enabled by default] conftest.c:134:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:134:1: warning: old-style function definition [-Wold-style-definition] configure:16872: $? = 0 configure:16872: result: yes configure:16872: checking for logb configure:16872: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:126:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:126:6: warning: conflicting types for built-in function 'logb' [enabled by default] conftest.c:135:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:135:1: warning: old-style function definition [-Wold-style-definition] configure:16872: $? = 0 configure:16872: result: yes configure:16872: checking for scalb configure:16872: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:127:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:127:6: warning: conflicting types for built-in function 'scalb' [enabled by default] conftest.c:136:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:136:1: warning: old-style function definition [-Wold-style-definition] configure:16872: $? = 0 configure:16872: result: yes configure:16872: checking for scalbn configure:16872: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:128:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:128:6: warning: conflicting types for built-in function 'scalbn' [enabled by default] conftest.c:137:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:137:1: warning: old-style function definition [-Wold-style-definition] configure:16872: $? = 0 configure:16872: result: yes configure:16872: checking for asinh configure:16872: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:129:6: warning: conflicting types for built-in function 'asinh' [enabled by default] conftest.c:138:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:138:1: warning: old-style function definition [-Wold-style-definition] configure:16872: $? = 0 configure:16872: result: yes configure:16872: checking for acosh configure:16872: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:130:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:130:6: warning: conflicting types for built-in function 'acosh' [enabled by default] conftest.c:139:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:139:1: warning: old-style function definition [-Wold-style-definition] configure:16872: $? = 0 configure:16872: result: yes configure:16872: checking for atanh configure:16872: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:131:6: warning: conflicting types for built-in function 'atanh' [enabled by default] conftest.c:140:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:140:1: warning: old-style function definition [-Wold-style-definition] configure:16872: $? = 0 configure:16872: result: yes configure:16872: checking for finite configure:16872: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:132:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:132:6: warning: conflicting types for built-in function 'finite' [enabled by default] conftest.c:141:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:141:1: warning: old-style function definition [-Wold-style-definition] configure:16872: $? = 0 configure:16872: result: yes configure:16882: checking whether isinf is declared configure:16882: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:113:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:113:1: warning: old-style function definition [-Wold-style-definition] configure:16882: $? = 0 configure:16882: result: yes configure:16894: checking whether isnan is declared configure:16894: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 conftest.c:114:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:114:1: warning: old-style function definition [-Wold-style-definition] configure:16894: $? = 0 configure:16894: result: yes configure:16975: checking for sigsetjmp configure:16988: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:114:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:114:1: warning: old-style function definition [-Wold-style-definition] configure:16988: $? = 0 configure:16989: result: yes configure:17005: checking libiberty.h usability configure:17005: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:17005: $? = 0 configure:17005: result: yes configure:17005: checking libiberty.h presence configure:17005: x86_64-pc-linux-gnu-gcc -E conftest.c configure:17005: $? = 0 configure:17005: result: yes configure:17005: checking for libiberty.h configure:17005: result: yes configure:17005: checking libgen.h usability configure:17005: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:17005: $? = 0 configure:17005: result: yes configure:17005: checking libgen.h presence configure:17005: x86_64-pc-linux-gnu-gcc -E conftest.c configure:17005: $? = 0 configure:17005: result: yes configure:17005: checking for libgen.h configure:17005: result: yes configure:17019: checking for asprintf configure:17019: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:138:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:147:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:147:1: warning: old-style function definition [-Wold-style-definition] configure:17019: $? = 0 configure:17019: result: yes configure:17091: checking for dirname configure:17091: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:139:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:148:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:148:1: warning: old-style function definition [-Wold-style-definition] configure:17091: $? = 0 configure:17091: result: yes configure:17147: checking getopt.h usability configure:17147: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:17147: $? = 0 configure:17147: result: yes configure:17147: checking getopt.h presence configure:17147: x86_64-pc-linux-gnu-gcc -E conftest.c configure:17147: $? = 0 configure:17147: result: yes configure:17147: checking for getopt.h configure:17147: result: yes configure:17157: checking for getopt_long configure:17157: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:141:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:150:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:150:1: warning: old-style function definition [-Wold-style-definition] configure:17157: $? = 0 configure:17157: result: yes configure:17201: result: Settings which were chosen: configure:17342: checking for bison configure:17358: found /usr/bin/bison configure:17369: result: bison -y configure:17388: result: X-Spice features included configure:17398: checking for flex configure:17414: found /usr/bin/flex configure:17425: result: flex configure:17474: checking for modf configure:17474: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:147:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:147:6: warning: conflicting types for built-in function 'modf' [enabled by default] conftest.c:156:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:156:1: warning: old-style function definition [-Wold-style-definition] configure:17474: $? = 0 configure:17474: result: yes configure:17486: checking libintl.h usability configure:17486: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:17486: $? = 0 configure:17486: result: yes configure:17486: checking libintl.h presence configure:17486: x86_64-pc-linux-gnu-gcc -E conftest.c configure:17486: $? = 0 configure:17486: result: yes configure:17486: checking for libintl.h configure:17486: result: yes configure:17486: checking malloc.h usability configure:17486: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:17486: $? = 0 configure:17486: result: yes configure:17486: checking malloc.h presence configure:17486: x86_64-pc-linux-gnu-gcc -E conftest.c configure:17486: $? = 0 configure:17486: result: yes configure:17486: checking for malloc.h configure:17486: result: yes configure:17519: result: CIDER features enabled configure:17647: result: NDEV features enabled configure:17690: result: Checking for readline: configure:17695: checking readline/readline.h usability configure:17695: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:17695: $? = 0 configure:17695: result: yes configure:17695: checking readline/readline.h presence configure:17695: x86_64-pc-linux-gnu-gcc -E conftest.c configure:17695: $? = 0 configure:17695: result: yes configure:17695: checking for readline/readline.h configure:17695: result: yes configure:17695: checking readline/history.h usability configure:17695: x86_64-pc-linux-gnu-gcc -c -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe conftest.c >&5 configure:17695: $? = 0 configure:17695: result: yes configure:17695: checking readline/history.h presence configure:17695: x86_64-pc-linux-gnu-gcc -E conftest.c configure:17695: $? = 0 configure:17695: result: yes configure:17695: checking for readline/history.h configure:17695: result: yes configure:17709: checking for library containing tputs configure:17740: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lm >&5 conftest.c:140:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:142:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:142:1: warning: old-style function definition [-Wold-style-definition] /var/tmp/portage/sci-electronics/ngspice-25/temp/ccI6dnYL.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `tputs' collect2: error: ld returned 1 exit status configure:17740: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | #define RETSIGTYPE void | #define HAVE_SIG_T 1 | #define HAVE___SIGHANDLER_T 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_IO_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_LOCALTIME 1 | #define HAVE_FTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_UTIMES 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ISATTY 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_ACCESS 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_QSORT 1 | #define HAVE_DUP2 1 | #define HAVE_POPEN 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_GETCWD 1 | #define HAVE_LIBM 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_ERFC 1 | #define HAVE_LOGB 1 | #define HAVE_SCALB 1 | #define HAVE_SCALBN 1 | #define HAVE_ASINH 1 | #define HAVE_ACOSH 1 | #define HAVE_ATANH 1 | #define HAVE_FINITE 1 | #define HAVE_DECL_ISINF 1 | #define HAVE_DECL_ISNAN 1 | #define HAVE_SIGSETJMP /**/ | #define HAVE_LIBIBERTY_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_DIRNAME 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define NGSPICEBINDIR "/usr/bin" | #define NGSPICEDATADIR "/usr/share/ngspice" | #define NGSPICEBUILDDATE "Thu Feb 21 09:42:09 CST 2013" | #define XSPICE 1 | #define IPC_UNIX_SOCKETS 1 | #define HAVE_MODF 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define CIDER 1 | #define NDEV /**/ | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_GNUREADLINE /**/ | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_GNUREADLINE /**/ | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tputs (); | int | main () | { | return tputs (); | ; | return 0; | } configure:17740: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lncurses -lm >&5 conftest.c:140:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:142:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:142:1: warning: old-style function definition [-Wold-style-definition] /var/tmp/portage/sci-electronics/ngspice-25/temp/ccN6MG8R.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `tputs' collect2: error: ld returned 1 exit status configure:17740: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | #define RETSIGTYPE void | #define HAVE_SIG_T 1 | #define HAVE___SIGHANDLER_T 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_IO_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_LOCALTIME 1 | #define HAVE_FTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_UTIMES 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ISATTY 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_ACCESS 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_QSORT 1 | #define HAVE_DUP2 1 | #define HAVE_POPEN 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_GETCWD 1 | #define HAVE_LIBM 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_ERFC 1 | #define HAVE_LOGB 1 | #define HAVE_SCALB 1 | #define HAVE_SCALBN 1 | #define HAVE_ASINH 1 | #define HAVE_ACOSH 1 | #define HAVE_ATANH 1 | #define HAVE_FINITE 1 | #define HAVE_DECL_ISINF 1 | #define HAVE_DECL_ISNAN 1 | #define HAVE_SIGSETJMP /**/ | #define HAVE_LIBIBERTY_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_DIRNAME 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define NGSPICEBINDIR "/usr/bin" | #define NGSPICEDATADIR "/usr/share/ngspice" | #define NGSPICEBUILDDATE "Thu Feb 21 09:42:09 CST 2013" | #define XSPICE 1 | #define IPC_UNIX_SOCKETS 1 | #define HAVE_MODF 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define CIDER 1 | #define NDEV /**/ | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_GNUREADLINE /**/ | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_GNUREADLINE /**/ | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tputs (); | int | main () | { | return tputs (); | ; | return 0; | } configure:17740: x86_64-pc-linux-gnu-gcc -o conftest -O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ltermcap -lm >&5 conftest.c:140:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c:142:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] conftest.c: In function 'main': conftest.c:142:1: warning: old-style function definition [-Wold-style-definition] /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ltermcap collect2: error: ld returned 1 exit status configure:17740: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "ngspice" | #define PACKAGE_TARNAME "ngspice" | #define PACKAGE_VERSION "25" | #define PACKAGE_STRING "ngspice 25" | #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" | #define PACKAGE_URL "" | #define PACKAGE "ngspice" | #define VERSION "25" | #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_STRINGS_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE__PROC_MEMINFO 1 | #define HAVE__BOOL 1 | #define HAVE_STDBOOL_H 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC 1 | #define HAVE_STDLIB_H 1 | #define HAVE_REALLOC 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define SELECT_TYPE_ARG1 int | #define SELECT_TYPE_ARG234 (fd_set *) | #define SELECT_TYPE_ARG5 (struct timeval *) | #define HAVE_VPRINTF 1 | #define RETSIGTYPE void | #define HAVE_SIG_T 1 | #define HAVE___SIGHANDLER_T 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_PWD_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_IO_H 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STRUCT_TM_TM_ZONE 1 | #define HAVE_TM_ZONE 1 | #define HAVE_LOCALTIME 1 | #define HAVE_FTIME 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_TIME 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_UTIMES 1 | #define HAVE_GETRLIMIT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_GETHOSTBYNAME 1 | #define HAVE_MEMSET 1 | #define HAVE_SELECT 1 | #define HAVE_SOCKET 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRNCASECMP 1 | #define HAVE_STRSTR 1 | #define HAVE_STRTOL 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_ISATTY 1 | #define HAVE_TCGETATTR 1 | #define HAVE_TCSETATTR 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_ACCESS 1 | #define HAVE_BCOPY 1 | #define HAVE_BZERO 1 | #define HAVE_QSORT 1 | #define HAVE_DUP2 1 | #define HAVE_POPEN 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_GETCWD 1 | #define HAVE_LIBM 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_ERFC 1 | #define HAVE_LOGB 1 | #define HAVE_SCALB 1 | #define HAVE_SCALBN 1 | #define HAVE_ASINH 1 | #define HAVE_ACOSH 1 | #define HAVE_ATANH 1 | #define HAVE_FINITE 1 | #define HAVE_DECL_ISINF 1 | #define HAVE_DECL_ISNAN 1 | #define HAVE_SIGSETJMP /**/ | #define HAVE_LIBIBERTY_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_ASPRINTF 1 | #define HAVE_DIRNAME 1 | #define HAVE_GETOPT_H 1 | #define HAVE_GETOPT_LONG 1 | #define NGSPICEBINDIR "/usr/bin" | #define NGSPICEDATADIR "/usr/share/ngspice" | #define NGSPICEBUILDDATE "Thu Feb 21 09:42:09 CST 2013" | #define XSPICE 1 | #define IPC_UNIX_SOCKETS 1 | #define HAVE_MODF 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MALLOC_H 1 | #define CIDER 1 | #define NDEV /**/ | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_GNUREADLINE /**/ | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_GNUREADLINE /**/ | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tputs (); | int | main () | { | return tputs (); | ; | return 0; | } configure:17757: result: no configure:17766: error: Found neither ncurses or termcap ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-march=native -O2 -pipe' 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=set ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=x86_64-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=x86_64-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func__doprnt=no ac_cv_func_access=yes ac_cv_func_acosh=yes ac_cv_func_alloca_works=yes ac_cv_func_asinh=yes ac_cv_func_asprintf=yes ac_cv_func_atanh=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_closedir_void=no ac_cv_func_connect=yes ac_cv_func_dirname=yes ac_cv_func_dlopen=no ac_cv_func_dup2=yes ac_cv_func_endpwent=yes ac_cv_func_erfc=yes ac_cv_func_finite=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_ftime=yes ac_cv_func_getcwd=yes ac_cv_func_gethostbyname=yes ac_cv_func_getopt_long=yes ac_cv_func_getrlimit=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_isatty=yes ac_cv_func_localtime=yes ac_cv_func_logb=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_modf=yes ac_cv_func_popen=yes ac_cv_func_qsort=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_remove=yes ac_cv_func_scalb=yes ac_cv_func_scalbn=yes ac_cv_func_select=yes ac_cv_func_select_args='int,fd_set *,struct timeval *' ac_cv_func_setvbuf_reversed=no ac_cv_func_shl_load=no ac_cv_func_shmat=yes ac_cv_func_socket=yes ac_cv_func_strchr=yes ac_cv_func_strdup=yes ac_cv_func_strerror=yes ac_cv_func_strncasecmp=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_strtol=yes ac_cv_func_tcgetattr=yes ac_cv_func_tcsetattr=yes ac_cv_func_time=yes ac_cv_func_utimes=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_vprintf=yes ac_cv_have_decl_isinf=yes ac_cv_have_decl_isnan=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header__proc_meminfo=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_ctype_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_getopt_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_libgen_h=yes ac_cv_header_libiberty_h=yes ac_cv_header_libintl_h=yes ac_cv_header_limits_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_pwd_h=yes ac_cv_header_readline_history_h=yes ac_cv_header_readline_readline_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=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_stropts_h=yes ac_cv_header_sys_file_h=yes ac_cv_header_sys_io_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_timeb_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_termios_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_values_h=yes ac_cv_header_vfork_h=no ac_cv_host=x86_64-pc-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_Xaw_main=yes ac_cv_lib_Xext_XShmAttach=yes ac_cv_lib_Xmu_main=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_m_sqrt=yes ac_cv_member_struct_tm_tm_zone=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=x86_64-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' ac_cv_prog_DLLTOOL=dlltool ac_cv_prog_LEX=flex ac_cv_prog_OBJDUMP=objdump ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip ac_cv_prog_YACC='bison -y' ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_search_tputs=no ac_cv_struct_tm=time.h ac_cv_type__Bool=yes ac_cv_type___sighandler_t=yes ac_cv_type_pid_t=yes ac_cv_type_sig_t=yes ac_cv_type_sighandler_t=no ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=none am_cv_ar_interface=ar am_cv_make_support_nested_variables=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no 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=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/sci-electronics/ngspice-25/work/ngspice-25/missing --run aclocal-1.12' ADMSXML='' ALLOCA='' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='#' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CPPFLAGS='-I. -I$(srcdir) -I$(top_builddir)/src/include' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='x86_64-pc-linux-gnu-ar' AS='as' AUTOCONF='${SHELL} /var/tmp/portage/sci-electronics/ngspice-25/work/ngspice-25/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/sci-electronics/ngspice-25/work/ngspice-25/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/sci-electronics/ngspice-25/work/ngspice-25/missing --run automake-1.12' AWK='gawk' CC='x86_64-pc-linux-gnu-gcc' CCDEPMODE='depmode=none' CFLAGS='-O2 -Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wold-style-definition -Wredundant-decls -Wconversion -march=native -O2 -pipe' CIDER_WANTED_FALSE='#' CIDER_WANTED_TRUE='' CPP='x86_64-pc-linux-gnu-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' LDFLAGS='-Wl,-O1 -Wl,--as-needed' LEX='flex' LIBOBJS='' LIBS='-lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/tmp/portage/sci-electronics/ngspice-25/work/ngspice-25/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NDEV_WANTED_FALSE='#' NDEV_WANTED_TRUE='' NM='/usr/bin/nm -B' NMEDIT='' NOTVLADEVDIR='adms' NOTXGRAPH='xgraph' NO_HELP_FALSE='#' NO_HELP_TRUE='' NO_X_FALSE='' NO_X_TRUE='#' NUMDEV_WANTED_FALSE='#' NUMDEV_WANTED_TRUE='' OBJDUMP='objdump' OBJEXT='o' OPENMP_CFLAGS='' OTOOL64='' OTOOL='' PACKAGE='ngspice' PACKAGE_BUGREPORT='http://ngspice.sourceforge.net/bugrep.html' PACKAGE_NAME='ngspice' PACKAGE_STRING='ngspice 25' PACKAGE_TARNAME='ngspice' PACKAGE_URL='' PACKAGE_VERSION='25' PATH_SEPARATOR=':' PSS_WANTED_FALSE='' PSS_WANTED_TRUE='#' RANLIB='x86_64-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STATIC='-static' STRIP='x86_64-pc-linux-gnu-strip' TCLCYG_FALSE='' TCLCYG_TRUE='#' TCLWIN_FALSE='' TCLWIN_TRUE='#' TCL_LIB_SPEC='' TCL_MODULE_FALSE='' TCL_MODULE_TRUE='#' TCL_PACKAGE_PATH='' VERSION='25' VLADEV='' VLADEVDIR='' WINDOWS_FALSE='' WINDOWS_TRUE='#' XGRAPHDIR='' XMKMF='' XSPICEDLLIBS='-ldl' XSPICEINIT='' XSPICE_WANTED_FALSE='#' XSPICE_WANTED_TRUE='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS=' -lXaw -lXmu -lXt -lXext -lX11' X_PRE_LIBS=' -lSM -lICE' YACC='bison -y' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='' 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='x86_64-pc-linux-gnu' build_cpu='x86_64' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-pc-linux-gnu' host_alias='x86_64-pc-linux-gnu' host_cpu='x86_64' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/tmp/portage/sci-electronics/ngspice-25/work/ngspice-25/install-sh' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' mandir='/usr/share/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "ngspice" #define PACKAGE_TARNAME "ngspice" #define PACKAGE_VERSION "25" #define PACKAGE_STRING "ngspice 25" #define PACKAGE_BUGREPORT "http://ngspice.sourceforge.net/bugrep.html" #define PACKAGE_URL "" #define PACKAGE "ngspice" #define VERSION "25" #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_STRINGS_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE__PROC_MEMINFO 1 #define HAVE__BOOL 1 #define HAVE_STDBOOL_H 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_STDLIB_H 1 #define HAVE_REALLOC 1 #define HAVE_DIRENT_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define SELECT_TYPE_ARG1 int #define SELECT_TYPE_ARG234 (fd_set *) #define SELECT_TYPE_ARG5 (struct timeval *) #define HAVE_VPRINTF 1 #define RETSIGTYPE void #define HAVE_SIG_T 1 #define HAVE___SIGHANDLER_T 1 #define HAVE_DIRENT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_CTYPE_H 1 #define HAVE_PWD_H 1 #define HAVE_FCNTL_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_STROPTS_H 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_STDDEF_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYS_IO_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_TM_ZONE 1 #define HAVE_LOCALTIME 1 #define HAVE_FTIME 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_TIME 1 #define HAVE_GETRUSAGE 1 #define HAVE_UTIMES 1 #define HAVE_GETRLIMIT 1 #define HAVE_ENDPWENT 1 #define HAVE_GETHOSTBYNAME 1 #define HAVE_MEMSET 1 #define HAVE_SELECT 1 #define HAVE_SOCKET 1 #define HAVE_STRDUP 1 #define HAVE_STRERROR 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRSTR 1 #define HAVE_STRTOL 1 #define HAVE_TERMIOS_H 1 #define HAVE_ISATTY 1 #define HAVE_TCGETATTR 1 #define HAVE_TCSETATTR 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_ACCESS 1 #define HAVE_BCOPY 1 #define HAVE_BZERO 1 #define HAVE_QSORT 1 #define HAVE_DUP2 1 #define HAVE_POPEN 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_GETCWD 1 #define HAVE_LIBM 1 #define HAVE_FLOAT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_VALUES_H 1 #define HAVE_ERFC 1 #define HAVE_LOGB 1 #define HAVE_SCALB 1 #define HAVE_SCALBN 1 #define HAVE_ASINH 1 #define HAVE_ACOSH 1 #define HAVE_ATANH 1 #define HAVE_FINITE 1 #define HAVE_DECL_ISINF 1 #define HAVE_DECL_ISNAN 1 #define HAVE_SIGSETJMP /**/ #define HAVE_LIBIBERTY_H 1 #define HAVE_LIBGEN_H 1 #define HAVE_ASPRINTF 1 #define HAVE_DIRNAME 1 #define HAVE_GETOPT_H 1 #define HAVE_GETOPT_LONG 1 #define NGSPICEBINDIR "/usr/bin" #define NGSPICEDATADIR "/usr/share/ngspice" #define NGSPICEBUILDDATE "Thu Feb 21 09:42:09 CST 2013" #define XSPICE 1 #define IPC_UNIX_SOCKETS 1 #define HAVE_MODF 1 #define HAVE_LIBINTL_H 1 #define HAVE_MALLOC_H 1 #define CIDER 1 #define NDEV /**/ #define HAVE_READLINE_READLINE_H 1 #define HAVE_GNUREADLINE /**/ #define HAVE_READLINE_HISTORY_H 1 #define HAVE_GNUREADLINE /**/ configure: exit 1