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-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
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 ISO C89... none needed
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C++ preprocessor... clang++ -E
checking for the --enable-debug option... no
checking for the --enable-shared option... yes
checking for the --enable-samples option... yes
checking whether we are using the Intel C compiler... no
checking whether we are using the Intel C++ compiler... no
checking whether we are using the Sun C++ compiler... no
checking for x86_64-unknown-linux-ranlib... ranlib
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
configure: WARNING: using cross tools not prefixed with host triplet
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-nm... no
checking for nm... nm
checking for command to install directories... /usr/bin/install -c -d
checking if make is GNU make... yes
checking for dependency tracking method... gcc
configure: creating ./config.status
config.status: creating Makefile
config.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.cpp
clang++ -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 while
running configure, to aid debugging if configure makes a mistake.
It was created by muparser configure 2.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 7d66d1f97113
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
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /sysroot/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1988: checking build system type
configure:2002: result: x86_64-unknown-linux-gnu
configure:2022: checking host system type
configure:2035: result: x86_64-unknown-linux-gnu
configure:2055: checking target system type
configure:2068: result: x86_64-unknown-linux-gnu
configure:2108: checking for gawk
configure:2124: found /usr/sbin/gawk
configure:2135: result: gawk
configure:2160: checking for a BSD-compatible install
configure:2228: result: /usr/bin/install -c
configure:2239: checking whether ln -s works
configure:2243: result: yes
configure:2253: checking for x86_64-unknown-linux-ranlib
configure:2283: result: no
configure:2293: checking for ranlib
configure:2309: found /sysroot/bin/ranlib
configure:2320: result: ranlib
configure:2350: checking for x86_64-unknown-linux-gcc
configure:2377: result: clang
configure:2646: checking for C compiler version
configure:2655: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:2666: $? = 0
configure:2655: clang -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:2666: $? = 0
configure:2655: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2666: $? = 1
configure:2655: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2666: $? = 1
configure:2686: checking whether the C compiler works
configure:2708: clang conftest.c >&5
configure:2712: $? = 0
configure:2760: result: yes
configure:2763: checking for C compiler default output file name
configure:2765: result: a.out
configure:2771: checking for suffix of executables
configure:2778: clang -o conftest conftest.c >&5
configure:2782: $? = 0
configure:2804: result:
configure:2826: checking whether we are cross compiling
configure:2834: clang -o conftest conftest.c >&5
configure:2838: $? = 0
configure:2845: ./conftest
./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:2849: $? = 127
configure:2864: result: yes
configure:2869: checking for suffix of object files
configure:2891: clang -c conftest.c >&5
configure:2895: $? = 0
configure:2916: result: o
configure:2920: checking whether we are using the GNU C compiler
configure:2939: clang -c conftest.c >&5
configure:2939: $? = 0
configure:2948: result: yes
configure:2957: checking whether clang accepts -g
configure:2977: clang -c -g conftest.c >&5
configure:2977: $? = 0
configure:3018: result: yes
configure:3035: checking for clang option to accept ISO C89
configure:3098: clang -c conftest.c >&5
configure:3098: $? = 0
configure:3111: result: none needed
configure:3243: checking for C++ compiler version
configure:3252: clang++ --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:3263: $? = 0
configure:3252: clang++ -v >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
Selected multilib: .;@m64
configure:3263: $? = 0
configure:3252: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:3263: $? = 1
configure:3252: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:3263: $? = 1
configure:3267: checking whether we are using the GNU C++ compiler
configure:3286: clang++ -c conftest.cpp >&5
configure:3286: $? = 0
configure:3295: result: yes
configure:3304: checking whether clang++ accepts -g
configure:3324: clang++ -c -g conftest.cpp >&5
configure:3324: $? = 0
configure:3365: result: yes
configure:3393: checking how to run the C++ preprocessor
configure:3420: clang++ -E conftest.cpp
configure:3420: $? = 0
configure:3434: clang++ -E conftest.cpp
conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3434: $? = 1
configure: 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++ -E
configure:3479: clang++ -E conftest.cpp
configure:3479: $? = 0
configure:3493: clang++ -E conftest.cpp
conftest.cpp:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3493: $? = 1
configure: 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 option
configure:3545: result: no
configure:3580: checking for the --enable-shared option
configure:3583: result: yes
configure:3602: checking for the --enable-samples option
configure:3605: result: yes
configure:3631: checking whether we are using the Intel C compiler
configure:3651: clang -c -O2 conftest.c >&5
conftest.c:15:17: error: use of undeclared identifier 'choke'
choke me
^
1 error generated.
configure:3651: $? = 1
configure: 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: no
configure:4391: checking whether we are using the Intel C++ compiler
configure:4411: clang++ -c -O2 conftest.cpp >&5
conftest.cpp:15:17: error: unknown type name 'choke'
choke me
^
1 error generated.
configure:4411: $? = 1
configure: 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: no
configure:4919: checking whether we are using the Sun C++ compiler
configure:4939: clang++ -c -O2 conftest.cpp >&5
conftest.cpp:15:17: error: unknown type name 'choke'
choke me
^
1 error generated.
configure:4939: $? = 1
configure: 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: no
configure:5157: checking for x86_64-unknown-linux-ranlib
configure:5184: result: ranlib
configure:5247: checking whether ln -s works
configure:5251: result: yes
configure:5259: checking whether make sets $(MAKE)
configure:5281: result: yes
configure:5304: checking for x86_64-unknown-linux-ar
configure:5334: result: no
configure:5344: checking for ar
configure:5360: found /sysroot/bin/ar
configure:5371: result: ar
configure:5383: WARNING: using cross tools not prefixed with host triplet
configure:5400: checking for x86_64-unknown-linux-strip
configure:5430: result: no
configure:5440: checking for strip
configure:5456: found /sysroot/bin/strip
configure:5467: result: strip
configure:5492: checking for x86_64-unknown-linux-nm
configure:5522: result: no
configure:5532: checking for nm
configure:5548: found /sysroot/bin/nm
configure:5559: result: nm
configure:5582: checking for command to install directories
configure:5589: result: /usr/bin/install -c -d
configure:5607: checking if make is GNU make
configure:5621: result: yes
configure:6663: checking for dependency tracking method
configure:6684: result: gcc
configure:7310: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by muparser config.status 2.2.4, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 7d66d1f97113
config.status:810: creating Makefile
config.status:810: creating build/autoconf/muparser.pc
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_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_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=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_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_NM=nm
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-linux-gnu
bakefile_cv_c_compiler___INTEL_COMPILER=no
bakefile_cv_cxx_compiler___INTEL_COMPILER=no
bakefile_cv_cxx_compiler___SUNPRO_CC=no
bakefile_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