Build of libieee1284 with clang_glibc toolchain

The build took 00h 01m 30s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
8,685 sh
5,343 ansic
918 makefile
14,946 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: libieee1284 0.2.11-5 (Thu Apr 13 18:37:26 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ANSI C... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking whether clang and cc understand -c and -o together... yes
# checking how to run the C preprocessor... clang -E
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for egrep... grep -E
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for BSD-compatible nm... /usr/bin/nm -B
# checking how to recognise dependent libraries... pass_all
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking dlfcn.h usability... yes
# checking dlfcn.h presence... yes
# checking for dlfcn.h... yes
# checking for x86_64-unknown-linux-g++... clang++
# checking whether we are using the GNU C++ compiler... yes
# checking whether clang++ accepts -g... yes
# checking dependency style of clang++... gcc3
# checking how to run the C++ preprocessor... clang++ -E
# checking for x86_64-unknown-linux-g77... no
# checking for x86_64-unknown-linux-f77... no
# checking for x86_64-unknown-linux-xlf... no
# checking for x86_64-unknown-linux-frt... no
# checking for x86_64-unknown-linux-pgf77... no
# checking for x86_64-unknown-linux-fort77... no
# checking for x86_64-unknown-linux-fl32... no
# checking for x86_64-unknown-linux-af77... no
# checking for x86_64-unknown-linux-f90... no
# checking for x86_64-unknown-linux-xlf90... no
# checking for x86_64-unknown-linux-pgf90... no
# checking for x86_64-unknown-linux-epcf90... no
# checking for x86_64-unknown-linux-f95... no
# checking for x86_64-unknown-linux-fort... no
# checking for x86_64-unknown-linux-xlf95... no
# checking for x86_64-unknown-linux-ifc... no
# checking for x86_64-unknown-linux-efc... no
# checking for x86_64-unknown-linux-pgf95... no
# checking for x86_64-unknown-linux-lf95... no
# checking for x86_64-unknown-linux-gfortran... no
# checking for g77... no
# checking for f77... no
# checking for xlf... no
# checking for frt... no
# checking for pgf77... no
# checking for fort77... no
# checking for fl32... no
# checking for af77... no
# checking for f90... no
# checking for xlf90... no
# checking for pgf90... no
# checking for epcf90... no
# checking for f95... f95
# checking whether we are using the GNU Fortran 77 compiler... yes
# checking whether f95 accepts -g... yes
# checking the maximum length of command line arguments... 32768
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for objdir... .libs
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for x86_64-unknown-linux-strip... strip
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC
# checking if clang PIC flag -fPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# configure: creating libtool
# appending configuration tag "CXX" to libtool
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC
# checking if clang++ PIC flag -fPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# appending configuration tag "F77" to libtool
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for f95 option to produce PIC... -fPIC
# checking if f95 PIC flag -fPIC works... yes
# checking if f95 static flag -static works... no
# checking if f95 supports -c -o file.o... yes
# checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking sys/io.h usability... yes
# checking sys/io.h presence... yes
# checking for sys/io.h... yes
# checking whether to build python bindings... (cached) yes
# checking for python... /usr/bin/python
# checking for python version... File "", line 1
# import sys; print sys.version[:3]
# ^
# SyntaxError: invalid syntax
#
# checking for python platform... File "", line 1
# import sys; print sys.platform
# ^
# SyntaxError: invalid syntax
#
# checking for python script directory... ${prefix}/lib/python/site-packages
# checking for python extension module directory... ${exec_prefix}/lib/python/site-packages
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating libieee1284.spec
# config.status: creating include/config.h
# config.status: executing depfiles commands
# depbase=`echo src/detect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/detect.lo -MD -MP -MF "$depbase.Tpo" -c -o src/detect.lo src/detect.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# mkdir src/.libs
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/detect.lo -MD -MP -MF src/.deps/detect.Tpo -c src/detect.c -fPIC -DPIC -o src/.libs/detect.o
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/detect.lo -MD -MP -MF src/.deps/detect.Tpo -c src/detect.c -o src/detect.o >/dev/null 2>&1
# depbase=`echo src/ports.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/ports.lo -MD -MP -MF "$depbase.Tpo" -c -o src/ports.lo src/ports.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/ports.lo -MD -MP -MF src/.deps/ports.Tpo -c src/ports.c -fPIC -DPIC -o src/.libs/ports.o
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/ports.lo -MD -MP -MF src/.deps/ports.Tpo -c src/ports.c -o src/ports.o >/dev/null 2>&1
# depbase=`echo src/deviceid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/deviceid.lo -MD -MP -MF "$depbase.Tpo" -c -o src/deviceid.lo src/deviceid.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/deviceid.lo -MD -MP -MF src/.deps/deviceid.Tpo -c src/deviceid.c -fPIC -DPIC -o src/.libs/deviceid.o
# src/deviceid.c:88:28: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
# debugprintf ("<== %d\n", got);
# ~~ ^~~
# %zd
# 1 warning generated.
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/deviceid.lo -MD -MP -MF src/.deps/deviceid.Tpo -c src/deviceid.c -o src/deviceid.o >/dev/null 2>&1
# depbase=`echo src/state.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/state.lo -MD -MP -MF "$depbase.Tpo" -c -o src/state.lo src/state.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/state.lo -MD -MP -MF src/.deps/state.Tpo -c src/state.c -fPIC -DPIC -o src/.libs/state.o
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/state.lo -MD -MP -MF src/.deps/state.Tpo -c src/state.c -o src/state.o >/dev/null 2>&1
# depbase=`echo src/delay.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/delay.lo -MD -MP -MF "$depbase.Tpo" -c -o src/delay.lo src/delay.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/delay.lo -MD -MP -MF src/.deps/delay.Tpo -c src/delay.c -fPIC -DPIC -o src/.libs/delay.o
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/delay.lo -MD -MP -MF src/.deps/delay.Tpo -c src/delay.c -o src/delay.o >/dev/null 2>&1
# depbase=`echo src/default.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/default.lo -MD -MP -MF "$depbase.Tpo" -c -o src/default.lo src/default.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/default.lo -MD -MP -MF src/.deps/default.Tpo -c src/default.c -fPIC -DPIC -o src/.libs/default.o
# src/default.c:371:28: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# debugprintf ("<== %d\n", len);
# ~~ ^~~
# %zu
# src/default.c:376:50: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# debugprintf ("<== %d (terminated on error)\n", count);
# ~~ ^~~~~
# %zu
# src/default.c:417:28: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# debugprintf ("<== %d\n", len);
# ~~ ^~~
# %zu
# src/default.c:422:50: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# debugprintf ("<== %d (terminated on error)\n", count);
# ~~ ^~~~~
# %zu
# src/default.c:432:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# unsigned char *buf = buffer;
# ^ ~~~~~~
# src/default.c:488:46: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# debugprintf ("<== %d default_byte_read\n", count);
# ~~ ^~~~~
# %zu
# src/default.c:499:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# unsigned char *buf = buffer;
# ^ ~~~~~~
# src/default.c:606:28: warning: format specifies type 'int' but the argument has type 'ssize_t' (aka 'long') [-Wformat]
# debugprintf ("<== %d\n", ret);
# ~~ ^~~
# %zd
# src/default.c:633:18: warning: initializing 'unsigned char *' with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# unsigned char *buf = buffer;
# ^ ~~~~~~
# src/default.c:688:6: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# rle_count);
# ^~~~~~~~~
# src/default.c:722:50: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# debugprintf ("Decompressed to %d bytes\n", rle_count);
# ~~ ^~~~~~~~~
# %zu
# src/default.c:744:24: warning: initializing 'const unsigned char *' with an expression of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# const unsigned char *buf = buffer;
# ^ ~~~~~~
# src/default.c:827:24: warning: initializing 'const unsigned char *' with an expression of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# const unsigned char *buf = buffer;
# ^ ~~~~~~
# 13 warnings generated.
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/default.lo -MD -MP -MF src/.deps/default.Tpo -c src/default.c -o src/default.o >/dev/null 2>&1
# depbase=`echo src/access_io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/access_io.lo -MD -MP -MF "$depbase.Tpo" -c -o src/access_io.lo src/access_io.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/access_io.lo -MD -MP -MF src/.deps/access_io.Tpo -c src/access_io.c -fPIC -DPIC -o src/.libs/access_io.o
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/access_io.lo -MD -MP -MF src/.deps/access_io.Tpo -c src/access_io.c -o src/access_io.o >/dev/null 2>&1
# depbase=`echo src/access_ppdev.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/access_ppdev.lo -MD -MP -MF "$depbase.Tpo" -c -o src/access_ppdev.lo src/access_ppdev.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/access_ppdev.lo -MD -MP -MF src/.deps/access_ppdev.Tpo -c src/access_ppdev.c -fPIC -DPIC -o src/.libs/access_ppdev.o
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/access_ppdev.lo -MD -MP -MF src/.deps/access_ppdev.Tpo -c src/access_ppdev.c -o src/access_ppdev.o >/dev/null 2>&1
# depbase=`echo src/access_lpt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/access_lpt.lo -MD -MP -MF "$depbase.Tpo" -c -o src/access_lpt.lo src/access_lpt.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/access_lpt.lo -MD -MP -MF src/.deps/access_lpt.Tpo -c src/access_lpt.c -fPIC -DPIC -o src/.libs/access_lpt.o
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/access_lpt.lo -MD -MP -MF src/.deps/access_lpt.Tpo -c src/access_lpt.c -o src/access_lpt.o >/dev/null 2>&1
# depbase=`echo src/interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/interface.lo -MD -MP -MF "$depbase.Tpo" -c -o src/interface.lo src/interface.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/interface.lo -MD -MP -MF src/.deps/interface.Tpo -c src/interface.c -fPIC -DPIC -o src/.libs/interface.o
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/interface.lo -MD -MP -MF src/.deps/interface.Tpo -c src/interface.c -o src/interface.o >/dev/null 2>&1
# depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/debug.lo -MD -MP -MF "$depbase.Tpo" -c -o src/debug.lo src/debug.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -fPIC -DPIC -o src/.libs/debug.o
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -o src/debug.o >/dev/null 2>&1
# depbase=`echo src/conf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/conf.lo -MD -MP -MF "$depbase.Tpo" -c -o src/conf.lo src/conf.c; \
# then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/conf.lo -MD -MP -MF src/.deps/conf.Tpo -c src/conf.c -fPIC -DPIC -o src/.libs/conf.o
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -MT src/conf.lo -MD -MP -MF src/.deps/conf.Tpo -c src/conf.c -o src/conf.o >/dev/null 2>&1
# /bin/sh ./libtool --tag=CC --mode=link clang -o libieee1284.la -rpath /usr/lib -version-info 5:2:2 -export-symbols ./libieee1284.sym src/detect.lo src/ports.lo src/deviceid.lo src/state.lo src/delay.lo src/default.lo src/access_io.lo src/access_ppdev.lo src/access_lpt.lo src/interface.lo src/debug.lo src/conf.lo
# mkdir .libs
# echo "{ global:" > .libs/libieee1284.ver
# cat ./libieee1284.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libieee1284.ver
# echo "local: *; };" >> .libs/libieee1284.ver
# clang -shared src/.libs/detect.o src/.libs/ports.o src/.libs/deviceid.o src/.libs/state.o src/.libs/delay.o src/.libs/default.o src/.libs/access_io.o src/.libs/access_ppdev.o src/.libs/access_lpt.o src/.libs/interface.o src/.libs/debug.o src/.libs/conf.o -Wl,-soname -Wl,libieee1284.so.3 -Wl,-version-script -Wl,.libs/libieee1284.ver -o .libs/libieee1284.so.3.2.2
# (cd .libs && rm -f libieee1284.so.3 && ln -s libieee1284.so.3.2.2 libieee1284.so.3)
# (cd .libs && rm -f libieee1284.so && ln -s libieee1284.so.3.2.2 libieee1284.so)
# ar cru .libs/libieee1284.a src/detect.o src/ports.o src/deviceid.o src/state.o src/delay.o src/default.o src/access_io.o src/access_ppdev.o src/access_lpt.o src/interface.o src/debug.o src/conf.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib .libs/libieee1284.a
# creating libieee1284.la
# (cd .libs && rm -f libieee1284.la && ln -s ../libieee1284.la libieee1284.la)
# if /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I/usr/include/python -fpic -MT src/src_ieee1284module_la-ieee1284module.lo -MD -MP -MF "src/.deps/src_ieee1284module_la-ieee1284module.Tpo" -c -o src/src_ieee1284module_la-ieee1284module.lo `test -f 'src/ieee1284module.c' || echo './'`src/ieee1284module.c; \
# then mv -f "src/.deps/src_ieee1284module_la-ieee1284module.Tpo" "src/.deps/src_ieee1284module_la-ieee1284module.Plo"; else rm -f "src/.deps/src_ieee1284module_la-ieee1284module.Tpo"; exit 1; fi
# clang -DHAVE_CONFIG_H -I. -I. -I./include -I./include -I/usr/include/python -fpic -MT src/src_ieee1284module_la-ieee1284module.lo -MD -MP -MF src/.deps/src_ieee1284module_la-ieee1284module.Tpo -c src/ieee1284module.c -fPIC -DPIC -o src/.libs/src_ieee1284module_la-ieee1284module.o
# src/ieee1284module.c:20:10: fatal error: 'Python.h' file not found
# #include
# ^
# 1 error generated.
# make: *** [Makefile:626: src/src_ieee1284module_la-ieee1284module.lo] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/libieee1284/src/libieee1284-0.2.11/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by libieee1284 configure 0.2.11, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4965497fd079
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1550: checking for a BSD-compatible install
# configure:1605: result: /usr/bin/install -c
# configure:1616: checking whether build environment is sane
# configure:1659: result: yes
# configure:1724: checking for gawk
# configure:1740: found /usr/bin/gawk
# configure:1750: result: gawk
# configure:1760: checking whether make sets $(MAKE)
# configure:1780: result: yes
# configure:1856: checking for x86_64-unknown-linux-strip
# configure:1885: result: no
# configure:1894: checking for strip
# configure:1910: found /usr/bin/strip
# configure:1921: result: strip
# configure:1960: checking for x86_64-unknown-linux-gcc
# configure:1986: result: clang
# configure:2268: checking for C compiler version
# configure:2271: clang --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2274: $? = 0
# configure:2276: clang -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2279: $? = 0
# configure:2281: clang -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2284: $? = 1
# configure:2307: checking for C compiler default output file name
# configure:2310: clang conftest.c >&5
# configure:2313: $? = 0
# configure:2359: result: a.out
# configure:2364: checking whether the C compiler works
# configure:2370: ./a.out
# configure:2373: $? = 0
# configure:2390: result: yes
# configure:2397: checking whether we are cross compiling
# configure:2399: result: no
# configure:2402: checking for suffix of executables
# configure:2404: clang -o conftest conftest.c >&5
# configure:2407: $? = 0
# configure:2432: result:
# configure:2438: checking for suffix of object files
# configure:2459: clang -c conftest.c >&5
# configure:2462: $? = 0
# configure:2484: result: o
# configure:2488: checking whether we are using the GNU C compiler
# configure:2512: clang -c conftest.c >&5
# configure:2518: $? = 0
# configure:2522: test -z
# || test ! -s conftest.err
# configure:2525: $? = 0
# configure:2528: test -s conftest.o
# configure:2531: $? = 0
# configure:2544: result: yes
# configure:2550: checking whether clang accepts -g
# configure:2571: clang -c -g conftest.c >&5
# configure:2577: $? = 0
# configure:2581: test -z
# || test ! -s conftest.err
# configure:2584: $? = 0
# configure:2587: test -s conftest.o
# configure:2590: $? = 0
# configure:2601: result: yes
# configure:2618: checking for clang option to accept ANSI C
# configure:2688: clang -c conftest.c >&5
# configure:2694: $? = 0
# configure:2698: test -z
# || test ! -s conftest.err
# configure:2701: $? = 0
# configure:2704: test -s conftest.o
# configure:2707: $? = 0
# configure:2725: result: none needed
# configure:2743: clang -c conftest.c >&5
# conftest.c:2:3: error: unknown type name 'choke'
# choke me
# ^
# conftest.c:2:11: error: expected ';' after top level declarator
# choke me
# ^
# ;
# 2 errors generated.
# configure:2749: $? = 1
# configure: failed program was:
# | #ifndef __cplusplus
# | choke me
# | #endif
# configure:2893: checking for style of include used by make
# configure:2921: result: GNU
# configure:2949: checking dependency style of clang
# configure:3039: result: gcc3
# configure:3057: checking whether clang and cc understand -c and -o together
# configure:3087: clang -c conftest.c -o conftest.o >&5
# configure:3090: $? = 0
# configure:3092: clang -c conftest.c -o conftest.o >&5
# configure:3095: $? = 0
# configure:3102: cc -c conftest.c >&5
# configure:3105: $? = 0
# configure:3108: cc -c conftest.c -o conftest.o >&5
# configure:3111: $? = 0
# configure:3113: cc -c conftest.c -o conftest.o >&5
# configure:3116: $? = 0
# configure:3134: result: yes
# configure:3164: checking how to run the C preprocessor
# configure:3199: clang -E conftest.c
# configure:3205: $? = 0
# configure:3237: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3243: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libieee1284"
# | #define PACKAGE_TARNAME "libieee1284"
# | #define PACKAGE_VERSION "0.2.11"
# | #define PACKAGE_STRING "libieee1284 0.2.11"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libieee1284"
# | #define VERSION "0.2.11"
# | /* end confdefs.h. */
# | #include
# configure:3282: result: clang -E
# configure:3306: clang -E conftest.c
# configure:3312: $? = 0
# configure:3344: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3350: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libieee1284"
# | #define PACKAGE_TARNAME "libieee1284"
# | #define PACKAGE_VERSION "0.2.11"
# | #define PACKAGE_STRING "libieee1284 0.2.11"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libieee1284"
# | #define VERSION "0.2.11"
# | /* end confdefs.h. */
# | #include
# configure:3406: checking for a BSD-compatible install
# configure:3461: result: /usr/bin/install -c
# configure:3472: checking whether ln -s works
# configure:3476: result: yes
# configure:3483: checking whether make sets $(MAKE)
# configure:3503: result: yes
# configure:3590: checking build system type
# configure:3608: result: x86_64-unknown-linux-gnu
# configure:3616: checking host system type
# configure:3630: result: x86_64-unknown-linux-gnu
# configure:3638: checking for a sed that does not truncate output
# configure:3694: result: /usr/bin/sed
# configure:3697: checking for egrep
# configure:3707: result: grep -E
# configure:3723: checking for ld used by clang
# configure:3790: result: /usr/bin/ld
# configure:3799: checking if the linker (/usr/bin/ld) is GNU ld
# configure:3814: result: yes
# configure:3819: checking for /usr/bin/ld option to reload object files
# configure:3826: result: -r
# configure:3844: checking for BSD-compatible nm
# configure:3893: result: /usr/bin/nm -B
# configure:3897: checking how to recognise dependent libraries
# configure:4073: result: pass_all
# configure:4161: clang -c conftest.c >&5
# configure:4164: $? = 0
# configure:4306: checking for ANSI C header files
# configure:4331: clang -c conftest.c >&5
# configure:4337: $? = 0
# configure:4341: test -z
# || test ! -s conftest.err
# configure:4344: $? = 0
# configure:4347: test -s conftest.o
# configure:4350: $? = 0
# configure:4439: clang -o conftest conftest.c >&5
# conftest.c:28:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(2);
# ^
# conftest.c:28:7: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:4442: $? = 0
# configure:4444: ./conftest
# configure:4447: $? = 0
# configure:4462: result: yes
# configure:4486: checking for sys/types.h
# configure:4502: clang -c conftest.c >&5
# configure:4508: $? = 0
# configure:4512: test -z
# || test ! -s conftest.err
# configure:4515: $? = 0
# configure:4518: test -s conftest.o
# configure:4521: $? = 0
# configure:4532: result: yes
# configure:4486: checking for sys/stat.h
# configure:4502: clang -c conftest.c >&5
# configure:4508: $? = 0
# configure:4512: test -z
# || test ! -s conftest.err
# configure:4515: $? = 0
# configure:4518: test -s conftest.o
# configure:4521: $? = 0
# configure:4532: result: yes
# configure:4486: checking for stdlib.h
# configure:4502: clang -c conftest.c >&5
# configure:4508: $? = 0
# configure:4512: test -z
# || test ! -s conftest.err
# configure:4515: $? = 0
# configure:4518: test -s conftest.o
# configure:4521: $? = 0
# configure:4532: result: yes
# configure:4486: checking for string.h
# configure:4502: clang -c conftest.c >&5
# configure:4508: $? = 0
# configure:4512: test -z
# || test ! -s conftest.err
# configure:4515: $? = 0
# configure:4518: test -s conftest.o
# configure:4521: $? = 0
# configure:4532: result: yes
# configure:4486: checking for memory.h
# configure:4502: clang -c conftest.c >&5
# configure:4508: $? = 0
# configure:4512: test -z
# || test ! -s conftest.err
# configure:4515: $? = 0
# configure:4518: test -s conftest.o
# configure:4521: $? = 0
# configure:4532: result: yes
# configure:4486: checking for strings.h
# configure:4502: clang -c conftest.c >&5
# configure:4508: $? = 0
# configure:4512: test -z
# || test ! -s conftest.err
# configure:4515: $? = 0
# configure:4518: test -s conftest.o
# configure:4521: $? = 0
# configure:4532: result: yes
# configure:4486: checking for inttypes.h
# configure:4502: clang -c conftest.c >&5
# configure:4508: $? = 0
# configure:4512: test -z
# || test ! -s conftest.err
# configure:4515: $? = 0
# configure:4518: test -s conftest.o
# configure:4521: $? = 0
# configure:4532: result: yes
# configure:4486: checking for stdint.h
# configure:4502: clang -c conftest.c >&5
# configure:4508: $? = 0
# configure:4512: test -z
# || test ! -s conftest.err
# configure:4515: $? = 0
# configure:4518: test -s conftest.o
# configure:4521: $? = 0
# configure:4532: result: yes
# configure:4486: checking for unistd.h
# configure:4502: clang -c conftest.c >&5
# configure:4508: $? = 0
# configure:4512: test -z
# || test ! -s conftest.err
# configure:4515: $? = 0
# configure:4518: test -s conftest.o
# configure:4521: $? = 0
# configure:4532: result: yes
# configure:4558: checking dlfcn.h usability
# configure:4570: clang -c conftest.c >&5
# configure:4576: $? = 0
# configure:4580: test -z
# || test ! -s conftest.err
# configure:4583: $? = 0
# configure:4586: test -s conftest.o
# configure:4589: $? = 0
# configure:4599: result: yes
# configure:4603: checking dlfcn.h presence
# configure:4613: clang -E conftest.c
# configure:4619: $? = 0
# configure:4639: result: yes
# configure:4674: checking for dlfcn.h
# configure:4681: result: yes
# configure:4704: checking for x86_64-unknown-linux-g++
# configure:4730: result: clang++
# configure:4788: checking for C++ compiler version
# configure:4791: clang++ --version &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4794: $? = 0
# configure:4796: clang++ -v &5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:4799: $? = 0
# configure:4801: clang++ -V &5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4804: $? = 1
# configure:4807: checking whether we are using the GNU C++ compiler
# configure:4831: clang++ -c conftest.cc >&5
# configure:4837: $? = 0
# configure:4841: test -z
# || test ! -s conftest.err
# configure:4844: $? = 0
# configure:4847: test -s conftest.o
# configure:4850: $? = 0
# configure:4863: result: yes
# configure:4869: checking whether clang++ accepts -g
# configure:4890: clang++ -c -g conftest.cc >&5
# configure:4896: $? = 0
# configure:4900: test -z
# || test ! -s conftest.err
# configure:4903: $? = 0
# configure:4906: test -s conftest.o
# configure:4909: $? = 0
# configure:4920: result: yes
# configure:4962: clang++ -c conftest.cc >&5
# configure:4968: $? = 0
# configure:4972: test -z
# || test ! -s conftest.err
# configure:4975: $? = 0
# configure:4978: test -s conftest.o
# configure:4981: $? = 0
# configure:5007: clang++ -c conftest.cc >&5
# conftest.cc:26:1: error: use of undeclared identifier 'exit'
# exit (42);
# ^
# 1 error generated.
# configure:5013: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libieee1284"
# | #define PACKAGE_TARNAME "libieee1284"
# | #define PACKAGE_VERSION "0.2.11"
# | #define PACKAGE_STRING "libieee1284 0.2.11"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libieee1284"
# | #define VERSION "0.2.11"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4962: clang++ -c conftest.cc >&5
# conftest.cc:22:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# conftest.cc:22:49: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int) throw (); using std::exit;
# ^
# 2 errors generated.
# configure:4968: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libieee1284"
# | #define PACKAGE_TARNAME "libieee1284"
# | #define PACKAGE_VERSION "0.2.11"
# | #define PACKAGE_STRING "libieee1284 0.2.11"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libieee1284"
# | #define VERSION "0.2.11"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void std::exit (int) throw (); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4962: clang++ -c conftest.cc >&5
# conftest.cc:22:17: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# conftest.cc:22:40: error: use of undeclared identifier 'std'
# extern "C" void std::exit (int); using std::exit;
# ^
# 2 errors generated.
# configure:4968: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libieee1284"
# | #define PACKAGE_TARNAME "libieee1284"
# | #define PACKAGE_VERSION "0.2.11"
# | #define PACKAGE_STRING "libieee1284 0.2.11"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libieee1284"
# | #define VERSION "0.2.11"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# | extern "C" void std::exit (int); using std::exit;
# | #include
# | int
# | main ()
# | {
# | exit (42);
# | ;
# | return 0;
# | }
# configure:4962: clang++ -c conftest.cc >&5
# configure:4968: $? = 0
# configure:4972: test -z
# || test ! -s conftest.err
# configure:4975: $? = 0
# configure:4978: test -s conftest.o
# configure:4981: $? = 0
# configure:5007: clang++ -c conftest.cc >&5
# configure:5013: $? = 0
# configure:5017: test -z
# || test ! -s conftest.err
# configure:5020: $? = 0
# configure:5023: test -s conftest.o
# configure:5026: $? = 0
# configure:5051: checking dependency style of clang++
# configure:5141: result: gcc3
# configure:5168: checking how to run the C++ preprocessor
# configure:5199: clang++ -E conftest.cc
# configure:5205: $? = 0
# configure:5237: clang++ -E conftest.cc
# conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5243: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libieee1284"
# | #define PACKAGE_TARNAME "libieee1284"
# | #define PACKAGE_VERSION "0.2.11"
# | #define PACKAGE_STRING "libieee1284 0.2.11"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libieee1284"
# | #define VERSION "0.2.11"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:5282: result: clang++ -E
# configure:5306: clang++ -E conftest.cc
# configure:5312: $? = 0
# configure:5344: clang++ -E conftest.cc
# conftest.cc:25:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5350: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# |
# | #define PACKAGE_NAME "libieee1284"
# | #define PACKAGE_TARNAME "libieee1284"
# | #define PACKAGE_VERSION "0.2.11"
# | #define PACKAGE_STRING "libieee1284 0.2.11"
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "libieee1284"
# | #define VERSION "0.2.11"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #ifdef __cplusplus
# | extern "C" void exit (int) throw ();
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:5405: checking for x86_64-unknown-linux-g77
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-f77
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-xlf
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-frt
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-pgf77
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-fort77
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-fl32
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-af77
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-f90
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-xlf90
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-pgf90
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-epcf90
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-f95
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-fort
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-xlf95
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-ifc
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-efc
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-pgf95
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-lf95
# configure:5434: result: no
# configure:5405: checking for x86_64-unknown-linux-gfortran
# configure:5434: result: no
# configure:5447: checking for g77
# configure:5476: result: no
# configure:5447: checking for f77
# configure:5476: result: no
# configure:5447: checking for xlf
# configure:5476: result: no
# configure:5447: checking for frt
# configure:5476: result: no
# configure:5447: checking for pgf77
# configure:5476: result: no
# configure:5447: checking for fort77
# configure:5476: result: no
# configure:5447: checking for fl32
# configure:5476: result: no
# configure:5447: checking for af77
# configure:5476: result: no
# configure:5447: checking for f90
# configure:5476: result: no
# configure:5447: checking for xlf90
# configure:5476: result: no
# configure:5447: checking for pgf90
# configure:5476: result: no
# configure:5447: checking for epcf90
# configure:5476: result: no
# configure:5447: checking for f95
# configure:5463: found /usr/bin/f95
# configure:5473: result: f95
# configure:5488: checking for Fortran 77 compiler version
# configure:5491: f95 --version &5
# GNU Fortran (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:5494: $? = 0
# configure:5496: f95 -v &5
# Using built-in specs.
# COLLECT_GCC=f95
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:5499: $? = 0
# configure:5501: f95 -V &5
# f95: error: unrecognized command line option '-V'
# f95: fatal error: no input files
# compilation terminated.
# configure:5504: $? = 1
# configure:5512: checking whether we are using the GNU Fortran 77 compiler
# configure:5526: f95 -c conftest.F >&5
# configure:5532: $? = 0
# configure:5536: test -z
# || test ! -s conftest.err
# configure:5539: $? = 0
# configure:5542: test -s conftest.o
# configure:5545: $? = 0
# configure:5558: result: yes
# configure:5564: checking whether f95 accepts -g
# configure:5576: f95 -c -g conftest.f >&5
# configure:5582: $? = 0
# configure:5586: test -z
# || test ! -s conftest.err
# configure:5589: $? = 0
# configure:5592: test -s conftest.o
# configure:5595: $? = 0
# configure:5607: result: yes
# configure:5637: checking the maximum length of command line arguments
# configure:5746: result: 32768
# configure:5757: checking command to parse /usr/bin/nm -B output from clang object
# configure:5862: clang -c conftest.c >&5
# configure:5865: $? = 0
# configure:5869: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:5872: $? = 0
# configure:5924: clang -o conftest conftest.c conftstm.o >&5
# configure:5927: $? = 0
# configure:5965: result: ok
# configure:5969: checking for objdir
# configure:5984: result: .libs
# configure:6036: checking for x86_64-unknown-linux-ar
# configure:6065: result: no
# configure:6074: checking for ar
# configure:6090: found /usr/bin/ar
# configure:6101: result: ar
# configure:6116: checking for x86_64-unknown-linux-ranlib
# configure:6145: result: no
# configure:6154: checking for ranlib
# configure:6170: found /usr/bin/ranlib
# configure:6181: result: ranlib
# configure:6196: checking for x86_64-unknown-linux-strip
# configure:6222: result: strip
# configure:6533: checking if clang supports -fno-rtti -fno-exceptions
# configure:6551: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:6555: $? = 0
# configure:6568: result: yes
# configure:6583: checking for clang option to produce PIC
# configure:6793: result: -fPIC
# configure:6801: checking if clang PIC flag -fPIC works
# configure:6819: clang -c -fPIC -DPIC conftest.c >&5
# configure:6823: $? = 0
# configure:6836: result: yes
# configure:6864: checking if clang static flag -static works
# configure:6892: result: yes
# configure:6902: checking if clang supports -c -o file.o
# configure:6923: clang -c -o out/conftest2.o conftest.c >&5
# configure:6927: $? = 0
# configure:6949: result: yes
# configure:6975: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:7933: result: yes
# configure:7954: checking whether -lc should be explicitly linked in
# configure:7959: clang -c conftest.c >&5
# configure:7962: $? = 0
# configure:7977: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
# configure:7980: $? = 0
# configure:7992: result: no
# configure:8000: checking dynamic linker characteristics
# configure:8393: clang -c conftest.c >&5
# configure:8396: $? = 0
# configure:8609: result: GNU/Linux ld.so
# configure:8618: checking how to hardcode library paths into programs
# configure:8643: result: immediate
# configure:8657: checking whether stripping libraries is possible
# configure:8662: result: yes
# configure:9496: checking if libtool supports shared libraries
# configure:9498: result: yes
# configure:9501: checking whether to build shared libraries
# configure:9522: result: yes
# configure:9525: checking whether to build static libraries
# configure:9529: result: yes
# configure:9621: creating libtool
# configure:10212: checking for ld used by clang++
# configure:10279: result: /usr/bin/ld -m elf_x86_64
# configure:10288: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:10303: result: yes
# configure:10354: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11292: result: yes
# configure:11310: clang++ -c conftest.cpp >&5
# configure:11313: $? = 0
# configure:11432: checking for clang++ option to produce PIC
# configure:11706: result: -fPIC
# configure:11714: checking if clang++ PIC flag -fPIC works
# configure:11732: clang++ -c -fPIC -DPIC conftest.cpp >&5
# configure:11736: $? = 0
# configure:11749: result: yes
# configure:11777: checking if clang++ static flag -static works
# configure:11805: result: yes
# configure:11815: checking if clang++ supports -c -o file.o
# configure:11836: clang++ -c -o out/conftest2.o conftest.cpp >&5
# configure:11840: $? = 0
# configure:11862: result: yes
# configure:11888: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11913: result: yes
# configure:11980: checking dynamic linker characteristics
# configure:12373: clang++ -c conftest.cpp >&5
# configure:12376: $? = 0
# configure:12589: result: GNU/Linux ld.so
# configure:12598: checking how to hardcode library paths into programs
# configure:12623: result: immediate
# configure:13152: checking if libtool supports shared libraries
# configure:13154: result: yes
# configure:13157: checking whether to build shared libraries
# configure:13177: result: yes
# configure:13180: checking whether to build static libraries
# configure:13184: result: yes
# configure:13194: checking for f95 option to produce PIC
# configure:13404: result: -fPIC
# configure:13412: checking if f95 PIC flag -fPIC works
# configure:13430: f95 -c -g -O2 -fPIC conftest.f >&5
# configure:13434: $? = 0
# configure:13447: result: yes
# configure:13475: checking if f95 static flag -static works
# configure:13503: result: no
# configure:13513: checking if f95 supports -c -o file.o
# configure:13534: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5
# configure:13538: $? = 0
# configure:13560: result: yes
# configure:13586: checking whether the f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14524: result: yes
# configure:14591: checking dynamic linker characteristics
# configure:14984: f95 -c -g -O2 conftest.f >&5
# conftest.f:1:2:
#
# #line 14983 "configure"
# 1
# Warning: Illegal preprocessor directive
# configure:14987: $? = 0
# configure:15200: result: GNU/Linux ld.so
# configure:15209: checking how to hardcode library paths into programs
# configure:15234: result: immediate
# configure:18844: checking sys/io.h usability
# configure:18856: clang -c conftest.c >&5
# configure:18862: $? = 0
# configure:18866: test -z
# || test ! -s conftest.err
# configure:18869: $? = 0
# configure:18872: test -s conftest.o
# configure:18875: $? = 0
# configure:18885: result: yes
# configure:18889: checking sys/io.h presence
# configure:18899: clang -E conftest.c
# configure:18905: $? = 0
# configure:18925: result: yes
# configure:18960: checking for sys/io.h
# configure:18967: result: yes
# configure:19211: checking whether to build python bindings
# configure:19218: result: yes
# configure:19241: checking for python
# configure:19259: found /usr/bin/python
# configure:19271: result: /usr/bin/python
# configure:19293: checking for python version
# configure:19300: result:
# configure:19312: checking for python platform
# configure:19319: result:
# configure:19326: checking for python script directory
# configure:19334: result: ${prefix}/lib/python/site-packages
# configure:19343: checking for python extension module directory
# configure:19351: result: ${exec_prefix}/lib/python/site-packages
# configure:19499: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by libieee1284 config.status 0.2.11, which was
# generated by GNU Autoconf 2.59. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 4965497fd079
#
# config.status:729: creating Makefile
# config.status:729: creating libieee1284.spec
# config.status:833: creating include/config.h
# config.status:1125: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_build_alias=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_F77_set=
# ac_cv_env_F77_value=
# ac_cv_env_FFLAGS_set=
# ac_cv_env_FFLAGS_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_exeext=
# ac_cv_f77_compiler_gnu=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_io_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_host_alias=x86_64-unknown-linux
# ac_cv_objext=o
# ac_cv_path_PYTHON=/usr/bin/python
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXX=clang++
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_F77=f95
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_stdc=
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_egrep='grep -E'
# ac_cv_prog_f77_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_use_python=yes
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# am_cv_python_platform=
# am_cv_python_pyexecdir='${exec_prefix}/lib/python/site-packages'
# am_cv_python_pythondir='${prefix}/lib/python/site-packages'
# am_cv_python_version=
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_SED=/usr/bin/sed
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_c_o_F77=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
# lt_cv_sys_max_cmd_len=32768
# lt_lt_cv_prog_compiler_c_o='"yes"'
# lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
# lt_lt_cv_prog_compiler_c_o_F77='"yes"'
# lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
# lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
# lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/libieee1284/src/libieee1284-0.2.11/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/libieee1284/src/libieee1284-0.2.11/missing --run tar'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/libieee1284/src/libieee1284-0.2.11/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/libieee1284/src/libieee1284-0.2.11/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/libieee1284/src/libieee1284-0.2.11/missing --run automake-1.9'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO='echo'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='grep -E'
# EXEEXT=''
# F77='f95'
# FFLAGS='-g -O2'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LN_S='ln -s'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/libieee1284/src/libieee1284-0.2.11/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='libieee1284'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME='libieee1284'
# PACKAGE_STRING='libieee1284 0.2.11'
# PACKAGE_TARNAME='libieee1284'
# PACKAGE_VERSION='0.2.11'
# PATH_SEPARATOR=':'
# PYTHON='/usr/bin/python'
# PYTHON_EXEC_PREFIX='${exec_prefix}'
# PYTHON_FALSE='#'
# PYTHON_PLATFORM=''
# PYTHON_PREFIX='${prefix}'
# PYTHON_TRUE=''
# PYTHON_VERSION=''
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SOLARIS_IO_FALSE=''
# SOLARIS_IO_TRUE='#'
# STRIP='strip'
# VERSION='0.2.11'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_F77='f95'
# ac_ct_RANLIB='ranlib'
# ac_ct_STRIP='strip'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${prefix}/share'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# includedir='${prefix}/include'
# infodir='${prefix}/info'
# install_sh='/tmp/libieee1284/src/libieee1284-0.2.11/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# pkgpyexecdir='${pyexecdir}/libieee1284'
# pkgpythondir='${pythondir}/libieee1284'
# prefix='/usr'
# program_transform_name='s,x,x,'
# pyexecdir='${exec_prefix}/lib/python/site-packages'
# pythondir='${prefix}/lib/python/site-packages'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define HAVE_DLFCN_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_LINUX 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IO_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_UNISTD_H 1
# #define PACKAGE "libieee1284"
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_NAME "libieee1284"
# #define PACKAGE_STRING "libieee1284 0.2.11"
# #define PACKAGE_TARNAME "libieee1284"
# #define PACKAGE_VERSION "0.2.11"
# #define STDC_HEADERS 1
# #define VERSION "0.2.11"
# #endif
# #ifdef __cplusplus
# extern "C" void exit (int) throw ();
#
# configure: exit 0