Howdy Bruno,
Thanks for the quick reply.
Something could have gone wrong when building p4est, but I'm not 100%
certain because the config file is full of contradictory messages. For
example, when checking c compiler validity, it uses some options that work
and others that produce errors, but I think it's because different
compilers (gcc, icc, etc...) have those options - not an error in gcc
itself. For example, this snippet produces correct results as well as
errors:
.
.
configure:3902: checking for C compiler version
configure:3911: mpicc --version >&5
gcc (SUSE Linux) 6.2.1 20161121 [gcc-6-branch revision 242657]
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:3922: $? = 0
configure:3911: mpicc -v >&5
Using built-in specs.
COLLECT_GCC=/home/redclient04/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/6/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada,go
--enable-offload-targets=hsa --enable-checking=release
--with-gxx-include-dir=/usr/include/c++/6 --enable-ssp --disable-libssp
--disable-libvtv --disable-libcc1 --disable-plugin
--with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux'
--disable-libgcj --with-slibdir=/lib64 --with-system-zlib
--enable-__cxa_atexit --enable-libstdcxx-allocator=new
--disable-libstdcxx-pch --with-default-libstdcxx-abi=gcc4-compatible
--enable-version-specific-runtime-libs --enable-linker-build-id
--enable-linux-futex --enable-gnu-indirect-function --program-suffix=-6
--without-system-libunwind --enable-multilib --with-arch-32=x86-64
--with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 6.2.1 20161121 [gcc-6-branch revision 242657] (SUSE Linux)
configure:3922: $? = 0
configure:3911: mpicc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3922: $? = 1
configure:3911: mpicc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3922: $? = 1
configure:3942: checking whether the C compiler works
configure:3964: mpicc -O2 -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:3968: $? = 0
configure:4017: result: yes
.
.
So by looking through the p4est config.log file, I'm not able to discern if
there is a build error or not. For instance, this part when compiling
'conftest.c' somewhat farther down seems suspicious. Initially its able to
compile, but then it initiates the same command again and it fails (bold to
emphasize):
.
.
configure:6560: mpicc -c -O2 -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
>&5
configure:6563: $? = 0
configure:7273: checking how to run the C preprocessor
configure:7304: *mpicc -E -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c*
configure:7304: $? = 0
configure:7318: *mpicc -E -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c*
conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7318: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p4est"
| #define PACKAGE_TARNAME "p4est"
| #define PACKAGE_VERSION "0.3.4.1"
| #define PACKAGE_STRING "p4est 0.3.4.1"
.
.
What do you think, is this a p4est build error? It's not immediately clear
from the build output if this is an issue or not.
On Friday, December 2, 2016 at 2:28:25 PM UTC+1, Bruno Turcksin wrote:
>
> Chris,
>
> I don't know why it doesn't work :-( Here is what you can try:
> - reinstall p4est and check that there are no error during the
> compilation. The most probable reason for your error is that something
> went wrong during the compilation of p4est.
> - use candi to install everything (https://github.com/dealii/candi).
> - use the development version of deal.II These functions are not
> called in tria.cc anymore.
>
> Sorry
>
> Bruno
>
> 2016-12-02 5:08 GMT-05:00 Chris Coutinho <[email protected]
> <javascript:>>:
> > Hi Bruno,
> >
> > Setting p4est_dir to the entire p4est-x.x.x.x directory doesn't change
> > anything - it still fails with variables undefined in the current scope.
> See
> > attached cmake and make logs for detailed output, but I don't noticed
> any
> > difference.
> >
> > Regards,
> > Chris
> >
> >
> > On Thursday, December 1, 2016 at 7:54:53 PM UTC+1, Bruno Turcksin wrote:
> >>
> >> Chris,
> >>
> >> On Thursday, December 1, 2016 at 10:56:13 AM UTC-5, Chris Coutinho
> wrote:
> >>>
> >>> With only p4est enabled, and P4EST_DIR pointing to the DEBUG folder of
> >>> version 0.3.4.1, I get the following errors associated with undeclared
> >>> variables in scope. The rest of the output can be found in the
> attached
> >>> make.log:
> >>>
> >> I haven't used the script in a while but I don't think it's necessary
> to
> >> point to the DEBUG folder.
> >>>
> >>>
> >>>
> >>> > ./p4est-setup-dealii.sh p4est-0.3.4.1.tar.gz
> >>> > /home/redclient04/Software/p4est/p4est-0.3.4.1
> >>> > export
> P4EST_DIR=/home/redclient04/Software/p4est/p4est-0.3.4.1/DEBUG
> >>>
> >> Can you try export
> >> P4EST_DIR=/home/redclient04/Software/p4est/p4est-0.3.4.1
> >>
> >> Best,
> >>
> >> Bruno
> >
> > --
> > The deal.II project is located at http://www.dealii.org/
> > For mailing list/forum options, see
> > https://groups.google.com/d/forum/dealii?hl=en
> > ---
> > You received this message because you are subscribed to a topic in the
> > Google Groups "deal.II User Group" group.
> > To unsubscribe from this topic, visit
> > https://groups.google.com/d/topic/dealii/vuvu6lxAEEQ/unsubscribe.
> > To unsubscribe from this group and all its topics, send an email to
> > [email protected] <javascript:>.
> > For more options, visit https://groups.google.com/d/optout.
>
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by p4est configure 0.3.4.1, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ /home/redclient04/Downloads/p4est-0.3.4.1/configure --enable-debug
--enable-mpi --enable-shared --disable-vtk-binary --without-blas
--prefix=/home/redclient04/Software/p4est/p4est-0.3.4.1/DEBUG CFLAGS=-O0 -g
CPPFLAGS=-DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
## --------- ##
## Platform. ##
## --------- ##
hostname = REDSTACK14099
uname -m = x86_64
uname -r = 4.4.27-2-default
uname -s = Linux
uname -v = #1 SMP Thu Nov 3 14:59:54 UTC 2016 (5c21e7c)
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/lib64/mpi/gcc/openmpi/bin
PATH: /usr/lib64/mpi/gcc/openmpi/bin
PATH: /home/redclient04/anaconda3/bin
PATH: /usr/lib64/mpi/gcc/openmpi/bin
PATH: /home/redclient04/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2408: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment
varaible.
|
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
|
| ac_config_site_64bit_host=NONE
|
| case "$host" in
| "" )
| # User did not specify host target.
| # The native platform x86_64 is a bi-arch platform.
| # Try to detect cross-compilation to inferior architecture.
|
| # We are trying to guess 32-bit target compilation. It's not as
easy as
| # it sounds, as there is possible several intermediate
combinations.
| ac_config_site_cross_to_32bit_host=NONE
|
| # User defined -m32 in CFLAGS or CXXFLAGS or CC or CXX:
| # (It's sufficient for 32-bit, but alone may cause mis-behavior
of some checks.)
| case "$CFLAGS $CXXFLAGS $CC $CXX" in
| *-m32*)
| ac_config_site_cross_to_32bit_host=YES
| ;;
| esac
|
| # Running with linux32:
| # (Changes detected platform, but not the toolchain target.)
| case "`/bin/uname -i`" in
| x86_64 | ppc64 | s390x )
| ;;
| * )
| ac_config_site_cross_to_32bit_host=YES
| ;;
| esac
|
| if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
| ac_config_site_64bit_host=YES
| fi
|
| ;;
| *x86_64* | *ppc64* | *s390x* )
| ac_config_site_64bit_host=YES
| ;;
| esac
|
| if test "x$ac_config_site_64bit_host" = xYES; then
| libdir='${exec_prefix}/lib64'
| fi
| fi
|
| # If user did not specify libexecdir, set the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
|
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
| libexecdir='${exec_prefix}/lib'
| fi
|
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| ac_site_file1=$prefix/share/config.site
| ac_site_file2=$prefix/etc/config.site
| else
| ac_site_file1=$ac_default_prefix/share/config.site
| ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| test "x$ac_site_file" = xNONE && continue
| if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| { $as_echo
"/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site
script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script
$ac_site_file" >&6;}
| sed 's/^/| /' "$ac_site_file" >&5
| . "$ac_site_file" \
| || { { $as_echo
"/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in
\`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':"
>&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| fi
| done
configure:2544: checking for a BSD-compatible install
configure:2612: result: /usr/bin/install -c
configure:2623: checking whether build environment is sane
configure:2673: result: yes
configure:2814: checking for a thread-safe mkdir -p
configure:2853: result: /usr/bin/mkdir -p
configure:2866: checking for gawk
configure:2882: found /usr/bin/gawk
configure:2893: result: gawk
configure:2904: checking whether make sets $(MAKE)
configure:2926: result: yes
configure:3418: checking whether we are using MPI
configure:3420: result: yes
configure:3446: checking whether we are using MPI I/O
configure:3448: result: no
configure:3548: checking for style of include used by make
configure:3576: result: GNU
configure:3646: checking for gcc
configure:3673: result: mpicc
configure:3902: checking for C compiler version
configure:3911: mpicc --version >&5
gcc (SUSE Linux) 6.2.1 20161121 [gcc-6-branch revision 242657]
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:3922: $? = 0
configure:3911: mpicc -v >&5
Using built-in specs.
COLLECT_GCC=/home/redclient04/bin/gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/6/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64
--enable-languages=c,c++,objc,fortran,obj-c++,java,ada,go
--enable-offload-targets=hsa --enable-checking=release
--with-gxx-include-dir=/usr/include/c++/6 --enable-ssp --disable-libssp
--disable-libvtv --disable-libcc1 --disable-plugin
--with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux'
--disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --disable-libstdcxx-pch
--with-default-libstdcxx-abi=gcc4-compatible
--enable-version-specific-runtime-libs --enable-linker-build-id
--enable-linux-futex --enable-gnu-indirect-function --program-suffix=-6
--without-system-libunwind --enable-multilib --with-arch-32=x86-64
--with-tune=generic --build=x86_64-suse-linux --host=x86_64-suse-linux
Thread model: posix
gcc version 6.2.1 20161121 [gcc-6-branch revision 242657] (SUSE Linux)
configure:3922: $? = 0
configure:3911: mpicc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3922: $? = 1
configure:3911: mpicc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3922: $? = 1
configure:3942: checking whether the C compiler works
configure:3964: mpicc -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:3968: $? = 0
configure:4017: result: yes
configure:4020: checking for C compiler default output file name
configure:4022: result: a.out
configure:4028: checking for suffix of executables
configure:4035: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c >&5
configure:4039: $? = 0
configure:4061: result:
configure:4083: checking whether we are cross compiling
configure:4091: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c >&5
configure:4095: $? = 0
configure:4102: ./conftest
configure:4106: $? = 0
configure:4121: result: no
configure:4126: checking for suffix of object files
configure:4148: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:4152: $? = 0
configure:4173: result: o
configure:4177: checking whether we are using the GNU C compiler
configure:4196: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:4196: $? = 0
configure:4205: result: yes
configure:4214: checking whether mpicc accepts -g
configure:4234: mpicc -c -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:4234: $? = 0
configure:4275: result: yes
configure:4292: checking for mpicc option to accept ISO C89
configure:4356: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
>&5
configure:4356: $? = 0
configure:4369: result: none needed
configure:4391: checking dependency style of mpicc
configure:4501: result: gcc3
configure:4523: checking compile/link for MPI C program
configure:4542: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c >&5
configure:4542: $? = 0
configure:4543: result: successful
configure:4659: checking build system type
configure:4673: result: x86_64-unknown-linux-gnu
configure:4693: checking host system type
configure:4706: result: x86_64-unknown-linux-gnu
configure:4726: checking for a sed that does not truncate output
configure:4790: result: /usr/bin/sed
configure:4808: checking for grep that handles long lines and -e
configure:4866: result: /usr/bin/grep
configure:4871: checking for egrep
configure:4933: result: /usr/bin/grep -E
configure:4938: checking for fgrep
configure:5000: result: /usr/bin/grep -F
configure:5035: checking for ld used by mpicc
configure:5102: result: /usr/x86_64-suse-linux/bin/ld
configure:5109: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
configure:5124: result: yes
configure:5136: checking for BSD- or MS-compatible name lister (nm)
configure:5185: result: /usr/bin/nm -B
configure:5303: checking the name lister (/usr/bin/nm -B) interface
configure:5310: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:5313: /usr/bin/nm -B "conftest.o"
configure:5316: output
0000000000000000 B some_variable
configure:5323: result: BSD nm
configure:5326: checking whether ln -s works
configure:5330: result: yes
configure:5338: checking the maximum length of command line arguments
configure:5458: result: 1572864
configure:5475: checking whether the shell understands some XSI constructs
configure:5485: result: yes
configure:5489: checking whether the shell understands "+="
configure:5495: result: yes
configure:5530: checking for /usr/x86_64-suse-linux/bin/ld option to reload
object files
configure:5537: result: -r
configure:5606: checking for objdump
configure:5622: found /usr/bin/objdump
configure:5633: result: objdump
configure:5665: checking how to recognize dependent libraries
configure:5861: result: pass_all
configure:5921: checking for ar
configure:5937: found /usr/bin/ar
configure:5948: result: ar
configure:6026: checking for strip
configure:6042: found /usr/bin/strip
configure:6053: result: strip
configure:6125: checking for ranlib
configure:6141: found /usr/bin/ranlib
configure:6152: result: ranlib
configure:6242: checking command to parse /usr/bin/nm -B output from mpicc
object
configure:6360: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:6363: $? = 0
configure:6367: /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:6370: $? = 0
configure:6424: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c conftstm.o >&5
configure:6427: $? = 0
configure:6465: result: ok
configure:6560: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:6563: $? = 0
configure:7273: checking how to run the C preprocessor
configure:7304: mpicc -E -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
configure:7304: $? = 0
configure:7318: mpicc -E -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
conftest.c:18:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7318: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p4est"
| #define PACKAGE_TARNAME "p4est"
| #define PACKAGE_VERSION "0.3.4.1"
| #define PACKAGE_STRING "p4est 0.3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "p4est"
| #define VERSION "0.3.4.1"
| #define DEBUG 1
| #define VTK_COMPRESSION 1
| #define BUILD_2D 1
| #define BUILD_3D 1
| #define PROVIDE_SC 1
| #define MPI_TESTS 1
| #define MPI 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7343: result: mpicc -E
configure:7363: mpicc -E -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
configure:7363: $? = 0
configure:7377: mpicc -E -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
conftest.c:18:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7377: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p4est"
| #define PACKAGE_TARNAME "p4est"
| #define PACKAGE_VERSION "0.3.4.1"
| #define PACKAGE_STRING "p4est 0.3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "p4est"
| #define VERSION "0.3.4.1"
| #define DEBUG 1
| #define VTK_COMPRESSION 1
| #define BUILD_2D 1
| #define BUILD_3D 1
| #define PROVIDE_SC 1
| #define MPI_TESTS 1
| #define MPI 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7406: checking for ANSI C header files
configure:7426: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7426: $? = 0
configure:7499: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c >&5
configure:7499: $? = 0
configure:7499: ./conftest
configure:7499: $? = 0
configure:7510: result: yes
configure:7523: checking for sys/types.h
configure:7523: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7523: $? = 0
configure:7523: result: yes
configure:7523: checking for sys/stat.h
configure:7523: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7523: $? = 0
configure:7523: result: yes
configure:7523: checking for stdlib.h
configure:7523: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7523: $? = 0
configure:7523: result: yes
configure:7523: checking for string.h
configure:7523: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7523: $? = 0
configure:7523: result: yes
configure:7523: checking for memory.h
configure:7523: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7523: $? = 0
configure:7523: result: yes
configure:7523: checking for strings.h
configure:7523: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7523: $? = 0
configure:7523: result: yes
configure:7523: checking for inttypes.h
configure:7523: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7523: $? = 0
configure:7523: result: yes
configure:7523: checking for stdint.h
configure:7523: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7523: $? = 0
configure:7523: result: yes
configure:7523: checking for unistd.h
configure:7523: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7523: $? = 0
configure:7523: result: yes
configure:7538: checking for dlfcn.h
configure:7538: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:7538: $? = 0
configure:7538: result: yes
configure:7722: checking for objdir
configure:7737: result: .libs
configure:8029: checking if mpicc supports -fno-rtti -fno-exceptions
configure:8047: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL -fno-rtti
-fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not
for C
configure:8051: $? = 0
configure:8064: result: no
configure:8084: checking for mpicc option to produce PIC
configure:8356: result: -fPIC -DPIC
configure:8368: checking if mpicc PIC flag -fPIC -DPIC works
configure:8386: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL -fPIC -DPIC
-DPIC conftest.c >&5
configure:8390: $? = 0
configure:8403: result: yes
configure:8427: checking if mpicc static flag -static works
configure:8455: result: no
configure:8470: checking if mpicc supports -c -o file.o
configure:8491: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL -o
out/conftest2.o conftest.c >&5
configure:8495: $? = 0
configure:8517: result: yes
configure:8525: checking if mpicc supports -c -o file.o
configure:8572: result: yes
configure:8605: checking whether the mpicc linker
(/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:9596: result: yes
configure:9633: checking whether -lc should be explicitly linked in
configure:9638: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c >&5
configure:9641: $? = 0
configure:9656: mpicc -shared conftest.o -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:9659: $? = 0
configure:9671: result: no
configure:9835: checking dynamic linker characteristics
configure:10268: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
-Wl,-rpath -Wl,/foo conftest.c >&5
configure:10268: $? = 0
configure:10498: result: GNU/Linux ld.so
configure:10600: checking how to hardcode library paths into programs
configure:10625: result: immediate
configure:11145: checking whether stripping libraries is possible
configure:11150: result: yes
configure:11185: checking if libtool supports shared libraries
configure:11187: result: yes
configure:11190: checking whether to build shared libraries
configure:11211: result: yes
configure:11214: checking whether to build static libraries
configure:11218: result: yes
configure:11270: checking whether mpicc and cc understand -c and -o together
configure:11301: mpicc -c conftest.c -o conftest2.o >&5
configure:11305: $? = 0
configure:11311: mpicc -c conftest.c -o conftest2.o >&5
configure:11315: $? = 0
configure:11326: cc -c conftest.c >&5
configure:11330: $? = 0
configure:11338: cc -c conftest.c -o conftest2.o >&5
configure:11342: $? = 0
configure:11348: cc -c conftest.c -o conftest2.o >&5
configure:11352: $? = 0
configure:11370: result: yes
configure:11438: checking for ranlib
configure:11465: result: ranlib
configure:11504: checking for splint
configure:11522: found /usr/bin/splint
configure:11535: result: /usr/bin/splint
configure:11599: checking whether the C compiler accepts the -V flag
configure:11628: mpicc -c -O0 -g -V -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c >&5
gcc: error: unrecognized command line option '-V'
configure:11628: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p4est"
| #define PACKAGE_TARNAME "p4est"
| #define PACKAGE_VERSION "0.3.4.1"
| #define PACKAGE_STRING "p4est 0.3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "p4est"
| #define VERSION "0.3.4.1"
| #define DEBUG 1
| #define VTK_COMPRESSION 1
| #define BUILD_2D 1
| #define BUILD_3D 1
| #define PROVIDE_SC 1
| #define MPI_TESTS 1
| #define MPI 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
|
| int
| main ()
| {
|
| ;
| return 0;
| }
|
configure:11651: result: no
configure:11704: checking whether the C compiler accepts the -dumpversion flag
configure:11733: mpicc -c -O0 -g -dumpversion -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c >&5
6
configure:11733: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p4est"
| #define PACKAGE_TARNAME "p4est"
| #define PACKAGE_VERSION "0.3.4.1"
| #define PACKAGE_STRING "p4est 0.3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "p4est"
| #define VERSION "0.3.4.1"
| #define DEBUG 1
| #define VTK_COMPRESSION 1
| #define BUILD_2D 1
| #define BUILD_3D 1
| #define PROVIDE_SC 1
| #define MPI_TESTS 1
| #define MPI 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
|
| int
| main ()
| {
|
| ;
| return 0;
| }
|
configure:11756: result: no
configure:11808: checking for library containing fabs
configure:11839: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c >&5
conftest.c:37:6: warning: conflicting types for built-in function 'fabs'
char fabs ();
^~~~
/tmp/ccoH4YOD.o: In function `main':
/home/redclient04/Downloads/p4est-build/DEBUG/conftest.c:41: undefined
reference to `fabs'
collect2: error: ld returned 1 exit status
configure:11839: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p4est"
| #define PACKAGE_TARNAME "p4est"
| #define PACKAGE_VERSION "0.3.4.1"
| #define PACKAGE_STRING "p4est 0.3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "p4est"
| #define VERSION "0.3.4.1"
| #define DEBUG 1
| #define VTK_COMPRESSION 1
| #define BUILD_2D 1
| #define BUILD_3D 1
| #define PROVIDE_SC 1
| #define MPI_TESTS 1
| #define MPI 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fabs ();
| int
| main ()
| {
| return fabs ();
| ;
| return 0;
| }
configure:11839: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c -lm >&5
conftest.c:37:6: warning: conflicting types for built-in function 'fabs'
char fabs ();
^~~~
configure:11839: $? = 0
configure:11856: result: -lm
configure:11964: checking arpa/inet.h usability
configure:11964: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
>&5
configure:11964: $? = 0
configure:11964: result: yes
configure:11964: checking arpa/inet.h presence
configure:11964: mpicc -E -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
configure:11964: $? = 0
configure:11964: result: yes
configure:11964: checking for arpa/inet.h
configure:11964: result: yes
configure:11964: checking netinet/in.h usability
configure:11964: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
>&5
configure:11964: $? = 0
configure:11964: result: yes
configure:11964: checking netinet/in.h presence
configure:11964: mpicc -E -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
configure:11964: $? = 0
configure:11964: result: yes
configure:11964: checking for netinet/in.h
configure:11964: result: yes
configure:11964: checking for unistd.h
configure:11964: result: yes
configure:11983: checking for fsync
configure:11983: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c -lm >&5
configure:11983: $? = 0
configure:11983: result: yes
configure:19052: checking for getopt
configure:19077: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c -lm >&5
configure:19077: $? = 0
configure:19078: result: successful
configure:19107: checking for obstack
configure:19134: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c -lm >&5
configure:19134: $? = 0
configure:19135: result: successful
configure:19164: Using builtin zlib 1.2.4 until that version is commonplace
configure:19186: checking lua.h usability
configure:19186: mpicc -c -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
>&5
configure:19186: $? = 0
configure:19186: result: yes
configure:19186: checking lua.h presence
configure:19186: mpicc -E -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL conftest.c
configure:19186: $? = 0
configure:19186: result: yes
configure:19186: checking for lua.h
configure:19186: result: yes
configure:19197: checking for library containing lua_createtable
configure:19236: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c -lm >&5
/tmp/cclRdSig.o: In function `main':
/home/redclient04/Downloads/p4est-build/DEBUG/conftest.c:55: undefined
reference to `lua_createtable'
collect2: error: ld returned 1 exit status
configure:19236: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p4est"
| #define PACKAGE_TARNAME "p4est"
| #define PACKAGE_VERSION "0.3.4.1"
| #define PACKAGE_STRING "p4est 0.3.4.1"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "p4est"
| #define VERSION "0.3.4.1"
| #define DEBUG 1
| #define VTK_COMPRESSION 1
| #define BUILD_2D 1
| #define BUILD_3D 1
| #define PROVIDE_SC 1
| #define MPI_TESTS 1
| #define MPI 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FSYNC 1
| #define PROVIDE_ZLIB 1
| #define HAVE_LUA_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lua_createtable ();
| #ifdef F77_DUMMY_MAIN
|
| # ifdef __cplusplus
| extern "C"
| # endif
| int F77_DUMMY_MAIN() { return 1; }
|
| #endif
| int
| main ()
| {
| return lua_createtable ();
| ;
| return 0;
| }
configure:19236: mpicc -o conftest -O0 -g -DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
conftest.c -llua -lm >&5
configure:19236: $? = 0
configure:19253: result: -llua
configure:19547: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by p4est config.status 0.3.4.1, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on REDSTACK14099
config.status:1192: creating Makefile
config.status:1192: creating Makefile.p4est.pre
config.status:1192: creating src/pre_config.h
config.status:1405: executing src/p4est_config.h commands
config.status:1443: creating src/p4est_config.h from src/pre_config.h (prefix
P4EST)
config.status:1405: executing depfiles commands
config.status:1405: executing libtool commands
configure:22116: === configuring in sc
(/home/redclient04/Downloads/p4est-build/DEBUG/sc)
configure:22179: running /bin/sh
/home/redclient04/Downloads/p4est-0.3.4.1/sc/configure
--disable-option-checking
'--prefix=/home/redclient04/Software/p4est/p4est-0.3.4.1/DEBUG'
'--enable-debug' '--enable-mpi' '--enable-shared' '--disable-vtk-binary'
'--without-blas' 'CFLAGS=-O0 -g' 'CPPFLAGS=-DSC_LOG_PRIORITY=SC_LP_ESSENTIAL'
--cache-file=/dev/null --srcdir=/home/redclient04/Downloads/p4est-0.3.4.1/sc
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O0 -g'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-DSC_LOG_PRIORITY=SC_LP_ESSENTIAL
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
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=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_fsync=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_lua_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_LINT=/usr/bin/splint
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='mpicc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=mpicc
ac_cv_prog_ac_ct_OBJDUMP=objdump
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_cc_mpicc_c_o=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_fabs=-lm
ac_cv_search_lua_createtable=-llua
am_cv_CC_dependencies_compiler_type=gcc3
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_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=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\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/
{"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^
]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^
]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^
]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int
\1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
sc_cv_c_check_flag__V=no
sc_cv_c_check_flag__dumpversion=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/redclient04/Downloads/p4est-0.3.4.1/config/missing
--run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/redclient04/Downloads/p4est-0.3.4.1/config/missing --run
tar'
AR='ar'
AUTOCONF='${SHELL} /home/redclient04/Downloads/p4est-0.3.4.1/config/missing
--run autoconf'
AUTOHEADER='${SHELL} /home/redclient04/Downloads/p4est-0.3.4.1/config/missing
--run autoheader'
AUTOMAKE='${SHELL} /home/redclient04/Downloads/p4est-0.3.4.1/config/missing
--run automake-1.11'
AWK='gawk'
BLAS_LIBS=''
CC='mpicc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O0 -g'
CPP='mpicc -E'
CPPFLAGS='-DSC_LOG_PRIORITY=SC_LP_ESSENTIAL'
CYGPATH_W='echo'
C_VERSION=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77='mpif77'
FFLAGS=''
FGREP='/usr/bin/grep -F'
FLIBS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LAPACK_LIBS=''
LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS='-llua -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LINT='/usr/bin/splint'
LINT_FALSE='#'
LINT_FLAGS='-weak -fixedformalarray -badflag -preproc -unixlib -DSC_SPLINT
-systemdirs /usr/include:/usr/lib64/mpi/gcc/openmpi/include'
LINT_TRUE=''
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/redclient04/Downloads/p4est-0.3.4.1/config/missing
--run makeinfo'
METIS_INCLUDES=''
METIS_LIBS=''
MKDIR_P='/usr/bin/mkdir -p'
MPI_INCLUDES='-I/usr/lib64/mpi/gcc/openmpi/include'
MPI_INCLUDE_PATH='/usr/lib64/mpi/gcc/openmpi/include'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
P4EST_BLAS_FALSE=''
P4EST_BLAS_TRUE='#'
P4EST_DEPENDENCIES=' $(top_builddir)/sc/src/libsc.la'
P4EST_DIST_ALLOW_FALSE='#'
P4EST_DIST_ALLOW_TRUE=''
P4EST_ENABLE_BUILD_2D_FALSE='#'
P4EST_ENABLE_BUILD_2D_TRUE=''
P4EST_ENABLE_BUILD_3D_FALSE='#'
P4EST_ENABLE_BUILD_3D_TRUE=''
P4EST_ENABLE_DEBUG_FALSE='#'
P4EST_ENABLE_DEBUG_TRUE=''
P4EST_ENABLE_SHARED_FALSE='#'
P4EST_ENABLE_SHARED_TRUE=''
P4EST_ENABLE_VTK_BINARY_FALSE=''
P4EST_ENABLE_VTK_BINARY_TRUE='#'
P4EST_ENABLE_VTK_COMPRESSION_FALSE='#'
P4EST_ENABLE_VTK_COMPRESSION_TRUE=''
P4EST_ENABLE_VTK_DOUBLES_FALSE=''
P4EST_ENABLE_VTK_DOUBLES_TRUE='#'
P4EST_LAPACK_FALSE=''
P4EST_LAPACK_TRUE='#'
P4EST_LIB_SUFFIX='la'
P4EST_MPIIO_FALSE=''
P4EST_MPIIO_TRUE='#'
P4EST_MPI_FALSE='#'
P4EST_MPI_TESTS_ENVIRONMENT='mpirun -np 2'
P4EST_MPI_TRUE=''
P4EST_PROVIDE_GETOPT_FALSE=''
P4EST_PROVIDE_GETOPT_TRUE='#'
P4EST_PROVIDE_LUA_FALSE=''
P4EST_PROVIDE_LUA_TRUE='#'
P4EST_PROVIDE_OBSTACK_FALSE=''
P4EST_PROVIDE_OBSTACK_TRUE='#'
P4EST_PROVIDE_ZLIB_FALSE='#'
P4EST_PROVIDE_ZLIB_TRUE=''
P4EST_SC_AMFLAGS='-I $(top_srcdir)/sc/config'
P4EST_SC_CPPFLAGS='-I$(top_builddir)/sc/src -I$(top_srcdir)/sc/src'
P4EST_SC_LDADD='$(top_builddir)/sc/src/libsc.la'
P4EST_SC_MK_INCLUDE='include ${sysconfdir}/Makefile.sc.mk'
P4EST_SC_SUBDIR='sc'
P4EST_SC_USE_MK_FALSE=''
P4EST_SC_USE_MK_TRUE='#'
P4EST_WITH_METIS_FALSE=''
P4EST_WITH_METIS_TRUE='#'
P4EST_WITH_PROVIDE_SC_FALSE='#'
P4EST_WITH_PROVIDE_SC_TRUE=''
PACKAGE='p4est'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='p4est'
PACKAGE_STRING='p4est 0.3.4.1'
PACKAGE_TARNAME='p4est'
PACKAGE_URL=''
PACKAGE_VERSION='0.3.4.1'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SC_WITH_MPI_TESTS_FALSE='#'
SC_WITH_MPI_TESTS_TRUE=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.3.4.1'
ac_ct_CC='mpicc'
ac_ct_DUMPBIN=''
ac_ct_F77=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
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='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL}
/home/redclient04/Downloads/p4est-0.3.4.1/config/install-sh'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/redclient04/Software/p4est/p4est-0.3.4.1/DEBUG'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' sc'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "p4est"
#define PACKAGE_TARNAME "p4est"
#define PACKAGE_VERSION "0.3.4.1"
#define PACKAGE_STRING "p4est 0.3.4.1"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "p4est"
#define VERSION "0.3.4.1"
#define DEBUG 1
#define VTK_COMPRESSION 1
#define BUILD_2D 1
#define BUILD_3D 1
#define PROVIDE_SC 1
#define MPI_TESTS 1
#define MPI 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_ARPA_INET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FSYNC 1
#define PROVIDE_ZLIB 1
#define HAVE_LUA_H 1
#define CC "mpicc"
#define C_VERSION ""
#define CFLAGS "-O0 -g"
#define CPP "mpicc -E"
#define CPPFLAGS "-DSC_LOG_PRIORITY=SC_LP_ESSENTIAL"
#define LDFLAGS ""
#define LIBS "-llua -lm "
configure: exit 0