The build took 00h 01m 10s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
6,126 |
cpp |
2,761 |
sh |
797 |
ansic |
248 |
makefile |
9,932 |
total |
The process tree of the build process is here.
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:
There were existing files in /sysroot, using those
CMD: sudo -u tuscan PATH=/sysroot/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: muparser 2.2.5-2 (Wed Apr 5 01:29:15 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...checking build system type... x86_64-unknown-linux-gnuchecking host system type... x86_64-unknown-linux-gnuchecking target system type... x86_64-unknown-linux-gnuchecking for gawk... gawkchecking for a BSD-compatible install... /usr/bin/install -cchecking whether ln -s works... yeschecking for x86_64-unknown-linux-ranlib... nochecking for ranlib... ranlibchecking for x86_64-unknown-linux-gcc... clangchecking whether the C compiler works... yeschecking for C compiler default output file name... a.outchecking for suffix of executables... checking whether we are cross compiling... yeschecking for suffix of object files... ochecking whether we are using the GNU C compiler... yeschecking whether clang accepts -g... yeschecking for clang option to accept ISO C89... none neededchecking whether we are using the GNU C++ compiler... yeschecking whether clang++ accepts -g... yeschecking how to run the C++ preprocessor... clang++ -Echecking for the --enable-debug option... nochecking for the --enable-shared option... yeschecking for the --enable-samples option... yeschecking whether we are using the Intel C compiler... nochecking whether we are using the Intel C++ compiler... nochecking whether we are using the Sun C++ compiler... nochecking for x86_64-unknown-linux-ranlib... ranlibchecking whether ln -s works... yeschecking whether make sets $(MAKE)... yeschecking for x86_64-unknown-linux-ar... nochecking for ar... arconfigure: WARNING: using cross tools not prefixed with host tripletchecking for x86_64-unknown-linux-strip... nochecking for strip... stripchecking for x86_64-unknown-linux-nm... nochecking for nm... nmchecking for command to install directories... /usr/bin/install -c -dchecking if make is GNU make... yeschecking for dependency tracking method... gccconfigure: creating ./config.statusconfig.status: creating Makefileconfig.status: creating build/autoconf/muparser.pc ---------------------------------------------------------------- Configuration for muparser 2.2.4 successfully completed. Summary of main configuration settings for muparser: - SHARED mode - RELEASE build - SAMPLES enabled Now, just run make. ----------------------------------------------------------------/tmp/muparser/src/muparser-2.2.5/bk-deps clang++ -c -o muParser_dll_muParser.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -O2 ./src/muParser.cpp/tmp/muparser/src/muparser-2.2.5/bk-deps clang++ -c -o muParser_dll_muParserBase.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -O2 ./src/muParserBase.cpp./src/muParserBase.cpp:838:12: warning: 30 enumeration values not handled in switch: 'cmLE', 'cmGE', 'cmNEQ'... [-Wswitch] switch(funTok.GetCode()) ^1 warning generated./tmp/muparser/src/muparser-2.2.5/bk-deps clang++ -c -o muParser_dll_muParserBytecode.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -O2 ./src/muParserBytecode.cpp./src/muParserBytecode.cpp:213:16: warning: 31 enumeration values not handled in switch: 'cmLE', 'cmGE', 'cmNEQ'... [-Wswitch] switch(a_Oprt) ^1 warning generated./tmp/muparser/src/muparser-2.2.5/bk-deps clang++ -c -o muParser_dll_muParserCallback.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -O2 ./src/muParserCallback.cpp/tmp/muparser/src/muparser-2.2.5/bk-deps clang++ -c -o muParser_dll_muParserDLL.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -O2 ./src/muParserDLL.cpp/tmp/muparser/src/muparser-2.2.5/bk-deps clang++ -c -o muParser_dll_muParserError.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -O2 ./src/muParserError.cpp/tmp/muparser/src/muparser-2.2.5/bk-deps clang++ -c -o muParser_dll_muParserInt.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -O2 ./src/muParserInt.cpp/tmp/muparser/src/muparser-2.2.5/bk-deps clang++ -c -o muParser_dll_muParserTest.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -O2 ./src/muParserTest.cpp/tmp/muparser/src/muparser-2.2.5/bk-deps clang++ -c -o muParser_dll_muParserTokenReader.o -DNDEBUG -DMUPARSER_DLL -DMUPARSERLIB_EXPORTS -I./include -fPIC -DPIC -O2 ./src/muParserTokenReader.cppclang++ -shared -fPIC -o lib/libmuparser.so.2.2.4 muParser_dll_muParser.o muParser_dll_muParserBase.o muParser_dll_muParserBytecode.o muParser_dll_muParserCallback.o muParser_dll_muParserDLL.o muParser_dll_muParserError.o muParser_dll_muParserInt.o muParser_dll_muParserTest.o muParser_dll_muParserTokenReader.o -Wl,-soname,libmuparser.so.2 (cd ./lib/; rm -f libmuparser.so libmuparser.so.2; ln -s libmuparser.so.2.2.4 libmuparser.so.2; ln -s libmuparser.so.2 libmuparser.so)/tmp/muparser/src/muparser-2.2.5/bk-deps clang++ -c -o example1_example1.o -DNDEBUG -I./include -O2 ./samples/example1/example1.cpp./samples/example1/example1.cpp:5:67: warning: backslash and newline separated by space [-Wbackslash-newline-escape]// / \ | | \| ___/\__ \ \_ __ \/ ___/_/ __ \\_ __ \ ^1 warning generated.clang++ -o samples/example1/example1 example1_example1.o -L./lib -L./lib -lmuparser ./lib/libmuparser.so: error: undefined reference to '__dso_handle'clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)make: *** [Makefile:293: samples/example1/example1] Error 1==> ERROR: A failure occurred in build(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/muparser/src/muparser-2.2.5/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by muparser configure 2.2.4, which wasgenerated by GNU Autoconf 2.69. Invocation command line was$ ./configure --host=x86_64-unknown-linux --prefix=/usr## --------- #### Platform. #### --------- ##hostname = 7d66d1f97113uname -m = x86_64uname -r = 4.10.6-1-ARCHuname -s = Linuxuname -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/usr/bin/hostinfo = unknown/bin/machine = unknown/usr/bin/oslevel = unknown/bin/universe = unknownPATH: /sysroot/binPATH: /usr/local/sbinPATH: /usr/local/binPATH: /usr/sbinPATH: /usr/binPATH: /sbinPATH: /bin## ----------- #### Core tests. #### ----------- ##configure:1988: checking build system typeconfigure:2002: result: x86_64-unknown-linux-gnuconfigure:2022: checking host system typeconfigure:2035: result: x86_64-unknown-linux-gnuconfigure:2055: checking target system typeconfigure:2068: result: x86_64-unknown-linux-gnuconfigure:2108: checking for gawkconfigure:2124: found /usr/sbin/gawkconfigure:2135: result: gawkconfigure:2160: checking for a BSD-compatible installconfigure:2228: result: /usr/bin/install -cconfigure:2239: checking whether ln -s worksconfigure:2243: result: yesconfigure:2253: checking for x86_64-unknown-linux-ranlibconfigure:2283: result: noconfigure:2293: checking for ranlibconfigure:2309: found /sysroot/bin/ranlibconfigure:2320: result: ranlibconfigure:2350: checking for x86_64-unknown-linux-gccconfigure:2377: result: clangconfigure:2646: checking for C compiler versionconfigure:2655: clang --version >&5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /configure:2666: $? = 0configure:2655: clang -v >&5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64Selected multilib: .;@m64configure:2666: $? = 0configure:2655: clang -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:2666: $? = 1configure:2655: clang -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:2666: $? = 1configure:2686: checking whether the C compiler worksconfigure:2708: clang conftest.c >&5configure:2712: $? = 0configure:2760: result: yesconfigure:2763: checking for C compiler default output file nameconfigure:2765: result: a.outconfigure:2771: checking for suffix of executablesconfigure:2778: clang -o conftest conftest.c >&5configure:2782: $? = 0configure:2804: result:configure:2826: checking whether we are cross compilingconfigure:2834: clang -o conftest conftest.c >&5configure:2838: $? = 0configure:2845: ./conftest./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF headerconfigure:2849: $? = 127configure:2864: result: yesconfigure:2869: checking for suffix of object filesconfigure:2891: clang -c conftest.c >&5configure:2895: $? = 0configure:2916: result: oconfigure:2920: checking whether we are using the GNU C compilerconfigure:2939: clang -c conftest.c >&5configure:2939: $? = 0configure:2948: result: yesconfigure:2957: checking whether clang accepts -gconfigure:2977: clang -c -g conftest.c >&5configure:2977: $? = 0configure:3018: result: yesconfigure:3035: checking for clang option to accept ISO C89configure:3098: clang -c conftest.c >&5configure:3098: $? = 0configure:3111: result: none neededconfigure:3243: checking for C++ compiler versionconfigure:3252: clang++ --version >&5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /configure:3263: $? = 0configure:3252: clang++ -v >&5clang version 3.8.1Target: x86_64-unknown-linux-gnuThread model: posixInstalledDir: /Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1Candidate multilib: .;@m64Selected multilib: .;@m64configure:3263: $? = 0configure:3252: clang++ -V >&5clang-3.8: error: argument to '-V' is missing (expected 1 value)clang-3.8: error: no input filesconfigure:3263: $? = 1configure:3252: clang++ -qversion >&5clang-3.8: error: unknown argument: '-qversion'clang-3.8: error: no input filesconfigure:3263: $? = 1configure:3267: checking whether we are using the GNU C++ compilerconfigure:3286: clang++ -c conftest.cpp >&5configure:3286: $? = 0configure:3295: result: yesconfigure:3304: checking whether clang++ accepts -gconfigure:3324: clang++ -c -g conftest.cpp >&5configure:3324: $? = 0configure:3365: result: yesconfigure:3393: checking how to run the C++ preprocessorconfigure:3420: clang++ -E conftest.cppconfigure:3420: $? = 0configure:3434: clang++ -E conftest.cppconftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3434: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "muparser"| #define PACKAGE_TARNAME "muparser"| #define PACKAGE_VERSION "2.2.4"| #define PACKAGE_STRING "muparser 2.2.4"| #define PACKAGE_BUGREPORT "muparser@beltoforion.de"| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3459: result: clang++ -Econfigure:3479: clang++ -E conftest.cppconfigure:3479: $? = 0configure:3493: clang++ -E conftest.cppconftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found#include ^1 error generated.configure:3493: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "muparser"| #define PACKAGE_TARNAME "muparser"| #define PACKAGE_VERSION "2.2.4"| #define PACKAGE_STRING "muparser 2.2.4"| #define PACKAGE_BUGREPORT "muparser@beltoforion.de"| #define PACKAGE_URL ""| /* end confdefs.h. */| #include configure:3538: checking for the --enable-debug optionconfigure:3545: result: noconfigure:3580: checking for the --enable-shared optionconfigure:3583: result: yesconfigure:3602: checking for the --enable-samples optionconfigure:3605: result: yesconfigure:3631: checking whether we are using the Intel C compilerconfigure:3651: clang -c -O2 conftest.c >&5conftest.c:15:17: error: use of undeclared identifier 'choke'choke me^1 error generated.configure:3651: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "muparser"| #define PACKAGE_TARNAME "muparser"| #define PACKAGE_VERSION "2.2.4"| #define PACKAGE_STRING "muparser 2.2.4"| #define PACKAGE_BUGREPORT "muparser@beltoforion.de"| #define PACKAGE_URL ""| /* end confdefs.h. */|| int| main ()| {|| #ifndef __INTEL_COMPILER| choke me| #endif|| ;| return 0;| }configure:3661: result: noconfigure:4391: checking whether we are using the Intel C++ compilerconfigure:4411: clang++ -c -O2 conftest.cpp >&5conftest.cpp:15:17: error: unknown type name 'choke'choke me^1 error generated.configure:4411: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "muparser"| #define PACKAGE_TARNAME "muparser"| #define PACKAGE_VERSION "2.2.4"| #define PACKAGE_STRING "muparser 2.2.4"| #define PACKAGE_BUGREPORT "muparser@beltoforion.de"| #define PACKAGE_URL ""| /* end confdefs.h. */|| int| main ()| {|| #ifndef __INTEL_COMPILER| choke me| #endif|| ;| return 0;| }configure:4421: result: noconfigure:4919: checking whether we are using the Sun C++ compilerconfigure:4939: clang++ -c -O2 conftest.cpp >&5conftest.cpp:15:17: error: unknown type name 'choke'choke me^1 error generated.configure:4939: $? = 1configure: failed program was:| /* confdefs.h */| #define PACKAGE_NAME "muparser"| #define PACKAGE_TARNAME "muparser"| #define PACKAGE_VERSION "2.2.4"| #define PACKAGE_STRING "muparser 2.2.4"| #define PACKAGE_BUGREPORT "muparser@beltoforion.de"| #define PACKAGE_URL ""| /* end confdefs.h. */|| int| main ()| {|| #ifndef __SUNPRO_CC| choke me| #endif|| ;| return 0;| }configure:4949: result: noconfigure:5157: checking for x86_64-unknown-linux-ranlibconfigure:5184: result: ranlibconfigure:5247: checking whether ln -s worksconfigure:5251: result: yesconfigure:5259: checking whether make sets $(MAKE)configure:5281: result: yesconfigure:5304: checking for x86_64-unknown-linux-arconfigure:5334: result: noconfigure:5344: checking for arconfigure:5360: found /sysroot/bin/arconfigure:5371: result: arconfigure:5383: WARNING: using cross tools not prefixed with host tripletconfigure:5400: checking for x86_64-unknown-linux-stripconfigure:5430: result: noconfigure:5440: checking for stripconfigure:5456: found /sysroot/bin/stripconfigure:5467: result: stripconfigure:5492: checking for x86_64-unknown-linux-nmconfigure:5522: result: noconfigure:5532: checking for nmconfigure:5548: found /sysroot/bin/nmconfigure:5559: result: nmconfigure:5582: checking for command to install directoriesconfigure:5589: result: /usr/bin/install -c -dconfigure:5607: checking if make is GNU makeconfigure:5621: result: yesconfigure:6663: checking for dependency tracking methodconfigure:6684: result: gccconfigure:7310: creating ./config.status## ---------------------- #### Running config.status. #### ---------------------- ##This file was extended by muparser config.status 2.2.4, which wasgenerated by GNU Autoconf 2.69. Invocation command line wasCONFIG_FILES =CONFIG_HEADERS =CONFIG_LINKS =CONFIG_COMMANDS =$ ./config.statuson 7d66d1f97113config.status:810: creating Makefileconfig.status:810: creating build/autoconf/muparser.pc## ---------------- #### Cache variables. #### ---------------- ##ac_cv_build=x86_64-unknown-linux-gnuac_cv_c_compiler_gnu=yesac_cv_cxx_compiler_gnu=yesac_cv_env_CCC_set=ac_cv_env_CCC_value=ac_cv_env_CC_set=setac_cv_env_CC_value=clangac_cv_env_CFLAGS_set=setac_cv_env_CFLAGS_value=ac_cv_env_CPPFLAGS_set=setac_cv_env_CPPFLAGS_value=ac_cv_env_CXXCPP_set=ac_cv_env_CXXCPP_value=ac_cv_env_CXXFLAGS_set=setac_cv_env_CXXFLAGS_value=ac_cv_env_CXX_set=setac_cv_env_CXX_value=clang++ac_cv_env_LDFLAGS_set=setac_cv_env_LDFLAGS_value=ac_cv_env_LIBS_set=ac_cv_env_LIBS_value=ac_cv_env_build_alias_set=ac_cv_env_build_alias_value=ac_cv_env_host_alias_set=setac_cv_env_host_alias_value=x86_64-unknown-linuxac_cv_env_target_alias_set=ac_cv_env_target_alias_value=ac_cv_host=x86_64-unknown-linux-gnuac_cv_objext=oac_cv_path_install='/usr/bin/install -c'ac_cv_prog_AWK=gawkac_cv_prog_CC=clangac_cv_prog_CXXCPP='clang++ -E'ac_cv_prog_RANLIB=ranlibac_cv_prog_ac_ct_AR=arac_cv_prog_ac_ct_NM=nmac_cv_prog_ac_ct_RANLIB=ranlibac_cv_prog_ac_ct_STRIP=stripac_cv_prog_cc_c89=ac_cv_prog_cc_g=yesac_cv_prog_cxx_g=yesac_cv_prog_make_make_set=yesac_cv_target=x86_64-unknown-linux-gnubakefile_cv_c_compiler___INTEL_COMPILER=nobakefile_cv_cxx_compiler___INTEL_COMPILER=nobakefile_cv_cxx_compiler___SUNPRO_CC=nobakefile_cv_prog_makeisgnu=yes## ----------------- #### Output variables. #### ----------------- ##AIX_CXX_LD=''AR='ar'AROPTIONS='rcu'AWK='gawk'BK_DEPS='/tmp/muparser/src/muparser-2.2.5/bk-deps'CC='clang'CFLAGS=' -O2 'COND_DEBUG_0=''COND_DEBUG_1='#'COND_DEPS_TRACKING_0='#'COND_DEPS_TRACKING_1=''COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1=''COND_PLATFORM_MACOSX_0_USE_SOVERSION_1=''COND_PLATFORM_MACOSX_1='#'COND_PLATFORM_MACOSX_1_USE_SOVERSION_1='#'COND_PLATFORM_MAC_0=''COND_PLATFORM_MAC_1='#'COND_PLATFORM_OS2_1='#'COND_SAMPLES_1=''COND_SHARED_0='#'COND_SHARED_1=''COND_USE_SOTWOSYMLINKS_1=''COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1='#'COND_USE_SOVERLINUX_1=''COND_USE_SOVERSION_0='#'COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1='#'COND_USE_SOVERSOLARIS_1='#'COND_WINDOWS_IMPLIB_1='#'CPPFLAGS=''CXX='clang++'CXXCPP='clang++ -E'CXXFLAGS=' -O2 'DEFS='-DPACKAGE_NAME=\"muparser\" -DPACKAGE_TARNAME=\"muparser\" -DPACKAGE_VERSION=\"2.2.4\" -DPACKAGE_STRING=\"muparser\ 2.2.4\" -DPACKAGE_BUGREPORT=\"muparser@beltoforion.de\" -DPACKAGE_URL=\"\"'DEPS_TRACKING='1'DLLIMP_SUFFIX='so'DLLPREFIX='lib'DLLPREFIX_MODULE=''ECHO_C=''ECHO_N='-n'ECHO_T=''EXEEXT=''IF_GNU_MAKE=''INSTALL_DATA='${INSTALL} -m 644'INSTALL_DIR='$(INSTALL) -d'INSTALL_PROGRAM='${INSTALL}'INSTALL_SCRIPT='${INSTALL}'LDFLAGS=''LDFLAGS_GUI=''LIBEXT='.a'LIBOBJS=''LIBPREFIX='lib'LIBS=''LN_S='ln -s'LTLIBOBJS=''MAKE_SET=''NM='nm'OBJCXXFLAGS=''OBJEXT='o'PACKAGE_BUGREPORT='muparser@beltoforion.de'PACKAGE_NAME='muparser'PACKAGE_STRING='muparser 2.2.4'PACKAGE_TARNAME='muparser'PACKAGE_URL=''PACKAGE_VERSION='2.2.4'PATH_SEPARATOR=':'PIC_FLAG='-fPIC -DPIC'PLATFORM_BEOS='0'PLATFORM_MAC='0'PLATFORM_MACOS='0'PLATFORM_MACOSX='0'PLATFORM_MSDOS='0'PLATFORM_OS2='0'PLATFORM_UNIX='1'PLATFORM_WIN32='0'RANLIB='ranlib'REZ=''SETFILE=''SET_MAKE=''SHARED_LD_CC='$(CC) -shared -fPIC -o'SHARED_LD_CXX='$(CXX) -shared -fPIC -o'SHARED_LD_MODULE_CC='$(CC) -shared -fPIC -o'SHARED_LD_MODULE_CXX='$(CXX) -shared -fPIC -o'SHELL='/bin/sh'SONAME_FLAG='-Wl,-soname,'SO_SUFFIX='so'SO_SUFFIX_MODULE='so'STRIP='strip'USE_MACVERSION='0'USE_SOTWOSYMLINKS='1'USE_SOVERCYGWIN='0'USE_SOVERLINUX='1'USE_SOVERSION='1'USE_SOVERSOLARIS='0'WINDOWS_IMPLIB='0'WINDRES=''ac_ct_CC=''ac_ct_CXX=''bindir='${exec_prefix}/bin'build='x86_64-unknown-linux-gnu'build_alias=''build_cpu='x86_64'build_os='linux-gnu'build_vendor='unknown'datadir='${datarootdir}'datarootdir='${prefix}/share'dlldir='${exec_prefix}/lib'docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'dvidir='${docdir}'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'htmldir='${docdir}'includedir='${prefix}/include'infodir='${datarootdir}/info'libdir='${exec_prefix}/lib'libexecdir='${exec_prefix}/libexec'localedir='${datarootdir}/locale'localstatedir='${prefix}/var'mandir='${datarootdir}/man'oldincludedir='/usr/include'pdfdir='${docdir}'prefix='/usr'program_transform_name='s,x,x,'psdir='${docdir}'sbindir='${exec_prefix}/sbin'sharedstatedir='${prefix}/com'sysconfdir='${prefix}/etc'target='x86_64-unknown-linux-gnu'target_alias=''target_cpu='x86_64'target_os='linux-gnu'target_vendor='unknown'## ----------- #### confdefs.h. #### ----------- ##/* confdefs.h */#define PACKAGE_NAME "muparser"#define PACKAGE_TARNAME "muparser"#define PACKAGE_VERSION "2.2.4"#define PACKAGE_STRING "muparser 2.2.4"#define PACKAGE_BUGREPORT "muparser@beltoforion.de"#define PACKAGE_URL ""configure: exit 0