-
Notifications
You must be signed in to change notification settings - Fork 0
Description
package libpapi-dev, libopen-trace-format-dev are already installed.
Please kindly help
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gawk... (cached) mawk
checking dependency style of gcc... gcc3
checking for dlopen in -ldl... yes
checking for pthread_create in -lpthread... yes
checking for PAPI_library_init in -lpapi... yes
checking for OTF_Writer_open in -lopen-trace-format... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 size of int... 4
checking size of void*... 8
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /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 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... yes
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... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tests/Makefile
config.status: creating tests/fib/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
$ make
gcc -o search_shlib_path search_shlib_path.c -lpthread
search_shlib_path.c: In function ‘main’:
search_shlib_path.c:5:3: warning: null argument where non-null required (argument 1) [-Wnonnull]
pthread_create(NULL,NULL,NULL,NULL);
^
search_shlib_path.c:5:3: warning: null argument where non-null required (argument 3) [-Wnonnull]
ldd search_shlib_path | grep libpthread.so | mawk '{printf("#define LIBPTHREAD_PATH "%s"", $3); }' > pthread_so_path.def
rm search_shlib_path
gcc -MM -w _.c > myth.d
myth_profiler.c:18:17: fatal error: otf.h: No such file or directory
#include "otf.h"
^
compilation terminated.
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash mthreads/missing --run aclocal-1.11 -I m4
mthreads/missing: line 52: aclocal-1.11: command not found
WARNING: aclocal-1.11' is missing on your system. You should only need it if you modifiedacinclude.m4' or configure.ac'. You might want to install theAutomake' and Perl' packages. Grab them from any GNU archive site. cd . && /bin/bash mthreads/missing --run automake-1.11 --foreign mthreads/missing: line 52: automake-1.11: command not found WARNING:automake-1.11' is missing on your system. You should only need it if
you modified Makefile.am',acinclude.m4' or configure.ac'. You might want to install theAutomake' and Perl' packages. Grab them from any GNU archive site. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash mthreads/missing --run autoconf mthreads/missing: line 52: autoconf: command not found WARNING:autoconf' is missing on your system. You should only need it if
you modified configure.ac'. You might want to install the Autoconf' and GNU m4' packages. Grab them from any GNU archive site. /bin/bash ./config.status --recheck running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for gawk... (cached) mawk checking dependency style of gcc... gcc3 checking for dlopen in -ldl... yes checking for pthread_create in -lpthread... yes checking for PAPI_library_init in -lpapi... yes checking for OTF_Writer_open in -lopen-trace-format... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 size of int... 4 checking size of void_... 8 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /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... 3458764513820540925 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 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... yes 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... yes configure: creating ./config.status /bin/bash ./config.status config.status: creating Makefile config.status: creating tests/Makefile config.status: creating tests/fib/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash mthreads/missing --run autoheader) mthreads/missing: line 52: autoheader: command not found WARNING: autoheader' is missing on your system. You should only need it if
you modifiedacconfig.h' or configure.ac'. You might want
to install theAutoconf' and GNU m4' packages. Grab them
from any GNU archive site.
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directorymthreads' Making all in . make[2]: Entering directory mthreads'
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_log.lo -MD -MP -MF .deps/libmyth_la-myth_log.Tpo -c -o libmyth_la-myth_log.lotest -f 'myth_log.c' || echo './'myth_log.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_log.lo -MD -MP -MF .deps/libmyth_la-myth_log.Tpo -c myth_log.c -fPIC -DPIC -o .libs/libmyth_la-myth_log.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_log.lo -MD -MP -MF .deps/libmyth_la-myth_log.Tpo -c myth_log.c -o libmyth_la-myth_log.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_log.Tpo .deps/libmyth_la-myth_log.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_sched.lo -MD -MP -MF .deps/libmyth_la-myth_sched.Tpo -c -o libmyth_la-myth_sched.lotest -f 'myth_sched.c' || echo './'myth_sched.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_sched.lo -MD -MP -MF .deps/libmyth_la-myth_sched.Tpo -c myth_sched.c -fPIC -DPIC -o .libs/libmyth_la-myth_sched.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_sched.lo -MD -MP -MF .deps/libmyth_la-myth_sched.Tpo -c myth_sched.c -o libmyth_la-myth_sched.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_sched.Tpo .deps/libmyth_la-myth_sched.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_worker.lo -MD -MP -MF .deps/libmyth_la-myth_worker.Tpo -c -o libmyth_la-myth_worker.lotest -f 'myth_worker.c' || echo './'myth_worker.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_worker.lo -MD -MP -MF .deps/libmyth_la-myth_worker.Tpo -c myth_worker.c -fPIC -DPIC -o .libs/libmyth_la-myth_worker.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_worker.lo -MD -MP -MF .deps/libmyth_la-myth_worker.Tpo -c myth_worker.c -o libmyth_la-myth_worker.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_worker.Tpo .deps/libmyth_la-myth_worker.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_malloc_wrapper.lo -MD -MP -MF .deps/libmyth_la-myth_malloc_wrapper.Tpo -c -o libmyth_la-myth_malloc_wrapper.lotest -f 'myth_malloc_wrapper.c' || echo './'myth_malloc_wrapper.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_malloc_wrapper.lo -MD -MP -MF .deps/libmyth_la-myth_malloc_wrapper.Tpo -c myth_malloc_wrapper.c -fPIC -DPIC -o .libs/libmyth_la-myth_malloc_wrapper.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_malloc_wrapper.lo -MD -MP -MF .deps/libmyth_la-myth_malloc_wrapper.Tpo -c myth_malloc_wrapper.c -o libmyth_la-myth_malloc_wrapper.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_malloc_wrapper.Tpo .deps/libmyth_la-myth_malloc_wrapper.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_sync.lo -MD -MP -MF .deps/libmyth_la-myth_sync.Tpo -c -o libmyth_la-myth_sync.lotest -f 'myth_sync.c' || echo './'myth_sync.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_sync.lo -MD -MP -MF .deps/libmyth_la-myth_sync.Tpo -c myth_sync.c -fPIC -DPIC -o .libs/libmyth_la-myth_sync.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_sync.lo -MD -MP -MF .deps/libmyth_la-myth_sync.Tpo -c myth_sync.c -o libmyth_la-myth_sync.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_sync.Tpo .deps/libmyth_la-myth_sync.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_init.lo -MD -MP -MF .deps/libmyth_la-myth_init.Tpo -c -o libmyth_la-myth_init.lotest -f 'myth_init.c' || echo './'myth_init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_init.lo -MD -MP -MF .deps/libmyth_la-myth_init.Tpo -c myth_init.c -fPIC -DPIC -o .libs/libmyth_la-myth_init.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_init.lo -MD -MP -MF .deps/libmyth_la-myth_init.Tpo -c myth_init.c -o libmyth_la-myth_init.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_init.Tpo .deps/libmyth_la-myth_init.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_misc.lo -MD -MP -MF .deps/libmyth_la-myth_misc.Tpo -c -o libmyth_la-myth_misc.lotest -f 'myth_misc.c' || echo './'myth_misc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_misc.lo -MD -MP -MF .deps/libmyth_la-myth_misc.Tpo -c myth_misc.c -fPIC -DPIC -o .libs/libmyth_la-myth_misc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_misc.lo -MD -MP -MF .deps/libmyth_la-myth_misc.Tpo -c myth_misc.c -o libmyth_la-myth_misc.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_misc.Tpo .deps/libmyth_la-myth_misc.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_io.lo -MD -MP -MF .deps/libmyth_la-myth_io.Tpo -c -o libmyth_la-myth_io.lotest -f 'myth_io.c' || echo './'myth_io.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_io.lo -MD -MP -MF .deps/libmyth_la-myth_io.Tpo -c myth_io.c -fPIC -DPIC -o .libs/libmyth_la-myth_io.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_io.lo -MD -MP -MF .deps/libmyth_la-myth_io.Tpo -c myth_io.c -o libmyth_la-myth_io.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_io.Tpo .deps/libmyth_la-myth_io.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_original_lib.lo -MD -MP -MF .deps/libmyth_la-myth_original_lib.Tpo -c -o libmyth_la-myth_original_lib.lotest -f 'myth_original_lib.c' || echo './'myth_original_lib.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_original_lib.lo -MD -MP -MF .deps/libmyth_la-myth_original_lib.Tpo -c myth_original_lib.c -fPIC -DPIC -o .libs/libmyth_la-myth_original_lib.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_original_lib.lo -MD -MP -MF .deps/libmyth_la-myth_original_lib.Tpo -c myth_original_lib.c -o libmyth_la-myth_original_lib.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_original_lib.Tpo .deps/libmyth_la-myth_original_lib.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_tls.lo -MD -MP -MF .deps/libmyth_la-myth_tls.Tpo -c -o libmyth_la-myth_tls.lotest -f 'myth_tls.c' || echo './'myth_tls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_tls.lo -MD -MP -MF .deps/libmyth_la-myth_tls.Tpo -c myth_tls.c -fPIC -DPIC -o .libs/libmyth_la-myth_tls.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_tls.lo -MD -MP -MF .deps/libmyth_la-myth_tls.Tpo -c myth_tls.c -o libmyth_la-myth_tls.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_tls.Tpo .deps/libmyth_la-myth_tls.Plo
/bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_context.lo -MD -MP -MF .deps/libmyth_la-myth_context.Tpo -c -o libmyth_la-myth_context.lotest -f 'myth_context.S' || echo './'myth_context.S
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_context.lo -MD -MP -MF .deps/libmyth_la-myth_context.Tpo -c myth_context.S -fPIC -DPIC -o .libs/libmyth_la-myth_context.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_context.lo -MD -MP -MF .deps/libmyth_la-myth_context.Tpo -c myth_context.S -o libmyth_la-myth_context.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_context.Tpo .deps/libmyth_la-myth_context.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_context_gvar.lo -MD -MP -MF .deps/libmyth_la-myth_context_gvar.Tpo -c -o libmyth_la-myth_context_gvar.lotest -f 'myth_context_gvar.c' || echo './'myth_context_gvar.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_context_gvar.lo -MD -MP -MF .deps/libmyth_la-myth_context_gvar.Tpo -c myth_context_gvar.c -fPIC -DPIC -o .libs/libmyth_la-myth_context_gvar.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_context_gvar.lo -MD -MP -MF .deps/libmyth_la-myth_context_gvar.Tpo -c myth_context_gvar.c -o libmyth_la-myth_context_gvar.o >/dev/null 2>&1
mv -f .deps/libmyth_la-myth_context_gvar.Tpo .deps/libmyth_la-myth_context_gvar.Plo
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_profiler.lo -MD -MP -MF .deps/libmyth_la-myth_profiler.Tpo -c -o libmyth_la-myth_profiler.lotest -f 'myth_profiler.c' || echo './'myth_profiler.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -O3 -Wall -ftls-model=initial-exec -I/usr/local/include/open-trace-format -MT libmyth_la-myth_profiler.lo -MD -MP -MF .deps/libmyth_la-myth_profiler.Tpo -c myth_profiler.c -fPIC -DPIC -o .libs/libmyth_la-myth_profiler.o
myth_profiler.c:18:17: fatal error: otf.h: No such file or directory
#include "otf.h"
^
compilation terminated.
make[2]: *** [libmyth_la-myth_profiler.lo] Error 1
make[2]: Leaving directorymthreads' make[1]: **\* [all-recursive] Error 1 make[1]: Leaving directory mthreads'
make: *** [all] Error 2