Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network.C:(.text.startup+0x2b): undefined reference to `boost::system::generic_category()' #10

Closed
akkbook opened this issue Sep 27, 2017 · 10 comments

Comments

@akkbook
Copy link

akkbook commented Sep 27, 2017

Dear Gregory Lee,
I am a HPCer .when installing STAT, I got the error as the title .

Platform.

VMware® Workstation 12 Pro
[root@localhost STAT-3.0.1]# hostname
localhost.localdomain
[root@localhost STAT-3.0.1]# uname -m
x86_64
[root@localhost STAT-3.0.1]# uname -r
3.10.0-514.el7.x86_64
[root@localhost STAT-3.0.1]# uname -s
Linux
[root@localhost STAT-3.0.1]# uname -v
#1 SMP Tue Nov 22 16:42:41 UTC 2016

[root@localhost STAT-3.0.1]# /bin/uname -m
x86_64
[root@localhost STAT-3.0.1]# /bin/uname -p
x86_64
[root@localhost STAT-3.0.1]# /bin/uname -i
x86_64
[root@localhost STAT-3.0.1]# /bin/uname -o
GNU/Linux
[root@localhost STAT-3.0.1]# /bin/uname -s
Linux
[root@localhost STAT-3.0.1]# /bin/uname -n
localhost.localdomain
[root@localhost STAT-3.0.1]# /bin/uname -r
3.10.0-514.el7.x86_64

Software

cmake version 2.8.12.2 cmake-3.8.2[notuse]
dyninst v9.3.0 dyninst v9.3.2[fail]
libgcrypt v1.8.1 libgpg-error-1.27 mrnet4.0 mrnet50[fail]
graphlib-3.0.0 graphlib-2.0.0[fail]
launchmon-v1.0.2 libdwarf-20170416
stackwalkerAPI-8.0.tgz
boost v1.53 gcc v4.8.5

STAT-3.0.1 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 STAT configure 3.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure --with-launchmon=/root/lm102/install --with-graphlib=/root/gra3 --with-mrnet=/root/mr4/install --with-stackwalker=/root/st80/stackwalk/h --with-libdwarf=/root/libd/ --prefix=/root/src/STAT-3.0.1/install MPICC=cc MPICXX=CC MPIF77=ftn --enable-shared LD=/usr/bin/ld

---------

Platform.

---------

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 3.10.0-514.el7.x86_64
uname -s = Linux
uname -v = #1 SMP Tue Nov 22 16:42:41 UTC 2016

/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/qt-3.3/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /root/bin

-----------

Core tests.

-----------

configure:2739: checking for a BSD-compatible install
configure:2807: result: /usr/bin/install -c
configure:2818: checking whether build environment is sane
configure:2873: result: yes
configure:3024: checking for a thread-safe mkdir -p
configure:3063: result: /usr/bin/mkdir -p
configure:3070: checking for gawk
configure:3086: found /usr/bin/gawk
configure:3097: result: gawk
configure:3108: checking whether make sets $(MAKE)
configure:3130: result: yes
configure:3159: checking whether make supports nested variables
configure:3176: result: yes
configure:3264: checking build system type
configure:3278: result: x86_64-unknown-linux-gnu
configure:3298: checking host system type
configure:3311: result: x86_64-unknown-linux-gnu
configure:3391: checking for g++
configure:3407: found /usr/bin/g++
configure:3418: result: g++
configure:3445: checking for C++ compiler version
configure:3454: g++ --version >&5
g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16)
Copyright (C) 2015 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:3465: $? = 0
configure:3454: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)
configure:3465: $? = 0
configure:3454: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3465: $? = 4
configure:3454: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3465: $? = 4
configure:3485: checking whether the C++ compiler works
configure:3507: g++ conftest.cpp >&5
configure:3511: $? = 0
configure:3559: result: yes
configure:3562: checking for C++ compiler default output file name
configure:3564: result: a.out
configure:3570: checking for suffix of executables
configure:3577: g++ -o conftest conftest.cpp >&5
configure:3581: $? = 0
configure:3603: result:
configure:3625: checking whether we are cross compiling
configure:3633: g++ -o conftest conftest.cpp >&5
configure:3637: $? = 0
configure:3644: ./conftest
configure:3648: $? = 0
configure:3663: result: no
configure:3668: checking for suffix of object files
configure:3690: g++ -c conftest.cpp >&5
configure:3694: $? = 0
configure:3715: result: o
configure:3719: checking whether we are using the GNU C++ compiler
configure:3738: g++ -c conftest.cpp >&5
configure:3738: $? = 0
configure:3747: result: yes
configure:3756: checking whether g++ accepts -g
configure:3776: g++ -c -g conftest.cpp >&5
configure:3776: $? = 0
configure:3817: result: yes
configure:3851: checking for style of include used by make
configure:3879: result: GNU
configure:3905: checking dependency style of g++
configure:4016: result: gcc3
configure:4079: checking for gcc
configure:4095: found /usr/bin/gcc
configure:4106: result: gcc
configure:4335: checking for C compiler version
configure:4344: gcc --version >&5
gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16)
Copyright (C) 2015 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:4355: $? = 0
configure:4344: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)
configure:4355: $? = 0
configure:4344: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4355: $? = 4
configure:4344: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4355: $? = 4
configure:4359: checking whether we are using the GNU C compiler
configure:4378: gcc -c conftest.c >&5
configure:4378: $? = 0
configure:4387: result: yes
configure:4396: checking whether gcc accepts -g
configure:4416: gcc -c -g conftest.c >&5
configure:4416: $? = 0
configure:4457: result: yes
configure:4474: checking for gcc option to accept ISO C89
configure:4537: gcc -c -g -O2 conftest.c >&5
configure:4537: $? = 0
configure:4550: result: none needed
configure:4572: checking dependency style of gcc
configure:4683: result: gcc3
configure:4751: checking for gfortran
configure:4767: found /usr/bin/gfortran
configure:4778: result: gfortran
configure:4804: checking for Fortran compiler version
configure:4813: gfortran --version >&5
GNU Fortran (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16)
Copyright (C) 2015 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:4824: $? = 0
configure:4813: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)
configure:4824: $? = 0
configure:4813: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:4824: $? = 4
configure:4813: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:4824: $? = 4
configure:4833: checking whether we are using the GNU Fortran compiler
configure:4846: gfortran -c conftest.F >&5
configure:4846: $? = 0
configure:4855: result: yes
configure:4861: checking whether gfortran accepts -g
configure:4872: gfortran -c -g conftest.f >&5
configure:4872: $? = 0
configure:4880: result: yes
configure:4987: checking how to print strings
configure:5014: result: printf
configure:5035: checking for a sed that does not truncate output
configure:5099: result: /usr/bin/sed
configure:5117: checking for grep that handles long lines and -e
configure:5175: result: /usr/bin/grep
configure:5180: checking for egrep
configure:5242: result: /usr/bin/grep -E
configure:5247: checking for fgrep
configure:5309: result: /usr/bin/grep -F
configure:5344: checking for ld used by gcc
configure:5411: result: /usr/bin/ld
configure:5418: checking if the linker (/usr/bin/ld) is GNU ld
configure:5433: result: yes
configure:5445: checking for BSD- or MS-compatible name lister (nm)
configure:5494: result: /usr/bin/nm -B
configure:5624: checking the name lister (/usr/bin/nm -B) interface
configure:5631: gcc -c -g -O2 conftest.c >&5
configure:5634: /usr/bin/nm -B "conftest.o"
configure:5637: output
0000000000000000 B some_variable
configure:5644: result: BSD nm
configure:5647: checking whether ln -s works
configure:5651: result: yes
configure:5659: checking the maximum length of command line arguments
configure:5789: result: 1572864
configure:5806: checking whether the shell understands some XSI constructs
configure:5816: result: yes
configure:5820: checking whether the shell understands "+="
configure:5826: result: yes
configure:5861: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5901: result: func_convert_file_noop
configure:5908: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5928: result: func_convert_file_noop
configure:5935: checking for /usr/bin/ld option to reload object files
configure:5942: result: -r
configure:6016: checking for objdump
configure:6032: found /usr/bin/objdump
configure:6043: result: objdump
configure:6075: checking how to recognize dependent libraries
configure:6277: result: pass_all
configure:6362: checking for dlltool
configure:6392: result: no
configure:6422: checking how to associate runtime and link libraries
configure:6449: result: printf %s\n
configure:6510: checking for ar
configure:6526: found /usr/bin/ar
configure:6537: result: ar
configure:6574: checking for archiver @file support
configure:6591: gcc -c -g -O2 conftest.c >&5
configure:6591: $? = 0
configure:6594: ar cru libconftest.a @conftest.lst >&5
configure:6597: $? = 0
configure:6602: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6605: $? = 1
configure:6617: result: @
configure:6675: checking for strip
configure:6691: found /usr/bin/strip
configure:6702: result: strip
configure:6774: checking for ranlib
configure:6790: found /usr/bin/ranlib
configure:6801: result: ranlib
configure:6903: checking command to parse /usr/bin/nm -B output from gcc object
configure:7023: gcc -c -g -O2 conftest.c >&5
configure:7026: $? = 0
configure:7030: /usr/bin/nm -B conftest.o | sed -n -e 's/^.[ ]([ABCDGIRSTW][ABCDGIRSTW])[ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm
configure:7033: $? = 0
configure:7099: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7102: $? = 0
configure:7140: result: ok
configure:7177: checking for sysroot
configure:7207: result: no
configure:7284: gcc -c -g -O2 conftest.c >&5
configure:7287: $? = 0
configure:7463: checking for mt
configure:7479: found /usr/bin/mt
configure:7490: result: mt
configure:7513: checking if mt is a manifest tool
configure:7519: mt '-?'
usage: mt [-v] [--version] [-h] [ -f device ] command [ count ]
configure:7527: result: no
configure:8169: checking how to run the C preprocessor
configure:8200: gcc -E conftest.c
configure:8200: $? = 0
configure:8214: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:8214: $? = 1
configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME "STAT"
| #define PACKAGE_TARNAME "stat"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "STAT 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stat"
| #define VERSION "3.0.1"
| /
end confdefs.h. /
| #include <ac_nonexistent.h>
configure:8239: result: gcc -E
configure:8259: gcc -E conftest.c
configure:8259: $? = 0
configure:8273: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:8273: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "STAT"
| #define PACKAGE_TARNAME "stat"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "STAT 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stat"
| #define VERSION "3.0.1"
| /
end confdefs.h. /
| #include <ac_nonexistent.h>
configure:8302: checking for ANSI C header files
configure:8322: gcc -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8395: gcc -o conftest -g -O2 conftest.c >&5
configure:8395: $? = 0
configure:8395: ./conftest
configure:8395: $? = 0
configure:8406: result: yes
configure:8419: checking for sys/types.h
configure:8419: gcc -c -g -O2 conftest.c >&5
configure:8419: $? = 0
configure:8419: result: yes
configure:8419: checking for sys/stat.h
configure:8419: gcc -c -g -O2 conftest.c >&5
configure:8419: $? = 0
configure:8419: result: yes
configure:8419: checking for stdlib.h
configure:8419: gcc -c -g -O2 conftest.c >&5
configure:8419: $? = 0
configure:8419: result: yes
configure:8419: checking for string.h
configure:8419: gcc -c -g -O2 conftest.c >&5
configure:8419: $? = 0
configure:8419: result: yes
configure:8419: checking for memory.h
configure:8419: gcc -c -g -O2 conftest.c >&5
configure:8419: $? = 0
configure:8419: result: yes
configure:8419: checking for strings.h
configure:8419: gcc -c -g -O2 conftest.c >&5
configure:8419: $? = 0
configure:8419: result: yes
configure:8419: checking for inttypes.h
configure:8419: gcc -c -g -O2 conftest.c >&5
configure:8419: $? = 0
configure:8419: result: yes
configure:8419: checking for stdint.h
configure:8419: gcc -c -g -O2 conftest.c >&5
configure:8419: $? = 0
configure:8419: result: yes
configure:8419: checking for unistd.h
configure:8419: gcc -c -g -O2 conftest.c >&5
configure:8419: $? = 0
configure:8419: result: yes
configure:8433: checking for dlfcn.h
configure:8433: gcc -c -g -O2 conftest.c >&5
configure:8433: $? = 0
configure:8433: result: yes
configure:8621: checking for objdir
configure:8636: result: .libs
configure:8907: checking if gcc supports -fno-rtti -fno-exceptions
configure:8925: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8929: $? = 0
configure:8942: result: no
configure:9269: checking for gcc option to produce PIC
configure:9276: result: -fPIC -DPIC
configure:9284: checking if gcc PIC flag -fPIC -DPIC works
configure:9302: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
configure:9306: $? = 0
configure:9319: result: yes
configure:9348: checking if gcc static flag -static works
configure:9376: result: no
configure:9391: checking if gcc supports -c -o file.o
configure:9412: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9416: $? = 0
configure:9438: result: yes
configure:9446: checking if gcc supports -c -o file.o
configure:9493: result: yes
configure:9526: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:10679: result: yes
configure:10716: checking whether -lc should be explicitly linked in
configure:10724: gcc -c -g -O2 conftest.c >&5
configure:10727: $? = 0
configure:10742: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | /usr/bin/grep -lc >/dev/null 2>&1
configure:10745: $? = 0
configure:10759: result: no
configure:10919: checking dynamic linker characteristics
configure:11430: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
configure:11430: $? = 0
configure:11656: result: GNU/Linux ld.so
configure:11763: checking how to hardcode library paths into programs
configure:11788: result: immediate
configure:12328: checking whether stripping libraries is possible
configure:12333: result: yes
configure:12368: checking if libtool supports shared libraries
configure:12370: result: yes
configure:12373: checking whether to build shared libraries
configure:12394: result: yes
configure:12397: checking whether to build static libraries
configure:12401: result: no
configure:12424: checking how to run the C++ preprocessor
configure:12451: g++ -E conftest.cpp
configure:12451: $? = 0
configure:12465: g++ -E conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:12465: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "STAT"
| #define PACKAGE_TARNAME "stat"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "STAT 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stat"
| #define VERSION "3.0.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. /
| #include <ac_nonexistent.h>
configure:12490: result: g++ -E
configure:12510: g++ -E conftest.cpp
configure:12510: $? = 0
configure:12524: g++ -E conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:12524: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "STAT"
| #define PACKAGE_TARNAME "stat"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "STAT 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stat"
| #define VERSION "3.0.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. /
| #include <ac_nonexistent.h>
configure:12693: checking for ld used by g++
configure:12760: result: /usr/bin/ld -m elf_x86_64
configure:12767: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12782: result: yes
configure:12837: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13842: result: yes
configure:13878: g++ -c -g -O2 conftest.cpp >&5
configure:13881: $? = 0
configure:14401: checking for g++ option to produce PIC
configure:14408: result: -fPIC -DPIC
configure:14416: checking if g++ PIC flag -fPIC -DPIC works
configure:14434: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14438: $? = 0
configure:14451: result: yes
configure:14474: checking if g++ static flag -static works
configure:14502: result: no
configure:14514: checking if g++ supports -c -o file.o
configure:14535: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:14539: $? = 0
configure:14561: result: yes
configure:14566: checking if g++ supports -c -o file.o
configure:14613: result: yes
configure:14643: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14679: result: yes
configure:14820: checking dynamic linker characteristics
configure:15491: result: GNU/Linux ld.so
configure:15544: checking how to hardcode library paths into programs
configure:15569: result: immediate
configure:15722: checking if libtool supports shared libraries
configure:15724: result: yes
configure:15727: checking whether to build shared libraries
configure:15747: result: yes
configure:15750: checking whether to build static libraries
configure:15754: result: no
configure:15788: gfortran -c -g -O2 conftest.f >&5
configure:15791: $? = 0
configure:16220: checking for gfortran option to produce PIC
configure:16227: result: -fPIC
configure:16235: checking if gfortran PIC flag -fPIC works
configure:16253: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:16257: $? = 0
configure:16270: result: yes
configure:16293: checking if gfortran static flag -static works
configure:16321: result: no
configure:16333: checking if gfortran supports -c -o file.o
configure:16354: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:16358: $? = 0
configure:16380: result: yes
configure:16385: checking if gfortran supports -c -o file.o
configure:16432: result: yes
configure:16462: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:17565: result: yes
configure:17706: checking dynamic linker characteristics
configure:18371: result: GNU/Linux ld.so
configure:18424: checking how to hardcode library paths into programs
configure:18449: result: immediate
configure:18513: checking for rsh
configure:18532: found /usr/bin/rsh
configure:18544: result: /usr/bin/rsh
configure:18785: checking for python
configure:18803: found /usr/bin/python
configure:18815: result: /usr/bin/python
configure:18836: checking for python version
configure:18843: result: 2.7
configure:18855: checking for python platform
configure:18862: result: linux2
configure:18888: checking for python script directory
configure:18923: result: ${prefix}/lib/python2.7/site-packages
configure:18932: checking for python extension module directory
configure:18967: result: ${exec_prefix}/lib64/python2.7/site-packages
configure:18994: checking Python include dir
configure:18999: result: /usr/include/python2.7
configure:19011: checking for swig
configure:19027: found /usr/bin/swig
configure:19038: result: swig
configure:19068: checking for dot
configure:19086: found /usr/bin/dot
configure:19099: result: /usr/bin/dot
configure:19285: checking for main in -liberty
configure:19304: g++ -o conftest -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -L/root/st80/stackwalk/h/lib -L/root/libd//lib conftest.cpp -liberty >&5
configure:19304: $? = 0
configure:19313: result: yes
configure:19327: checking for elf_begin in -lelf
configure:19352: g++ -o conftest -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -L/root/st80/stackwalk/h/lib -L/root/libd//lib conftest.cpp -lelf >&5
configure:19352: $? = 0
configure:19361: result: yes
configure:19375: checking for dwarf_init in -ldwarf
configure:19400: g++ -o conftest -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -L/root/st80/stackwalk/h/lib -L/root/libd//lib conftest.cpp -ldwarf -lelf >&5
configure:19400: $? = 0
configure:19409: result: yes
configure:19423: checking for walker.h
configure:19423: g++ -c -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include conftest.cpp >&5
configure:19423: $? = 0
configure:19423: result: yes
configure:19434: checking Checking Dyninst Version 9.3 or greater
configure:19445: g++ -c -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include conftest.cpp >&5
configure:19445: $? = 0
configure:19462: g++ -c -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include conftest.cpp >&5
configure:19462: $? = 0
configure:19470: result: yes
configure:19473: checking for Symtab.h
configure:19473: g++ -c -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 conftest.cpp >&5
configure:19473: $? = 0
configure:19473: result: yes
configure:19483: checking for libstackwalk
configure:19501: g++ -o conftest -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -ldyninstAPI -lstackwalk -lpcontrol -lparseAPI -linstructionAPI -lsymtabAPI -lcommon -ldynElf -ldynDwarf -lsymLite -ldwarf -lelf -liberty -lpthread conftest.cpp >&5
configure:19501: $? = 0
configure:19572: result: yes
configure:19575: checking for libompd_intel
configure:19591: g++ -o conftest -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -lompd_intel conftest.cpp >&5
conftest.cpp:23:18: fatal error: ompd.h: No such file or directory
#include "ompd.h"
^
compilation terminated.
configure:19591: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "STAT"
| #define PACKAGE_TARNAME "stat"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "STAT 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stat"
| #define VERSION "3.0.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. /
| #include "ompd.h"
| ompd_callbacks_t table;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19603: result: no
configure:19606: checking for libomp_stackwalker
configure:19622: g++ -o conftest -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -lomp_stackwalker -ldyninstAPI -lstackwalk -lpcontrol -lparseAPI -linstructionAPI -lsymtabAPI -lcommon -ldynElf -ldynDwarf -lsymLite -liberty -liberty -lelf -ldwarf conftest.cpp >&5
conftest.cpp:23:31: fatal error: OpenMPStackWalker.h: No such file or directory
#include "OpenMPStackWalker.h"
^
compilation terminated.
configure:19622: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "STAT"
| #define PACKAGE_TARNAME "stat"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "STAT 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stat"
| #define VERSION "3.0.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. /
| #include "OpenMPStackWalker.h"
| OpenMPStackWalker
walker;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19634: result: no
configure:19683: checking for graphlib.h
configure:19683: g++ -c -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include conftest.cpp >&5
configure:19683: $? = 0
configure:19683: result: yes
configure:19694: checking Checking Graphlib Version
configure:19708: g++ -c -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include conftest.cpp >&5
configure:19708: $? = 0
configure:19737: g++ -c -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include conftest.cpp >&5
configure:19737: $? = 0
configure:19757: result: 3.0
configure:19759: checking for graphlib_newGraph in -llnlgraph
configure:19784: g++ -o conftest -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib conftest.cpp -llnlgraph >&5
configure:19784: $? = 0
configure:19793: result: yes
configure:19954: checking for lmon_api/lmon_fe.h
configure:19954: g++ -c -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include conftest.cpp >&5
configure:19954: $? = 0
configure:19954: result: yes
configure:19970: checking for lmon_api/lmon_be.h
configure:19970: g++ -c -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include conftest.cpp >&5
configure:19970: $? = 0
configure:19970: result: yes
configure:19984: checking for LMON_fe_createSession in -lmonfeapi
configure:20009: g++ -o conftest -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib conftest.cpp -lmonfeapi >&5
configure:20009: $? = 0
configure:20018: result: yes
configure:20031: checking for LMON_be_init in -lmonbeapi
configure:20056: g++ -o conftest -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib conftest.cpp -lmonbeapi >&5
configure:20056: $? = 0
configure:20065: result: yes
configure:20086: checking for launchmon
configure:20104: found /root/lm102/install/bin/launchmon
configure:20117: result: /root/lm102/install/bin/launchmon
configure:20130: checking for newlaunchmon
configure:20148: found /root/lm102/install/bin/newlaunchmon
configure:20161: result: /root/lm102/install/bin/newlaunchmon
configure:20178: checking specify RM's communication library
configure:20204: result: no
configure:20234: checking for mrnet/MRNet.h
configure:20234: g++ -c -I/root/mr4/install/lib/xplat-4.0.0/include -I/root/mr4/install/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -I/root/mr4/install/include conftest.cpp >&5
configure:20234: $? = 0
configure:20234: result: yes
configure:20244: checking Checking MRNet Version
configure:20260: g++ -c -I/root/mr4/install/lib/xplat-4.0.0/include -I/root/mr4/install/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -I/root/mr4/install/include conftest.cpp >&5
configure:20260: $? = 0
configure:20323: result: 4.0
configure:20325: checking for libmrnet
configure:20351: g++ -o conftest -I/root/mr4/install/lib/xplat-4.0.0/include -I/root/mr4/install/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -I/root/mr4/install/include -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -lmrnet -lxplat -lpthread -ldl conftest.cpp >&5
configure:20351: $? = 0
configure:20360: result: yes
configure:20376: checking for mrnet_commnode
configure:20394: found /root/mr4/install/bin/mrnet_commnode
configure:20407: result: /root/mr4/install/bin/mrnet_commnode
configure:20575: checking for ANSI C header files
configure:20679: result: yes
configure:20690: checking arpa/inet.h usability
configure:20690: gcc -c -g -O2 conftest.c >&5
configure:20690: $? = 0
configure:20690: result: yes
configure:20690: checking arpa/inet.h presence
configure:20690: gcc -E conftest.c
configure:20690: $? = 0
configure:20690: result: yes
configure:20690: checking for arpa/inet.h
configure:20690: result: yes
configure:20690: checking fcntl.h usability
configure:20690: gcc -c -g -O2 conftest.c >&5
configure:20690: $? = 0
configure:20690: result: yes
configure:20690: checking fcntl.h presence
configure:20690: gcc -E conftest.c
configure:20690: $? = 0
configure:20690: result: yes
configure:20690: checking for fcntl.h
configure:20690: result: yes
configure:20690: checking for stdlib.h
configure:20690: result: yes
configure:20690: checking sys/time.h usability
configure:20690: gcc -c -g -O2 conftest.c >&5
configure:20690: $? = 0
configure:20690: result: yes
configure:20690: checking sys/time.h presence
configure:20690: gcc -E conftest.c
configure:20690: $? = 0
configure:20690: result: yes
configure:20690: checking for sys/time.h
configure:20690: result: yes
configure:20690: checking for unistd.h
configure:20690: result: yes
configure:20702: checking for stdbool.h that conforms to C99
configure:20769: gcc -c -g -O2 conftest.c >&5
configure:20769: $? = 0
configure:20776: result: yes
configure:20778: checking for _Bool
configure:20778: gcc -c -g -O2 conftest.c >&5
configure:20778: $? = 0
configure:20778: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:72:20: error: expected expression before ')' token
if (sizeof ((_Bool)))
^
configure:20778: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "STAT"
| #define PACKAGE_TARNAME "stat"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "STAT 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stat"
| #define VERSION "3.0.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 GRAPHLIB20 //
| #define GRAPHLIB_3_0 /
/
| #define HAVE_LMON_API_LMON_FE_H 1
| #define HAVE_LMON_API_LMON_BE_H 1
| #define MRNET40 //
| #define MRNET31 /
/
| #define MRNET3 /**/
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /
end confdefs.h. /
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:20778: result: yes
configure:20795: checking for an ANSI C-conforming const
configure:20861: gcc -c -g -O2 conftest.c >&5
configure:20861: $? = 0
configure:20868: result: yes
configure:20876: checking for size_t
configure:20876: gcc -c -g -O2 conftest.c >&5
configure:20876: $? = 0
configure:20876: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:74:21: error: expected expression before ')' token
if (sizeof ((size_t)))
^
configure:20876: $? = 1
configure: failed program was:
| /
confdefs.h /
| #define PACKAGE_NAME "STAT"
| #define PACKAGE_TARNAME "stat"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "STAT 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stat"
| #define VERSION "3.0.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 GRAPHLIB20 //
| #define GRAPHLIB_3_0 /
/
| #define HAVE_LMON_API_LMON_FE_H 1
| #define HAVE_LMON_API_LMON_BE_H 1
| #define MRNET40 //
| #define MRNET31 /
/
| #define MRNET3 /**/
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /
end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:20876: result: yes
configure:20887: checking whether time.h and sys/time.h may both be included
configure:20907: gcc -c -g -O2 conftest.c >&5
configure:20907: $? = 0
configure:20914: result: yes
configure:20923: checking whether to enable debug build
configure:20960: result: no
configure:21079: checking for mpigcc
configure:21106: result: cc
configure:21122: checking for mpig++
configure:21149: result: CC
configure:21165: checking for mpigfortran
configure:21192: result: ftn
configure:21208: checking for mpigfortran
configure:21238: result: no
configure:21208: checking for mpif90
configure:21238: result: no
configure:21208: checking for mpiifort
configure:21238: result: no
configure:21208: checking for mpxlf
configure:21238: result: no
configure:21208: checking for mpixlf
configure:21238: result: no
configure:21260: checking sys/select.h usability
configure:21260: gcc -c -g -O2 conftest.c >&5
configure:21260: $? = 0
configure:21260: result: yes
configure:21260: checking sys/select.h presence
configure:21260: gcc -E conftest.c
configure:21260: $? = 0
configure:21260: result: yes
configure:21260: checking for sys/select.h
configure:21260: result: yes
configure:21260: checking sys/socket.h usability
configure:21260: gcc -c -g -O2 conftest.c >&5
configure:21260: $? = 0
configure:21260: result: yes
configure:21260: checking sys/socket.h presence
configure:21260: gcc -E conftest.c
configure:21260: $? = 0
configure:21260: result: yes
configure:21260: checking for sys/socket.h
configure:21260: result: yes
configure:21270: checking types of arguments for select
configure:21298: gcc -c -g -O2 conftest.c >&5
configure:21298: $? = 0
configure:21309: result: int,fd_set ,struct timeval *
configure:21334: checking for strftime
configure:21334: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
conftest.c:68:6: warning: conflicting types for built-in function 'strftime' [enabled by default]
char strftime ();
^
configure:21334: $? = 0
configure:21334: result: yes
configure:21389: checking for vprintf
configure:21389: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
conftest.c:69:6: warning: conflicting types for built-in function 'vprintf' [enabled by default]
char vprintf ();
^
configure:21389: $? = 0
configure:21389: result: yes
configure:21395: checking for _doprnt
configure:21395: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
/tmp/ccPaZGIT.o: In function main': /root/src/STAT-3.0.1/conftest.c:81: undefined reference to _doprnt'
collect2: error: ld returned 1 exit status
configure:21395: $? = 1
configure: failed program was:
| /
confdefs.h */
| #define PACKAGE_NAME "STAT"
| #define PACKAGE_TARNAME "stat"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "STAT 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stat"
| #define VERSION "3.0.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 GRAPHLIB20 //
| #define GRAPHLIB_3_0 /
/
| #define HAVE_LMON_API_LMON_FE_H 1
| #define HAVE_LMON_API_LMON_BE_H 1
| #define MRNET40 //
| #define MRNET31 /
/
| #define MRNET3 //
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define STAT_PROCS_PER_NODE 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval )
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| /
end confdefs.h. /
| /
Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
| For example, HP-UX 11i <limits.h> declares gettimeofday. /
| #define _doprnt innocuous__doprnt
|
| /
System header to define __stub macros and hopefully few prototypes,
| which can conflict with char _doprnt (); below.
| Prefer <limits.h> to <assert.h> if STDC is defined, since
| <limits.h> exists even on freestanding compilers. /
|
| #ifdef STDC
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef _doprnt
|
| /
Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. /
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /
The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. /
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
|
| int
| main ()
| {
| return _doprnt ();
| ;
| return 0;
| }
configure:21395: result: no
configure:21409: checking for getcwd
configure:21409: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
configure:21409: $? = 0
configure:21409: result: yes
configure:21409: checking for gethostname
configure:21409: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
configure:21409: $? = 0
configure:21409: result: yes
configure:21409: checking for gettimeofday
configure:21409: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
configure:21409: $? = 0
configure:21409: result: yes
configure:21409: checking for mkdir
configure:21409: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
configure:21409: $? = 0
configure:21409: result: yes
configure:21409: checking for mkfifo
configure:21409: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
configure:21409: $? = 0
configure:21409: result: yes
configure:21409: checking for pow
configure:21409: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
conftest.c:75:6: warning: conflicting types for built-in function 'pow' [enabled by default]
char pow ();
^
/tmp/cc1arEfb.o: In function main': /root/src/STAT-3.0.1/conftest.c:86: undefined reference to pow'
collect2: error: ld returned 1 exit status
configure:21409: $? = 1
configure: failed program was:
| /
confdefs.h */
| #define PACKAGE_NAME "STAT"
| #define PACKAGE_TARNAME "stat"
| #define PACKAGE_VERSION "3.0.1"
| #define PACKAGE_STRING "STAT 3.0.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "stat"
| #define VERSION "3.0.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 GRAPHLIB20 /
/
| #define GRAPHLIB_3_0 //
| #define HAVE_LMON_API_LMON_FE_H 1
| #define HAVE_LMON_API_LMON_BE_H 1
| #define MRNET40 /
/
| #define MRNET31 //
| #define MRNET3 /
/
| #define STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define STAT_PROCS_PER_NODE 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval )
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MKDIR 1
| #define HAVE_MKFIFO 1
| /
end confdefs.h. /
| /
Define pow to an innocuous variant, in case <limits.h> declares pow.
| For example, HP-UX 11i <limits.h> declares gettimeofday. /
| #define pow innocuous_pow
|
| /
System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pow (); below.
| Prefer <limits.h> to <assert.h> if STDC is defined, since
| <limits.h> exists even on freestanding compilers. /
|
| #ifdef STDC
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pow
|
| /
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 pow ();
| /
The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pow || defined __stub___pow
| choke me
| #endif
|
| int
| main ()
| {
| return pow ();
| ;
| return 0;
| }
configure:21409: result: no
configure:21409: checking for select
configure:21409: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
configure:21409: $? = 0
configure:21409: result: yes
configure:21409: checking for strdup
configure:21409: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
conftest.c:76:6: warning: conflicting types for built-in function 'strdup' [enabled by default]
char strdup ();
^
configure:21409: $? = 0
configure:21409: result: yes
configure:21409: checking for getrlimit
configure:21409: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
configure:21409: $? = 0
configure:21409: result: yes
configure:21409: checking for setrlimit
configure:21409: gcc -o conftest -g -O2 -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib conftest.c >&5
configure:21409: $? = 0
configure:21409: result: yes
configure:21707: checking for python version
configure:21714: result: 2.7
configure:21726: checking for python platform
configure:21733: result: linux2
configure:21759: checking for python script directory
configure:21794: result: ${prefix}/lib/python2.7/site-packages
configure:21803: checking for python extension module directory
configure:21838: result: ${exec_prefix}/lib64/python2.7/site-packages
configure:21992: checking that generated files are newer than configure
configure:21998: result: done
configure:22101: creating ./config.status

----------------------

Running config.status.

----------------------

This file was extended by STAT config.status 3.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on localhost.localdomain

config.status:1340: creating Makefile
config.status:1340: creating src/Makefile
config.status:1340: creating src/dysect/Makefile
config.status:1340: creating src/dysect/DysectAPI/Makefile
config.status:1340: creating src/dysect/libDysectAPI/Makefile
config.status:1340: creating src/dysect/libDysectAPI/include/Makefile
config.status:1340: creating src/dysect/libDysectAPI/src/Makefile
config.status:1340: creating src/analyticslib/Makefile
config.status:1340: creating examples/Makefile
config.status:1340: creating examples/src/Makefile
config.status:1340: creating examples/scripts/Makefile
config.status:1340: creating examples/sessions/Makefile
config.status:1340: creating doc/Makefile
config.status:1340: creating doc/userguide/Makefile
config.status:1340: creating doc/quickstart/Makefile
config.status:1340: creating etc/Makefile
config.status:1340: creating man/Makefile
config.status:1340: creating scripts/STAT
config.status:1340: creating scripts/stat-cl
config.status:1340: creating scripts/Makefile
config.status:1340: creating scripts/STATGUI
config.status:1340: creating scripts/STATview
config.status:1340: creating scripts/stat-script
config.status:1340: creating scripts/stat-gui
config.status:1340: creating scripts/stat-view
config.status:1340: creating scripts/stat-core-merger
config.status:1340: creating scripts/attach-helper
config.status:1340: creating config.h
config.status:1521: config.h is unchanged
config.status:1569: executing depfiles commands
config.status:1569: executing libtool commands

----------------

Cache variables.

----------------

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_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=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MPICC_set=set
ac_cv_env_MPICC_value=cc
ac_cv_env_MPICXX_set=set
ac_cv_env_MPICXX_value=CC
ac_cv_env_MPIF77_set=set
ac_cv_env_MPIF77_value=ftn
ac_cv_env_MPIFC_set=
ac_cv_env_MPIFC_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_SWIG_set=
ac_cv_env_SWIG_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_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_fc_compiler_gnu=yes
ac_cv_func__doprnt=no
ac_cv_func_getcwd=yes
ac_cv_func_gethostname=yes
ac_cv_func_getrlimit=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_mkdir=yes
ac_cv_func_mkfifo=yes
ac_cv_func_pow=no
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set ,struct timeval '
ac_cv_func_setrlimit=yes
ac_cv_func_strdup=yes
ac_cv_func_strftime=yes
ac_cv_func_vprintf=yes
ac_cv_header_Symtab_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_graphlib_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_lmon_api_lmon_be_h=yes
ac_cv_header_lmon_api_lmon_fe_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mrnet_MRNet_h=yes
ac_cv_header_stdbool_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_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_walker_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_dwarf_dwarf_init=yes
ac_cv_lib_elf_elf_begin=yes
ac_cv_lib_iberty_main=yes
ac_cv_lib_lnlgraph_graphlib_newGraph=yes
ac_cv_lib_monbeapi_LMON_be_init=yes
ac_cv_lib_monfeapi_LMON_fe_createSession=yes
ac_cv_objext=o
ac_cv_path_DOTFOUND=/usr/bin/dot
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_LAUNCHMONBIN=/root/lm102/install/bin/launchmon
ac_cv_path_MRNETCOMMNODEBIN=/root/mr4/install/bin/mrnet_commnode
ac_cv_path_NEWLAUNCHMONBIN=/root/lm102/install/bin/newlaunchmon
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_path_rshcmd=/usr/bin/rsh
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_MPICC=cc
ac_cv_prog_MPICXX=CC
ac_cv_prog_MPIF77=ftn
ac_cv_prog_SWIG=swig
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
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_cxx_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type__Bool=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.7/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
am_cv_python_version=2.7
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
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/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_FC=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_FC=-fPIC
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_compiler_static_works_FC=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '''s/^.
[ ]([ABCDGIRSTW][ABCDGIRSTW]
)[ ][ ]([_A-Za-z][_A-Za-z0-9])$/\1 \2 \2/p''' | sed '''/ __gnu_lto/d''''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '''s/^: ([^ ])[ ]$/ {"\1", (void ) 0},/p''' -e '''s/^[ABCDGIRSTW] ([^ ]) ([^ ])$/ {"\2", (void ) &\2},/p''''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '''s/^: ([^ ]
)[ ]$/ {"\1", (void ) 0},/p''' -e '''s/^[ABCDGIRSTW] ([^ ]) (lib[^ ])$/ {"\2", (void ) &\2},/p''' -e '''s/^[ABCDGIRSTW] ([^ ]) ([^ ])$/ {"lib\2", (void ) &\2},/p''''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '''s/^T .
(.
)$/extern int \1();/p''' -e '''s/^[ABCDGIRSTW]* .* (.*)$/extern char \1;/p''''
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

-----------------

Output variables.

-----------------

ACLOCAL='${SHELL} /root/src/STAT-3.0.1/config/missing aclocal-1.13'
AMDEPBACKSLASH=''
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH=''
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /root/src/STAT-3.0.1/config/missing autoconf'
AUTOHEADER='${SHELL} /root/src/STAT-3.0.1/config/missing autoheader'
AUTOMAKE='${SHELL} /root/src/STAT-3.0.1/config/missing automake-1.13'
AWK='gawk'
BELIBS='-ldyninstAPI -lstackwalk -lpcontrol -lparseAPI -linstructionAPI -lsymtabAPI -lcommon -ldynElf -ldynDwarf -lsymLite -liberty -liberty -lelf -ldwarf -llnlgraph -lmonbeapi -lmrnet -lxplat -lpthread -ldl'
BOOST_INCLUDE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-I/root/mr4/install/lib/xplat-4.0.0/include -I/root/mr4/install/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -I/root/mr4/install/include'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPCOREPREFIX=''
DEPDIR='.deps'
DLLTOOL='false'
DOTBINDIR='/usr/bin'
DOTFOUND='/usr/bin/dot'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_BGL_FALSE=''
ENABLE_BGL_TRUE='#'
ENABLE_DEPCORE_FALSE=''
ENABLE_DEPCORE_TRUE='#'
ENABLE_DYSECTAPI_FALSE=''
ENABLE_DYSECTAPI_TRUE='#'
ENABLE_EXAMPLES_FALSE='#'
ENABLE_EXAMPLES_TRUE=''
ENABLE_FGFS_FALSE=''
ENABLE_FGFS_TRUE='#'
ENABLE_GRAPHLIB20_FALSE='#'
ENABLE_GRAPHLIB20_TRUE=''
ENABLE_GRAPHLIB30_FALSE='#'
ENABLE_GRAPHLIB30_TRUE=''
ENABLE_GUI_FALSE='#'
ENABLE_GUI_TRUE=''
ENABLE_OPENMP_FALSE=''
ENABLE_OPENMP_TRUE='#'
ENABLE_STATBENCH_FALSE=''
ENABLE_STATBENCH_TRUE='#'
ENABLE_TO_FALSE=''
ENABLE_TO_TRUE='#'
EXEEXT=''
FC='gfortran'
FCFLAGS='-g -O2'
FELIBS=' -llnlgraph -lmonfeapi -lmrnet -lxplat -lpthread -ldl'
FGFSFILTERPATH=''
FGREP='/usr/bin/grep -F'
GRAPHLIBPREFIX='/root/gra3'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LAUNCHMONBIN='/root/lm102/install/bin/launchmon'
LAUNCHMONPREFIX='/root/lm102/install'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=' -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib'
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBBOOST=''
LIBBOOSTDIR=''
LIBDYSECTAPIBE=''
LIBDYSECTAPIFD=''
LIBDYSECTAPIFE=''
LIBDYSECTAPILOC=''
LIBDYSECTBE=''
LIBDYSECTFE=''
LIBDYSECTLOC=''
LIBJAVADIR=''
LIBJVM=''
LIBOBJS=''
LIBROSE=''
LIBROSEDIR=''
LIBS=''
LIBTOAPI=''
LIBTOAPIDIR=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /root/src/STAT-3.0.1/config/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
MPICC='cc'
MPICXX='CC'
MPIF77='ftn'
MPIFC='gfortran'
MRNETCOMMNODEBIN='/root/mr4/install/bin/mrnet_commnode'
MWLIBS=' -llnlgraph'
NEWLAUNCHMONBIN='/root/lm102/install/bin/newlaunchmon'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='stat'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='STAT'
PACKAGE_STRING='STAT 3.0.1'
PACKAGE_TARNAME='stat'
PACKAGE_URL=''
PACKAGE_VERSION='3.0.1'
PATH_SEPARATOR=':'
PYTHON='/usr/bin/python'
PYTHONPATH=''
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.7'
RANLIB='ranlib'
ROSE_INCLUDE=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STACKWALKERPREFIX='/root/st80/stackwalk/h'
STATPYTHON='/usr/bin/python'
STRIP='strip'
SWIG='swig'
TOAPI_INCLUDE=''
VERSION='3.0.1'
YACC=''
YFLAGS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_FC='gfortran'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} 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} /root/src/STAT-3.0.1/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/stat'
pkgpythondir='${pythondir}/stat'
prefix='/root/src/STAT-3.0.1/install'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib64/python2.7/site-packages'
pythondir='${prefix}/lib/python2.7/site-packages'
rshcmd='/usr/bin/rsh'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

-----------

confdefs.h.

-----------

/* confdefs.h */
#define PACKAGE_NAME "STAT"
#define PACKAGE_TARNAME "stat"
#define PACKAGE_VERSION "3.0.1"
#define PACKAGE_STRING "STAT 3.0.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "stat"
#define VERSION "3.0.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 GRAPHLIB20 //
#define GRAPHLIB_3_0 /
/
#define HAVE_LMON_API_LMON_FE_H 1
#define HAVE_LMON_API_LMON_BE_H 1
#define MRNET40 //
#define MRNET31 /
/
#define MRNET3 /**/
#define STDC_HEADERS 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define TIME_WITH_SYS_TIME 1
#define STAT_PROCS_PER_NODE 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_STRFTIME 1
#define HAVE_VPRINTF 1
#define HAVE_GETCWD 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MKDIR 1
#define HAVE_MKFIFO 1
#define HAVE_SELECT 1
#define HAVE_STRDUP 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1

configure: exit 0

myerror

[root@localhost STAT-3.0.1]# ./configure --with-launchmon=/root/lm102/install --with-graphlib=/root/gra3 --with-mrnet=/root/mr4/install --with-stackwalker=/root/st80/stackwalk/h --with-libdwarf=/root/libd/ --prefix=/root/src/STAT-3.0.1/install MPICC=cc MPICXX=CC MPIF77=ftn --enable-shared LD=/usr/bin/ld
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for g++... g++
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... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @file support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc 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... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /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 g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for rsh... /usr/bin/rsh
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking Python include dir... /usr/include/python2.7
checking for swig... swig
checking for dot... /usr/bin/dot
checking for main in -liberty... yes
checking for elf_begin in -lelf... yes
checking for dwarf_init in -ldwarf... yes
checking for walker.h... yes
checking Checking Dyninst Version 9.3 or greater... yes
checking for Symtab.h... yes
checking for libstackwalk... yes
checking for libompd_intel... no
checking for libomp_stackwalker... no
checking for graphlib.h... yes
checking Checking Graphlib Version... 3.0
checking for graphlib_newGraph in -llnlgraph... yes
checking for lmon_api/lmon_fe.h... yes
checking for lmon_api/lmon_be.h... yes
checking for LMON_fe_createSession in -lmonfeapi... yes
checking for LMON_be_init in -lmonbeapi... yes
checking for launchmon... /root/lm102/install/bin/launchmon
checking for newlaunchmon... /root/lm102/install/bin/newlaunchmon
checking specify RM's communication library... no
checking for mrnet/MRNet.h... yes
checking Checking MRNet Version... 4.0
checking for libmrnet... yes
checking for mrnet_commnode... /root/mr4/install/bin/mrnet_commnode
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether to enable debug build... no
checking for mpigcc... cc
checking for mpig++... CC
checking for mpigfortran... ftn
checking for mpigfortran... no
checking for mpif90... no
checking for mpiifort... no
checking for mpxlf... no
checking for mpixlf... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for getcwd... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for pow... no
checking for select... yes
checking for strdup... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for python version... (cached) 2.7
checking for python platform... (cached) linux2
checking for python script directory... (cached) ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib64/python2.7/site-packages
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/dysect/Makefile
config.status: creating src/dysect/DysectAPI/Makefile
config.status: creating src/dysect/libDysectAPI/Makefile
config.status: creating src/dysect/libDysectAPI/include/Makefile
config.status: creating src/dysect/libDysectAPI/src/Makefile
config.status: creating src/analyticslib/Makefile
config.status: creating examples/Makefile
config.status: creating examples/src/Makefile
config.status: creating examples/scripts/Makefile
config.status: creating examples/sessions/Makefile
config.status: creating doc/Makefile
config.status: creating doc/userguide/Makefile
config.status: creating doc/quickstart/Makefile
config.status: creating etc/Makefile
config.status: creating man/Makefile
config.status: creating scripts/STAT
config.status: creating scripts/stat-cl
config.status: creating scripts/Makefile
config.status: creating scripts/STATGUI
config.status: creating scripts/STATview
config.status: creating scripts/stat-script
config.status: creating scripts/stat-gui
config.status: creating scripts/stat-view
config.status: creating scripts/stat-core-merger
config.status: creating scripts/attach-helper
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
[root@localhost STAT-3.0.1]# make
make all-recursive
make[1]: Entering directory /root/src/STAT-3.0.1' Making all in src make[2]: Entering directory /root/src/STAT-3.0.1/src'
make[3]: Entering directory /root/src/STAT-3.0.1/src' swig -c++ -python -DSTAT_PREFIX=\"/root/src/STAT-3.0.1/install\" -o STAT_wrap.C STAT.i /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I./ -DSTAT_PREFIX=\"/root/src/STAT-3.0.1/install\" -I/root/mr4/install/lib/xplat-4.0.0/include -I/root/mr4/install/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -I/root/mr4/install/include -MT _STAT_la-STAT_wrap.lo -MD -MP -MF .deps/_STAT_la-STAT_wrap.Tpo -c -o _STAT_la-STAT_wrap.lo test -f 'STAT_wrap.C' || echo './'STAT_wrap.C libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I./ -DSTAT_PREFIX=\"/root/src/STAT-3.0.1/install\" -I/root/mr4/install/lib/xplat-4.0.0/include -I/root/mr4/install/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -I/root/mr4/install/include -MT _STAT_la-STAT_wrap.lo -MD -MP -MF .deps/_STAT_la-STAT_wrap.Tpo -c STAT_wrap.C -fPIC -DPIC -o .libs/_STAT_la-STAT_wrap.o mv -f .deps/_STAT_la-STAT_wrap.Tpo .deps/_STAT_la-STAT_wrap.Plo /bin/sh ../libtool --tag=CXX --mode=link g++ -DSTAT_PREFIX=\"/root/src/STAT-3.0.1/install\" -I/root/mr4/install/lib/xplat-4.0.0/include -I/root/mr4/install/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -I/root/mr4/install/include -module -avoid-version -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib -o _STAT.la -rpath /root/src/STAT-3.0.1/install/lib64/python2.7/site-packages _STAT_la-STAT_wrap.lo libstatfe.la -llnlgraph -lmonfeapi -lmrnet -lxplat -lpthread -ldl libtool: link: rm -fr .libs/_STAT.la .libs/_STAT.lai .libs/_STAT.so libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o .libs/_STAT_la-STAT_wrap.o -Wl,-rpath -Wl,/root/src/STAT-3.0.1/src/.libs -Wl,-rpath -Wl,/root/lm102/install/lib -Wl,-rpath -Wl,/root/STAT-2.2.0/install/lib -Wl,-rpath -Wl,/root/lm102/install/lib -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib ./.libs/libstatfe.so -llnlgraph /root/lm102/install/lib/libmonfeapi.so /root/lm102/install/lib/libcobo.so -lgcrypt -lgpg-error -lrt -lmrnet -lxplat -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o -O2 -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib -Wl,-soname -Wl,_STAT.so -o .libs/_STAT.so libtool: link: ( cd ".libs" && rm -f "_STAT.la" && ln -s "../_STAT.la" "_STAT.la" ) /bin/sh ../libtool --tag=CXX --mode=link g++ -DSTAT_PREFIX=\"/root/src/STAT-3.0.1/install\" -I/root/mr4/install/lib/xplat-4.0.0/include -I/root/mr4/install/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -I/root/mr4/install/include -Wl,-E -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib -o STATbin STATbin-STAT.o libstatfe.la -llnlgraph -lmonfeapi -lmrnet -lxplat -lpthread -ldl libtool: link: g++ -DSTAT_PREFIX=\"/root/src/STAT-3.0.1/install\" -I/root/mr4/install/lib/xplat-4.0.0/include -I/root/mr4/install/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/st80/stackwalk/h/include -I/root/libd//include -std=c++11 -I/root/gra3/include -I/root/lm102/install/include -I/root/mr4/install/include -Wl,-E -Wl,-rpath=/root/st80/stackwalk/h/lib -Wl,-rpath=/root/libd//lib -Wl,-rpath=/root/gra3/lib -Wl,-rpath=/root/lm102/install/lib -Wl,-rpath=/root/mr4/install/lib -o .libs/STATbin STATbin-STAT.o -L/root/st80/stackwalk/h/lib -L/root/libd//lib -L/root/gra3/lib -L/root/lm102/install/lib -L/root/mr4/install/lib ./.libs/libstatfe.so -llnlgraph /root/lm102/install/lib/libmonfeapi.so /root/lm102/install/lib/libcobo.so -lgcrypt -lgpg-error -lrt -lmrnet -lxplat -lpthread -ldl -Wl,-rpath -Wl,/root/STAT-2.2.0/install/lib -Wl,-rpath -Wl,/root/lm102/install/lib /root/mr4/install/lib/libmrnet.a(Network.o): In function _GLOBAL__sub_I_Network.C':
Network.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' Network.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
Network.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(ParentNode.o): In function _GLOBAL__sub_I_ParentNode.C':
ParentNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' ParentNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
ParentNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(PeerNode.o): In function _GLOBAL__sub_I_PeerNode.C':
PeerNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' PeerNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
PeerNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(SerialGraph.o): In function _GLOBAL__sub_I_SerialGraph.C':
SerialGraph.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' SerialGraph.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
SerialGraph.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(Stream.o): In function _GLOBAL__sub_I_Stream.C':
Stream.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' Stream.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
Stream.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(RSHParentNode.o): In function _GLOBAL__sub_I_RSHParentNode.C':
RSHParentNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' RSHParentNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
RSHParentNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(RSHInternalNode.o): In function _GLOBAL__sub_I_RSHInternalNode.C':
RSHInternalNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' RSHInternalNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
RSHInternalNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(BackEndNode.o): In function _GLOBAL__sub_I_BackEndNode.C':
BackEndNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' BackEndNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
BackEndNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(ChildNode.o): In function _GLOBAL__sub_I_ChildNode.C':
ChildNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' ChildNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
ChildNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(EventDetector.o): In function _GLOBAL__sub_I_EventDetector.C':
EventDetector.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' EventDetector.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
EventDetector.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(FrontEndNode.o): In function _GLOBAL__sub_I_FrontEndNode.C':
FrontEndNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' FrontEndNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
FrontEndNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(InternalNode.o): In function _GLOBAL__sub_I_InternalNode.C':
InternalNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' InternalNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
InternalNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(Error.o): In function _GLOBAL__sub_I_Error.C':
Error.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' Error.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
Error.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(Event.o): In function _GLOBAL__sub_I_Event.C':
Event.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' Event.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
Event.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(FilterDefinitions.o): In function _GLOBAL__sub_I_FilterDefinitions.C':
FilterDefinitions.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' FilterDefinitions.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
FilterDefinitions.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(NetworkTopology.o): In function _GLOBAL__sub_I_NetworkTopology.C':
NetworkTopology.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' NetworkTopology.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
NetworkTopology.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(Packet.o): In function _GLOBAL__sub_I_Packet.C':
Packet.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' Packet.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
Packet.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(ParsedGraph.o): In function _GLOBAL__sub_I_ParsedGraph.C':
ParsedGraph.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' ParsedGraph.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
ParsedGraph.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(pdr.o): In function _GLOBAL__sub_I_pdr.c':
pdr.c:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' pdr.c:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
pdr.c:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(pdr_mem.o): In function _GLOBAL__sub_I_pdr_mem.c':
pdr_mem.c:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' pdr_mem.c:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
pdr_mem.c:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(pdr_sizeof.o): In function _GLOBAL__sub_I_pdr_sizeof.c':
pdr_sizeof.c:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' pdr_sizeof.c:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
pdr_sizeof.c:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(PerfDataEvent.o): In function _GLOBAL__sub_I_PerfDataEvent.C':
PerfDataEvent.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' PerfDataEvent.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
PerfDataEvent.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(Router.o): In function _GLOBAL__sub_I_Router.C':
Router.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' Router.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
Router.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(utils.o): In function MRN::Timer::start()':
utils.C:(.text+0x358): undefined reference to boost::timer::cpu_timer::start()' /root/mr4/install/lib/libmrnet.a(utils.o): In function MRN::Timer::get_latency_secs()':
utils.C:(.text+0x3b1): undefined reference to boost::timer::cpu_timer::elapsed() const' /root/mr4/install/lib/libmrnet.a(utils.o): In function MRN::Timer::stop()':
utils.C:(.text+0x38a): undefined reference to boost::timer::cpu_timer::stop()' /root/mr4/install/lib/libmrnet.a(utils.o): In function _GLOBAL__sub_I_utils.C':
utils.C:(.text.startup+0x34): undefined reference to boost::system::generic_category()' utils.C:(.text.startup+0x40): undefined reference to boost::system::generic_category()'
utils.C:(.text.startup+0x4c): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(PerfDataSysEvent_linux.o): In function _GLOBAL__sub_I_PerfDataSysEvent_linux.C':
PerfDataSysEvent_linux.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' PerfDataSysEvent_linux.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
PerfDataSysEvent_linux.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(RSHNetwork.o): In function _GLOBAL__sub_I_RSHNetwork.C':
RSHNetwork.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' RSHNetwork.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
RSHNetwork.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(RSHFrontEndNode.o): In function _GLOBAL__sub_I_RSHFrontEndNode.C':
RSHFrontEndNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' RSHFrontEndNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
RSHFrontEndNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(RSHBackEndNode.o): In function _GLOBAL__sub_I_RSHBackEndNode.C':
RSHBackEndNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' RSHBackEndNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
RSHBackEndNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(scanner.o): In function _GLOBAL__sub_I_scanner.C':
scanner.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' scanner.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
scanner.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(parser.tab.o): In function _GLOBAL__sub_I_parser.tab.C':
parser.tab.C:(.text.startup+0x28): undefined reference to boost::system::generic_category()' parser.tab.C:(.text.startup+0x34): undefined reference to boost::system::generic_category()'
parser.tab.C:(.text.startup+0x40): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(byte_order.o): In function _GLOBAL__sub_I_byte_order.c':
byte_order.c:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' byte_order.c:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
byte_order.c:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(CommunicationNode.o): In function _GLOBAL__sub_I_CommunicationNode.C':
CommunicationNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' CommunicationNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
CommunicationNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(Communicator.o): In function _GLOBAL__sub_I_Communicator.C':
Communicator.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' Communicator.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
Communicator.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(DataElement.o): In function _GLOBAL__sub_I_DataElement.C':
DataElement.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' DataElement.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
DataElement.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(Filter.o): In function _GLOBAL__sub_I_Filter.C':
Filter.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' Filter.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
Filter.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(Message.o): In function _GLOBAL__sub_I_Message.C':
Message.C:(.text.startup+0x28): undefined reference to boost::system::generic_category()' Message.C:(.text.startup+0x34): undefined reference to boost::system::generic_category()'
Message.C:(.text.startup+0x40): undefined reference to boost::system::system_category()' /root/mr4/install/lib/libmrnet.a(RSHChildNode.o): In function _GLOBAL__sub_I_RSHChildNode.C':
RSHChildNode.C:(.text.startup+0x2b): undefined reference to boost::system::generic_category()' RSHChildNode.C:(.text.startup+0x37): undefined reference to boost::system::generic_category()'
RSHChildNode.C:(.text.startup+0x43): undefined reference to boost::system::system_category()' collect2: error: ld returned 1 exit status make[3]: *** [STATbin] Error 1 make[3]: Leaving directory /root/src/STAT-3.0.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /root/src/STAT-3.0.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory /root/src/STAT-3.0.1'
make: *** [all] Error 2

would you give me any advice? thank you very much! :D

@lee218llnl
Copy link
Collaborator

My beset guess is that there is a version conflict in boost. The older MRNet you are using may include it's own boost which may not work well with the boost on your system. If you can get an MRNet 5.X version installed, that may work better. Alternatively, I encourage most people to build STAT and its dependencies using Spack (https://github.com/LLNL/spack). From https://github.com/LLNL/STAT/blob/develop/INSTALL:

STAT and its dependencies can also be built via the Spack
package management tool, available at
https://github.com/LLNL/spack. Running spack install stat
should build STAT and all of its dependencies, including those
require for the STAT GUI. Note that two Spack variants exist.
The first is +examples, to enable building example MPI code
that STAT can be tested against. This is disabled by default to
avoid requiring an MPI library, but enabling it will trigger a
build of MPI. The second is +dysect to enable building of the
DySectAPI.

@akkbook
Copy link
Author

akkbook commented Oct 10, 2017

Thanks.

@akkbook
Copy link
Author

akkbook commented Oct 10, 2017

Dear authors,

Thanks very much for your advice . I try to install STAT2.2 & STAT 3.0.1 on Redhat 7 64 bit operation system(gcc-4.8.5, gfortran-4.8.5, mpich3.3, python-2.7.5 openmpi3.0 mrnet4.x->mrnet5.x).

So my questions are:

  1. STAT 2.2 STAT_GraphRoutines_Error
  2. STAT 3.0.1 hw.F:17: Error: Can't open included file 'mpif.h'

I do not konw where is wrong.Would you give me some more advice? Thanks :D


STAT 2.2
[root@localhost stat22]# make
make all-recursive
make[1]: 进入目录“/root/stat22”
Making all in src
make[2]: 进入目录“/root/stat22/src”
make[3]: 进入目录“/root/stat22/src”
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DSTAT_PREFIX="/root/stat22/install" -I/root/mr41/lib/xplat-4.0.0/include -I/root/mr41/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/dyn930/stackwalk/include -I/root/dwarf-20170416/libdwarf/include -I/root/gra300/include -I/root/laun102/install/include -I/root/mr41/include -MT libstatfe_la-STAT_GraphRoutines.lo -MD -MP -MF .deps/libstatfe_la-STAT_GraphRoutines.Tpo -c -o libstatfe_la-STAT_GraphRoutines.lo test -f 'STAT_GraphRoutines.C' || echo './'STAT_GraphRoutines.C
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -DSTAT_PREFIX="/root/stat22/install" -I/root/mr41/lib/xplat-4.0.0/include -I/root/mr41/lib/mrnet-4.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/dyn930/stackwalk/include -I/root/dwarf-20170416/libdwarf/include -I/root/gra300/include -I/root/laun102/install/include -I/root/mr41/include -MT libstatfe_la-STAT_GraphRoutines.lo -MD -MP -MF .deps/libstatfe_la-STAT_GraphRoutines.Tpo -c STAT_GraphRoutines.C -fPIC -DPIC -o .libs/libstatfe_la-STAT_GraphRoutines.o
STAT_GraphRoutines.C: 在函数‘void statInitializeBitVectorFunctions()’中:
STAT_GraphRoutines.C:130:44: 错误:从类型‘long int ()(const void)’到类型‘long int ()(const char, const void*)’的转换无 [-fpermissive]
gStatBitVectorFunctions->edge_checksum = statEdgeCheckSum;
^
STAT_GraphRoutines.C: 在函数‘void statInitializeMergeFunctions()’中:
STAT_GraphRoutines.C:164:40: 错误:从类型‘long int ()(const void)’到类型‘long int ()(const char, const void*)’的转换无 [-fpermissive]
gStatMergeFunctions->edge_checksum = statEdgeCheckSum;
^
STAT_GraphRoutines.C: 在函数‘void statInitializeReorderFunctions()’中:
STAT_GraphRoutines.C:198:42: 错误:从类型‘long int ()(const void)’到类型‘long int ()(const char, const void*)’的转换无 [-fpermissive]
gStatReorderFunctions->edge_checksum = statEdgeCheckSum;
^
STAT_GraphRoutines.C: 在函数‘void statInitializeCountRepFunctions()’中:
STAT_GraphRoutines.C:232:43: 错误:从类型‘long int ()(const void)’到类型‘long int ()(const char, const void*)’的转换无 [-fpermissive]
gStatCountRepFunctions->edge_checksum = statCountRepEdgeCheckSum;
^
make[3]: *** [libstatfe_la-STAT_GraphRoutines.lo] 错误 1
make[3]: 离开目录“/root/stat22/src”
make[2]: *** [all-recursive] 错误 1
make[2]: 离开目录“/root/stat22/src”
make[1]: *** [all-recursive] 错误 1
make[1]: 离开目录“/root/stat22”
make: *** [all] 错误 2


STAT 3.0.1
[root@localhost STAT-3.0.1]# ./configure --with-launchmon=/root/laun102/install --with-graphlib=/root/gra300 --with-mrnet=/root/mr50/ --with-stackwalker=/root/dyn930/stackwalk --with-libdwarf=/root/dwarf-20170416/libdwarf --prefix=/root/stat22/install MPICC=cc MPICXX=CC MPIF77=ftn --enable-shared LD=/usr/bin/ld
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for g++... g++
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... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @file support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc 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... no
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /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 g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for rsh... /usr/bin/rsh
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking Python include dir... /usr/include/python2.7
checking for swig... swig
checking for dot... /usr/bin/dot
checking for main in -liberty... yes
checking for elf_begin in -lelf... yes
checking for dwarf_init in -ldwarf... yes
checking for walker.h... yes
checking Checking Dyninst Version 9.3 or greater... yes
checking for Symtab.h... yes
checking for libstackwalk... yes
checking for libompd_intel... no
checking for libomp_stackwalker... no
checking for graphlib.h... yes
checking Checking Graphlib Version... 3.0
checking for graphlib_newGraph in -llnlgraph... yes
checking for lmon_api/lmon_fe.h... yes
checking for lmon_api/lmon_be.h... yes
checking for LMON_fe_createSession in -lmonfeapi... yes
checking for LMON_be_init in -lmonbeapi... yes
checking for launchmon... /root/laun102/install/bin/launchmon
checking for newlaunchmon... /root/laun102/install/bin/newlaunchmon
checking specify RM's communication library... no
checking for mrnet/MRNet.h... yes
checking Checking MRNet Version... 4.0
checking for libmrnet... yes
checking for mrnet_commnode... /root/mr50//bin/mrnet_commnode
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether to enable debug build... no
checking for mpigcc... cc
checking for mpig++... CC
checking for mpigfortran... ftn
checking for mpigfortran... no
checking for mpif90... no
checking for mpiifort... no
checking for mpxlf... no
checking for mpixlf... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking for getcwd... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for mkdir... yes
checking for mkfifo... yes
checking for pow... no
checking for select... yes
checking for strdup... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for python version... (cached) 2.7
checking for python platform... (cached) linux2
checking for python script directory... (cached) ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... (cached) ${exec_prefix}/lib64/python2.7/site-packages
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/dysect/Makefile
config.status: creating src/dysect/DysectAPI/Makefile
config.status: creating src/dysect/libDysectAPI/Makefile
config.status: creating src/dysect/libDysectAPI/include/Makefile
config.status: creating src/dysect/libDysectAPI/src/Makefile
config.status: creating src/analyticslib/Makefile
config.status: creating examples/Makefile
config.status: creating examples/src/Makefile
config.status: creating examples/scripts/Makefile
config.status: creating examples/sessions/Makefile
config.status: creating doc/Makefile
config.status: creating doc/userguide/Makefile
config.status: creating doc/quickstart/Makefile
config.status: creating etc/Makefile
config.status: creating man/Makefile
config.status: creating scripts/STAT
config.status: creating scripts/stat-cl
config.status: creating scripts/Makefile
config.status: creating scripts/STATGUI
config.status: creating scripts/STATview
config.status: creating scripts/stat-script
config.status: creating scripts/stat-gui
config.status: creating scripts/stat-view
config.status: creating scripts/stat-core-merger
config.status: creating scripts/attach-helper
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
[root@localhost STAT-3.0.1]# make
make all-recursive
make[1]: 进入目录“/root/STAT-3.0.1”
Making all in src
make[2]: 进入目录“/root/STAT-3.0.1/src”
make[3]: 进入目录“/root/STAT-3.0.1/src”
swig -c++ -python -DSTAT_PREFIX="/root/stat22/install" -o STAT_wrap.C STAT.i
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I./ -DSTAT_PREFIX="/root/stat22/install" -I/root/mr50//lib/xplat-5.0.0/include -I/root/mr50//lib/mrnet-5.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/dyn930/stackwalk/include -I/root/dwarf-20170416/libdwarf/include -std=c++11 -I/root/gra300/include -I/root/laun102/install/include -I/root/mr50//include -MT _STAT_la-STAT_wrap.lo -MD -MP -MF .deps/_STAT_la-STAT_wrap.Tpo -c -o _STAT_la-STAT_wrap.lo test -f 'STAT_wrap.C' || echo './'STAT_wrap.C
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I./ -DSTAT_PREFIX="/root/stat22/install" -I/root/mr50//lib/xplat-5.0.0/include -I/root/mr50//lib/mrnet-5.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/dyn930/stackwalk/include -I/root/dwarf-20170416/libdwarf/include -std=c++11 -I/root/gra300/include -I/root/laun102/install/include -I/root/mr50//include -MT _STAT_la-STAT_wrap.lo -MD -MP -MF .deps/_STAT_la-STAT_wrap.Tpo -c STAT_wrap.C -fPIC -DPIC -o .libs/_STAT_la-STAT_wrap.o
mv -f .deps/_STAT_la-STAT_wrap.Tpo .deps/_STAT_la-STAT_wrap.Plo
/bin/sh ../libtool --tag=CXX --mode=link g++ -DSTAT_PREFIX="/root/stat22/install" -I/root/mr50//lib/xplat-5.0.0/include -I/root/mr50//lib/mrnet-5.0.0/include -g -O2 -I/usr/include/python2.7/ -I/root/dyn930/stackwalk/include -I/root/dwarf-20170416/libdwarf/include -std=c++11 -I/root/gra300/include -I/root/laun102/install/include -I/root/mr50//include -module -avoid-version -L/root/dyn930/stackwalk/lib -L/root/dwarf-20170416/libdwarf/lib -L/root/gra300/lib -L/root/laun102/install/lib -L/root/mr50//lib -Wl,-rpath=/root/dyn930/stackwalk/lib -Wl,-rpath=/root/dwarf-20170416/libdwarf/lib -Wl,-rpath=/root/gra300/lib -Wl,-rpath=/root/laun102/install/lib -Wl,-rpath=/root/mr50//lib -o _STAT.la -rpath /root/stat22/install/lib64/python2.7/site-packages _STAT_la-STAT_wrap.lo libstatfe.la -llnlgraph -lmonfeapi -lmrnet -lxplat -lpthread -ldl
libtool: link: rm -fr .libs/_STAT.la .libs/_STAT.lai .libs/_STAT.so .libs/_STAT.soT
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o .libs/_STAT_la-STAT_wrap.o -Wl,-rpath -Wl,/root/STAT-3.0.1/src/.libs -Wl,-rpath -Wl,/root/laun102/install/lib -Wl,-rpath -Wl,/root/STAT-3.0.1/install/lib -Wl,-rpath -Wl,/root/laun102/install/lib -L/root/dyn930/stackwalk/lib -L/root/dwarf-20170416/libdwarf/lib -L/root/gra300/lib -L/root/laun102/install/lib -L/root/mr50//lib ./.libs/libstatfe.so -llnlgraph /root/laun102/install/lib/libmonfeapi.so /root/laun102/install/lib/libcobo.so -lgcrypt -lgpg-error -lrt -lmrnet -lxplat -lpthread -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o -O2 -Wl,-rpath=/root/dyn930/stackwalk/lib -Wl,-rpath=/root/dwarf-20170416/libdwarf/lib -Wl,-rpath=/root/gra300/lib -Wl,-rpath=/root/laun102/install/lib -Wl,-rpath=/root/mr50//lib -Wl,-soname -Wl,_STAT.so -o .libs/_STAT.so
libtool: link: ( cd ".libs" && rm -f "_STAT.la" && ln -s "../_STAT.la" "_STAT.la" )
make[3]: 离开目录“/root/STAT-3.0.1/src”
make[2]: 离开目录“/root/STAT-3.0.1/src”
Making all in doc
make[2]: 进入目录“/root/STAT-3.0.1/doc”
Making all in userguide
make[3]: 进入目录“/root/STAT-3.0.1/doc/userguide”
make[3]: 对“all”无需做任何事。
make[3]: 离开目录“/root/STAT-3.0.1/doc/userguide”
Making all in quickstart
make[3]: 进入目录“/root/STAT-3.0.1/doc/quickstart”
make[3]: 对“all”无需做任何事。
make[3]: 离开目录“/root/STAT-3.0.1/doc/quickstart”
make[3]: 进入目录“/root/STAT-3.0.1/doc”
make[3]: 对“all-am”无需做任何事。
make[3]: 离开目录“/root/STAT-3.0.1/doc”
make[2]: 离开目录“/root/STAT-3.0.1/doc”
Making all in man
make[2]: 进入目录“/root/STAT-3.0.1/man”
make[2]: 对“all”无需做任何事。
make[2]: 离开目录“/root/STAT-3.0.1/man”
Making all in scripts
make[2]: 进入目录“/root/STAT-3.0.1/scripts”
make[2]: 对“all”无需做任何事。
make[2]: 离开目录“/root/STAT-3.0.1/scripts”
Making all in examples
make[2]: 进入目录“/root/STAT-3.0.1/examples”
Making all in src
make[3]: 进入目录“/root/STAT-3.0.1/examples/src”
gfortran -DHAVE_CONFIG_H -I. -I../.. -c -o hw.o hw.F
hw.F:17: Error: Can't open included file 'mpif.h'
make[3]: *** [hw.o] 错误 1
make[3]: 离开目录“/root/STAT-3.0.1/examples/src”
make[2]: *** [all-recursive] 错误 1
make[2]: 离开目录“/root/STAT-3.0.1/examples”
make[1]: *** [all-recursive] 错误 1
make[1]: 离开目录“/root/STAT-3.0.1”
make: *** [all] 错误 2

@lee218llnl
Copy link
Collaborator

For issue 1, you may want to try adding "-fpermissive" to your CXXFLAGS. I believe I set this as default in the 3.X versions.

For issue 2, you can configure with "--disable-examples" and it won't try building the Fortran test code. Otherwise, you can try to hunt down where in your MPI installation the mpif.h file lives.

@akkbook
Copy link
Author

akkbook commented Dec 15, 2017

Thank you very much for your advice.

I refer to your recommendation to re-build mrnet 4.1 using spack as mrnet5.0.1 and mrnet5.0.0. When installing mrnet5.0.1 & mrnet5.0.0, I found that the prefix option didn't work and the program was automatically built in/mrnet5.0.1 /build /. When I perform the STAT., often appear mrnet/configure configuration STAT mrnet mrnet. H file can't find, so I myself to edit the mrn_incs = ls -d $MRNETPREFIX/lib / * / include (20229-20240), the place to pass configuration program.

When I install launchmon v1.0.2 found - with - test - rm - with - test - ncore - per - CN - with - test - nnodes - with - test - rm - lib these options, I there is no installation slurm operating systems, so do not know much about this a few options should be how to set up, before installation is a reference when your Travis - dep - builder. Sh file content.when your Travis - dep - builder. Sh file content.
I managed to compile STAT, but when I ran. / STAT - GUI tracing STAT/example/to_test
Mpirun -np 4. / to_test.launchmon has the error message and the program terminates.

[root @ localhost bin] #. / stat - GUI - sync
Xlib: extension "RANDR" missing on display "localhost:12.0".

(INFO): Unknown resource manager type: it could be misconfiguration in a rm config file.

(ERROR): read_lmonp_msg returned a negative return code
(ERROR): front end's connection to launchmon engine is disconnected?

STAT software installation dependencies:
1.STAT v3.0.1 2. Dyninst-9.3.0 3. Launchmon v1.02 4 mrnet 4.1->mrnet5.0.1

I query the Troubleshooting Guide but there is no relevant content. Would you please provide some Suggestions?
Looking forward to your reply.

@lee218llnl
Copy link
Collaborator

What MPI implementation are you using, OpenMPI, Mvapich, Mpich, or something else? Also what resource manager are you using. FYI, SLURM is not an Operating System, but rather a resource manager.

One thing you may want to consider trying is to install STAT using spack. https://github.com/spack/spack. You can also install OpenMPI via spack and that has been tested and known to work.

You should also make sure you can get LaunchMON's tests running OK before you try STAT. I think it is just a matter of getting LaunchMON configure properly for your MPI/job launcher environment, so please let me know more about what MPI and what resource manager you are using.

@akkbook
Copy link
Author

akkbook commented Dec 20, 2017

Software & Version
mpich-3.2.1
openmpi-3.0.0
slurm-17.11.0
munge-0.5.12
spack-0.10.0

launchmon-1.0.2-> 1.0.1
/usr/bin/ld: basic.o: undefined reference to symbol 'gpg_strerror'
/root/launchmon-1.0.1/tools/libgpg-error/src/.libs/libgpg-error.so.0: error adding symbols: DSO missing from command line

mpich-3.2.1 environment variables:
MPI_HOME=/root/mpich321/install
export PATH=${MPI_HOME}/bin:$PATH
export LD_LIBRARY_PATH=${MPI_HOME}/lib:$LD_LIBRARY_PATH
export INCLUDE=${MPI_HOME}/include:$INCLUDE
export MANPATH=${MPI_HOME}/share/man/man1:{MPI_HOME}/share/man/man3$MANPATH

[root@localhost bin]# ./spack install mpich
==> Installing mpich
==> Fetching http://www.mpich.org/static/downloads/3.2/mpich-3.2.tar.gz
######################################################################## 100.0%
==> Staging archive: /root/spack-0.10.0/var/spack/stage/mpich-3.2-unrwfbzwdnkartjmlmrt3hltanbin73o/mpich-3.2.tar.gz
==> Created stage in /root/spack-0.10.0/var/spack/stage/mpich-3.2-unrwfbzwdnkartjmlmrt3hltanbin73o
==> Ran patch() for mpich
==> Building mpich [AutotoolsPackage]
==> Executing phase : 'autoreconf'
==> Executing phase : 'configure'
==> Executing phase : 'build'
==> Executing phase : 'install'
==> Successfully installed mpich
Fetch: 41.16s. Build: 5m 10.67s. Total: 5m 51.83s.
[+] /root/spack-0.10.0/opt/spack/linux-rhel7-x86_64/gcc-4.8.5/mpich-3.2-unrwfbzwdnkartjmlmrt3hltanbin73o

source mpich321.sh
mpicc to_test.c -o to_test
mpirun -np 2 --allow-run-as-root ./root/STAT-3.0.1/example/src/to_test

Error:
[root@localhost bin]# ./stat-gui
Xlib: extension "RANDR" missing on display "localhost:13.0".
<Dec 20 10:40:09> (INFO): Unknown resource manager type: it could be misconfiguration in a rm config file.
<12月 20 10:40:09> (ERROR): read_lmonp_msg returned a negative return code
<12月 20 10:40:09> (ERROR): front end's connection to launchmon engine is disconnected?

[root@localhost bin]# ./stat-gui --sync
Xlib: extension "RANDR" missing on display "localhost:12.0".
/root/STAT-3.0.1/install/lib/python2.7/site-packages/STATview.py:294: GtkWarning: GdkWindow 0x2002f4 unexpectedly destroyed
gtk.main_iteration(False)
<Dec 20 12:40:36> (INFO): Unknown resource manager type: it could be misconfiguration in a rm config file.
<12月 20 12:40:36> (ERROR): read_lmonp_msg returned a negative return code
<12月 20 12:40:36> (ERROR): front end's connection to launchmon engine is disconnected?

I failed to install slurm a few days ago, but STAT can also generate tree diagrams, and I forgot how to install it.I'm trying to install munge & slurm.
Can you offer some Suggestions?
Q1. Launchmon option & STAT the correct installation configuration method
Q2..Launchmon 1.01 "error adding symbols: DSO missing from command line" and STAT "a rm config file"
I tried to query some of the processing methods on the network without success
Q3. Is there a trial version of Totalview & DDT?

@lee218llnl
Copy link
Collaborator

Q1: I don't think the mpich mpirun is supported, as it may not implement the MPIR debug interface that LaunchMON requires. Can you launch it with SLURM's srun? Alternatively, can you build your MPI application with OpenMPI and run with OpenMPI's oreterun?

Q2: Use LaunchMON 1.0.2, not 1.0.1

Q3: Go the their websites and see if you can get a trial. I don't work for either of them, so I don't know the answer.

@akkbook
Copy link
Author

akkbook commented Dec 20, 2017

Ok, I see. Thanks for lee218llnl!I'll try again.

@lee218llnl
Copy link
Collaborator

This issue is very old and the questions should be resolved. Feel free to reopen if there are still problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants