Skip to content

Instantly share code, notes, and snippets.

@houmei
Last active April 18, 2017 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save houmei/2f45bdd6dfbffdf474058387374e015b to your computer and use it in GitHub Desktop.
Save houmei/2f45bdd6dfbffdf474058387374e015b to your computer and use it in GitHub Desktop.
BoW: build GNU APL 1.7 Bash on Ubuntu on Windows (16.04) by clang
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking how to run the C preprocessor... clang -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking whether make supports nested variables... yes
checking dependency style of clang... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
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 clang... /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 whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
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 clang 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 clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /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 clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... yes
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ 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 whether we are using the GNU C++ compiler... (cached) yes
checking whether clang++ accepts -g... (cached) yes
checking dependency style of clang++... (cached) gcc3
checking for gcc... (cached) clang
checking whether we are using the GNU C compiler... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to accept ISO C89... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking whether clang++ accepts -rdynamic... no
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking curses.h usability... no
checking curses.h presence... no
checking for curses.h... no
checking for term.h... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking ext/atomicity.h usability... yes
checking ext/atomicity.h presence... yes
checking for ext/atomicity.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for inline... inline
checking for int32_t... yes
checking for int64_t... yes
checking for off_t... yes
checking for size_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for error_at_line... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for floor... yes
checking for memset... yes
checking for munmap... yes
checking for pow... yes
checking for sqrt... yes
checking for strchr... yes
checking for strerror... yes
checking for socket in -lsocket... no
checking for yp_all in -lnsl... yes
checking for setupterm in -lncurses... no
checking for setupterm in -lcurses... no
checking for backtrace in -lexecinfo... no
checking for acosh in -lm... yes
checking for sem_init in -lpthread... yes
checking for dlopen in -ldl... (cached) yes
checking for SQLite3 library >= 3.0.0... not found
checking for pg_config... no
checking whether CPU has rdtsc (read CPU cycle counter) opcode... yes
checking whether pthread_setaffinity_np is available... yes
checking whether OSAtomicAdd32Barrier() is available... no
checking whether atomic_add_32_nv() is available... no
checking if we are compiling for Android... no
checking if we want to build an erlang interface (implies libapl.so)... no
checking if we want to build libapl.so... no
checking whether internal performance counters shall be enabled)... no
checking whether to remember the history of APL values (debug feature)... no
checking whether gprof profiling shall be enabled... no
checking whether dynamic logging shall be enabled... no
checking whether value flags shall be traced... no
checking how picky internal tests shall be... 1
checking how many CPU cores shall be used by APL (experimental!)... 0
checking which type of socket APserver shall use... 0
checking which port number APserver shall use for TCP or UDP sockets... 16366
checking which port name APserver shall use for unix ports... /tmp/GNU-APL/APserver
checking how long a short APL value shall be at most... 12
checking whether visible markers shall be used... no
checking whether we compile for an i686 CPU... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating debian/Makefile
config.status: creating debian/source/Makefile
config.status: creating doc/Makefile
config.status: creating erlang/Makefile
config.status: creating erlang/apl.erl
config.status: creating gnu-apl.d/Makefile
config.status: creating gnu-apl.d/preferences
config.status: creating rpm/Makefile
config.status: creating rpm/apl.spec
config.status: creating src/Makefile
config.status: creating src/APs/Makefile
config.status: creating src/emacs_mode/Makefile
config.status: creating src/native/Makefile
config.status: creating src/sql/Makefile
config.status: creating src/testcases/Makefile
config.status: creating src/workspaces/Makefile
config.status: creating support-files/Makefile
config.status: creating support-files/Dyalog-Keyboard/Makefile
config.status: creating support-files/old-Keyboard/Makefile
config.status: creating support-files/OS-X-Keyboard/Makefile
config.status: creating support-files/Unicomp-Keyboard/Makefile
config.status: creating support-files/WASD-Keyboard/Makefile
config.status: creating support-files/Dirk/Makefile
config.status: creating tools/Makefile
config.status: creating workspaces/Makefile
config.status: creating wslib3/Makefile
config.status: creating wslib4/Makefile
config.status: creating wslib5/Makefile
config.status: creating wslib5/APLComponentFiles/Makefile
config.status: creating wslib5/iso-apl-cf/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: creating ./src//buildtag.hh
configure: creating ./src/makefile.h
configure: creating ./src/configure_args.cc
--------------------------------
<<stderr>>
./buildtag: line 8: svnversion: command not found
./buildtag: line 11: svn: command not found
sudo apt-get install make
sudo apt-get install gcc
sudo apt-get install clang
wget ftp://ftp.gnu.org/gnu/apl/apl-1.7.tar.gz
tar xvzf apl-1.7.tar.gz
cd apl-1.7
export CC=clang ; export CXX=clang++
./configure
make
cd src
./apl -T testcases/*.tc
# export CFLAGS='-mno-sse' を追加してもテスト結果は変わらず(浮動小数点演算はライブラリでやっている?)
make all-recursive
make[1]: ディレクトリ '/home/takesita/apl-1.7' に入ります
Making all in doc
make[2]: ディレクトリ '/home/takesita/apl-1.7/doc' に入ります
make[2]: 'all' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/takesita/apl-1.7/doc' から出ます
Making all in erlang
make[2]: ディレクトリ '/home/takesita/apl-1.7/erlang' に入ります
echo "nothing to be done because GNU APL was NOT \
configured --with-erlang"
nothing to be done because GNU APL was NOT configured --with-erlang
make[2]: ディレクトリ '/home/takesita/apl-1.7/erlang' から出ます
Making all in gnu-apl.d
make[2]: ディレクトリ '/home/takesita/apl-1.7/gnu-apl.d' に入ります
make[2]: 'all' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/takesita/apl-1.7/gnu-apl.d' から出ます
Making all in src
make[2]: ディレクトリ '/home/takesita/apl-1.7/src' に入ります
Making all in native
make[3]: ディレクトリ '/home/takesita/apl-1.7/src/native' に入ります
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT lib_file_io_la-file_io.lo -MD -MP -MF .deps/lib_file_io_la-file_io.Tpo -c -o lib_file
_io_la-file_io.lo `test -f 'file_io.cc' || echo './'`file_io.cc
depbase=`echo template_F0.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_F0.lo -MD -MP -MF $depbase.Tpo -c -o template_F0.lo template_F0.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo template_F12.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_F12.lo -MD -MP -MF $depbase.Tpo -c -o template_F12.lo template_F12.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo template_OP1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_OP1.lo -MD -MP -MF $depbase.Tpo -c -o template_OP1.lo template_OP1.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_F0.lo -MD -MP -MF .deps/template_F0.Tpo -c template_F0.cc -fPIC -DPIC -o .libs/template_F0.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT lib_file_io_la-file_io.lo -MD -MP -MF .deps/lib_file_io_la-file_io.Tpo -c file_io.cc -fPIC -DPIC -o .libs/lib_file_io_la-f
ile_io.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_OP1.lo -MD -MP -MF .deps/template_OP1.Tpo -c template_OP1.cc -fPIC -DPIC -o .libs/template_OP1.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_F12.lo -MD -MP -MF .deps/template_F12.Tpo -c template_F12.cc -fPIC -DPIC -o .libs/template_F12.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT lib_file_io_la-file_io.lo -MD -MP -MF .deps/lib_file_io_la-file_io.Tpo -c file_io.cc -o lib_file_io_la-file_io.o >/dev/null
2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_F0.lo -MD -MP -MF .deps/template_F0.Tpo -c template_F0.cc -o template_F0.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_OP1.lo -MD -MP -MF .deps/template_OP1.Tpo -c template_OP1.cc -o template_OP1.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_F12.lo -MD -MP -MF .deps/template_F12.Tpo -c template_F12.cc -o template_F12.o >/dev/null 2>&1
mv -f .deps/lib_file_io_la-file_io.Tpo .deps/lib_file_io_la-file_io.Plo
depbase=`echo template_OP2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_OP2.lo -MD -MP -MF $depbase.Tpo -c -o template_OP2.lo template_OP2.cc &&\
mv -f $depbase.Tpo $depbase.Plo
/bin/bash ../../libtool --tag=CXX --mode=link clang++ -I ./.. -g -O2 -g -O2 -avoid-version -module -shared -export-dynamic -o lib_file_io.la -rpath /usr/local/lib/apl lib_file_io_la-file_io.lo -ldl
-lpthread -lm -lnsl
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_OP2.lo -MD -MP -MF .deps/template_OP2.Tpo -c template_OP2.cc -fPIC -DPIC -o .libs/template_OP2.o
/bin/bash ../../libtool --tag=CXX --mode=link clang++ -I ./.. -g -O2 -g -O2 -o lib_template_F0.la -rpath /usr/local/lib/apl template_F0.lo -ldl -lpthread -lm -lnsl
/bin/bash ../../libtool --tag=CXX --mode=link clang++ -I ./.. -g -O2 -g -O2 -o lib_template_OP1.la -rpath /usr/local/lib/apl template_OP1.lo -ldl -lpthread -lm -lnsl
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT template_OP2.lo -MD -MP -MF .deps/template_OP2.Tpo -c template_OP2.cc -o template_OP2.o >/dev/null 2>&1
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtbeginS.o .libs/lib_file_io_
la-file_io.o -ldl -lpthread -lnsl -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x
86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../.. -L/usr/lib/llvm-3.8/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtendS.o /usr/bi
n/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crtn.o -O2 -O2 -Wl,-soname -Wl,lib_file_io.so -o .libs/lib_file_io.so
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtbeginS.o .libs/template_F0.
o -ldl -lpthread -lnsl -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux
-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../.. -L/usr/lib/llvm-3.8/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtendS.o /usr/bin/../lib/gc
c/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crtn.o -O2 -O2 -Wl,-soname -Wl,lib_template_F0.so.0 -o .libs/lib_template_F0.so.0.0.0
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtbeginS.o .libs/template_OP1
.o -ldl -lpthread -lnsl -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linu
x-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../.. -L/usr/lib/llvm-3.8/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtendS.o /usr/bin/../lib/g
cc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crtn.o -O2 -O2 -Wl,-soname -Wl,lib_template_OP1.so.0 -o .libs/lib_template_OP1.so.0.0.0
libtool: link: ( cd ".libs" && rm -f "lib_file_io.la" && ln -s "../lib_file_io.la" "lib_file_io.la" )
/bin/bash ../../libtool --tag=CXX --mode=link clang++ -I ./.. -g -O2 -g -O2 -o lib_template_F12.la -rpath /usr/local/lib/apl template_F12.lo -ldl -lpthread -lm -lnsl
libtool: link: (cd ".libs" && rm -f "lib_template_F0.so.0" && ln -s "lib_template_F0.so.0.0.0" "lib_template_F0.so.0")
libtool: link: (cd ".libs" && rm -f "lib_template_OP1.so.0" && ln -s "lib_template_OP1.so.0.0.0" "lib_template_OP1.so.0")
/bin/bash ../../libtool --tag=CXX --mode=link clang++ -I ./.. -g -O2 -g -O2 -o lib_template_OP2.la -rpath /usr/local/lib/apl template_OP2.lo -ldl -lpthread -lm -lnsl
libtool: link: (cd ".libs" && rm -f "lib_template_OP1.so" && ln -s "lib_template_OP1.so.0.0.0" "lib_template_OP1.so")
libtool: link: (cd ".libs" && rm -f "lib_template_F0.so" && ln -s "lib_template_F0.so.0.0.0" "lib_template_F0.so")
libtool: link: ar cru .libs/lib_template_F0.a template_F0.o
libtool: link: ar cru .libs/lib_template_OP1.a template_OP1.o
libtool: link: ranlib .libs/lib_template_F0.a
libtool: link: ranlib .libs/lib_template_OP1.a
libtool: link: ar cru .libs/lib_template_OP1.a template_OP1.o
libtool: link: ranlib .libs/lib_template_F0.a
libtool: link: ranlib .libs/lib_template_OP1.a
libtool: link: ( cd ".libs" && rm -f "lib_template_F0.la" && ln -s "../lib_template_F0.la" "lib_template_F0.la" )
libtool: link: ( cd ".libs" && rm -f "lib_template_OP1.la" && ln -s "../lib_template_OP1.la" "lib_template_OP1.la" )
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtbeginS.o .libs/template_F12
.o -ldl -lpthread -lnsl -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linu
x-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../.. -L/usr/lib/llvm-3.8/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtendS.o /usr/bin/../lib/g
cc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crtn.o -O2 -O2 -Wl,-soname -Wl,lib_template_F12.so.0 -o .libs/lib_template_F12.so.0.0.0
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtbeginS.o .libs/template_OP2
.o -ldl -lpthread -lnsl -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linu
x-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../.. -L/usr/lib/llvm-3.8/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtendS.o /usr/bin/../lib/g
cc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crtn.o -O2 -O2 -Wl,-soname -Wl,lib_template_OP2.so.0 -o .libs/lib_template_OP2.so.0.0.0
libtool: link: (cd ".libs" && rm -f "lib_template_F12.so.0" && ln -s "lib_template_F12.so.0.0.0" "lib_template_F12.so.0")
libtool: link: (cd ".libs" && rm -f "lib_template_OP2.so.0" && ln -s "lib_template_OP2.so.0.0.0" "lib_template_OP2.so.0")
libtool: link: (cd ".libs" && rm -f "lib_template_F12.so" && ln -s "lib_template_F12.so.0.0.0" "lib_template_F12.so")
libtool: link: (cd ".libs" && rm -f "lib_template_OP2.so" && ln -s "lib_template_OP2.so.0.0.0" "lib_template_OP2.so")
libtool: link: ar cru .libs/lib_template_F12.a template_F12.o
libtool: link: ranlib .libs/lib_template_F12.a
libtool: link: ar cru .libs/lib_template_OP2.a template_OP2.o
libtool: link: ranlib .libs/lib_template_OP2.a
libtool: link: ( cd ".libs" && rm -f "lib_template_F12.la" && ln -s "../lib_template_F12.la" "lib_template_F12.la" )
libtool: link: ( cd ".libs" && rm -f "lib_template_OP2.la" && ln -s "../lib_template_OP2.la" "lib_template_OP2.la" )
make[3]: ディレクトリ '/home/takesita/apl-1.7/src/native' から出ます
Making all in APs
make[3]: ディレクトリ '/home/takesita/apl-1.7/src/APs' に入ります
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -DAP_NUM=100 -g -O2 -MT AP100-AP100.o -MD -MP -MF .deps/AP100-AP100.Tpo -c -o AP100-AP100.o `test -f 'AP100.cc' || echo './'`AP100.cc
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -DAP_NUM=100 -g -O2 -MT AP100-APmain.o -MD -MP -MF .deps/AP100-APmain.Tpo -c -o AP100-APmain.o `test -f 'APmain.cc' || echo './'`APmain.cc
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -DAP_NUM=210 -g -O2 -MT AP210-AP210.o -MD -MP -MF .deps/AP210-AP210.Tpo -c -o AP210-AP210.o `test -f 'AP210.cc' || echo './'`AP210.cc
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -DAP_NUM=210 -g -O2 -MT AP210-APmain.o -MD -MP -MF .deps/AP210-APmain.Tpo -c -o AP210-APmain.o `test -f 'APmain.cc' || echo './'`APmain.cc
mv -f .deps/AP100-AP100.Tpo .deps/AP100-AP100.Po
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -DAP_NUM=210 -g -O2 -MT ../AP210-Backtrace.o -MD -MP -MF ../.deps/AP210-Backtrace.Tpo -c -o ../AP210-Backtrace.o `test -f '../Backtrace.cc' || echo
'./'`../Backtrace.cc
mv -f .deps/AP210-AP210.Tpo .deps/AP210-AP210.Po
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -DAP_NUM=210 -g -O2 -MT ../AP210-Svar_DB.o -MD -MP -MF ../.deps/AP210-Svar_DB.Tpo -c -o ../AP210-Svar_DB.o `test -f '../Svar_DB.cc' || echo './'`../
Svar_DB.cc
mv -f ../.deps/AP210-Backtrace.Tpo ../.deps/AP210-Backtrace.Po
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -DAP_NUM=210 -g -O2 -MT ../AP210-Svar_record.o -MD -MP -MF ../.deps/AP210-Svar_record.Tpo -c -o ../AP210-Svar_record.o `test -f '../Svar_record.cc'
|| echo './'`../Svar_record.cc
mv -f .deps/AP100-APmain.Tpo .deps/AP100-APmain.Po
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT APserver-APserver.o -MD -MP -MF .deps/APserver-APserver.Tpo -c -o APserver-APserver.o `test -f 'APserver.cc' || echo './'`APserver.cc
mv -f .deps/AP210-APmain.Tpo .deps/AP210-APmain.Po
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT APserver-Svar_DB_server.o -MD -MP -MF .deps/APserver-Svar_DB_server.Tpo -c -o APserver-Svar_DB_server.o `test -f 'Svar_DB_server.cc' || e
cho './'`Svar_DB_server.cc
mv -f ../.deps/AP210-Svar_record.Tpo ../.deps/AP210-Svar_record.Po
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -g -O2 -MT ../APserver-Svar_record.o -MD -MP -MF ../.deps/APserver-Svar_record.Tpo -c -o ../APserver-Svar_record.o `test -f '../Svar_record.cc' || e
cho './'`../Svar_record.cc
mv -f ../.deps/AP210-Svar_DB.Tpo ../.deps/AP210-Svar_DB.Po
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -DAP_NUM=100 -g -O2 -MT ../AP100-Backtrace.o -MD -MP -MF ../.deps/AP100-Backtrace.Tpo -c -o ../AP100-Backtrace.o `test -f '../Backtrace.cc' || echo
'./'`../Backtrace.cc
mv -f .deps/APserver-Svar_DB_server.Tpo .deps/APserver-Svar_DB_server.Po
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -DAP_NUM=100 -g -O2 -MT ../AP100-Svar_DB.o -MD -MP -MF ../.deps/AP100-Svar_DB.Tpo -c -o ../AP100-Svar_DB.o `test -f '../Svar_DB.cc' || echo './'`../
Svar_DB.cc
mv -f ../.deps/APserver-Svar_record.Tpo ../.deps/APserver-Svar_record.Po
clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -DAP_NUM=100 -g -O2 -MT ../AP100-Svar_record.o -MD -MP -MF ../.deps/AP100-Svar_record.Tpo -c -o ../AP100-Svar_record.o `test -f '../Svar_record.cc'
|| echo './'`../Svar_record.cc
mv -f ../.deps/AP100-Backtrace.Tpo ../.deps/AP100-Backtrace.Po
/bin/bash ../../libtool --tag=CXX --mode=link clang++ -I ./.. -g -O2 -DAP_NUM=210 -g -O2 -o AP210 AP210-AP210.o AP210-APmain.o ../AP210-Backtrace.o ../AP210-Svar_DB.o ../AP210-Svar_record.o -ldl -
lpthread -lm -lnsl
mv -f ../.deps/AP100-Svar_record.Tpo ../.deps/AP100-Svar_record.Po
mv -f .deps/APserver-APserver.Tpo .deps/APserver-APserver.Po
/bin/bash ../../libtool --tag=CXX --mode=link clang++ -I ./.. -g -O2 -g -O2 -o APserver APserver-APserver.o APserver-Svar_DB_server.o ../APserver-Svar_record.o -ldl -lpthread -lm -lnsl
libtool: link: clang++ -I ./.. -g -O2 -DAP_NUM=210 -g -O2 -o AP210 AP210-AP210.o AP210-APmain.o ../AP210-Backtrace.o ../AP210-Svar_DB.o ../AP210-Svar_record.o -ldl -lpthread -lm -lnsl
mv -f ../.deps/AP100-Svar_DB.Tpo ../.deps/AP100-Svar_DB.Po
/bin/bash ../../libtool --tag=CXX --mode=link clang++ -I ./.. -g -O2 -DAP_NUM=100 -g -O2 -o AP100 AP100-AP100.o AP100-APmain.o ../AP100-Backtrace.o ../AP100-Svar_DB.o ../AP100-Svar_record.o -ldl -
lpthread -lm -lnsl
libtool: link: clang++ -I ./.. -g -O2 -g -O2 -o APserver APserver-APserver.o APserver-Svar_DB_server.o ../APserver-Svar_record.o -ldl -lpthread -lm -lnsl
libtool: link: clang++ -I ./.. -g -O2 -DAP_NUM=100 -g -O2 -o AP100 AP100-AP100.o AP100-APmain.o ../AP100-Backtrace.o ../AP100-Svar_DB.o ../AP100-Svar_record.o -ldl -lpthread -lm -lnsl
make[3]: ディレクトリ '/home/takesita/apl-1.7/src/APs' から出ます
Making all in emacs_mode
make[3]: ディレクトリ '/home/takesita/apl-1.7/src/emacs_mode' に入ります
depbase=`echo DefCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT DefCommand.lo -MD -MP -MF $depbase.Tpo -c -o DefCommand.lo DefCommand.cc
&&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo emacs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT emacs.lo -MD -MP -MF $depbase.Tpo -c -o emacs.lo emacs.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo emacs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT emacs.lo -MD -MP -MF $depbase.Tpo -c -o emacs.lo emacs.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo FnCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT FnCommand.lo -MD -MP -MF $depbase.Tpo -c -o FnCommand.lo FnCommand.cc &&
\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo FnTagCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT FnTagCommand.lo -MD -MP -MF $depbase.Tpo -c -o FnTagCommand.lo FnTagComm
and.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT DefCommand.lo -MD -MP -MF .deps/DefCommand.Tpo -c DefCommand.cc -fPIC -DPIC -o .libs/DefCommand.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT FnCommand.lo -MD -MP -MF .deps/FnCommand.Tpo -c FnCommand.cc -fPIC -DPIC -o .libs/FnCommand.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT FnTagCommand.lo -MD -MP -MF .deps/FnTagCommand.Tpo -c FnTagCommand.cc -fPIC -DPIC -o .libs/FnTagCommand.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT emacs.lo -MD -MP -MF .deps/emacs.Tpo -c emacs.cc -fPIC -DPIC -o .libs/emacs.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT FnCommand.lo -MD -MP -MF .deps/FnCommand.Tpo -c FnCommand.cc -o FnCommand.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT emacs.lo -MD -MP -MF .deps/emacs.Tpo -c emacs.cc -o emacs.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT FnTagCommand.lo -MD -MP -MF .deps/FnTagCommand.Tpo -c FnTagCommand.cc -o FnTagCommand.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT DefCommand.lo -MD -MP -MF .deps/DefCommand.Tpo -c DefCommand.cc -o DefCommand.o >/dev/null 2>&1
depbase=`echo FollowCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT FollowCommand.lo -MD -MP -MF $depbase.Tpo -c -o FollowCommand.lo FollowC
ommand.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo GetVarCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT GetVarCommand.lo -MD -MP -MF $depbase.Tpo -c -o GetVarCommand.lo GetVarC
ommand.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo Listener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT Listener.lo -MD -MP -MF $depbase.Tpo -c -o Listener.lo Listener.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT FollowCommand.lo -MD -MP -MF .deps/FollowCommand.Tpo -c FollowCommand.cc -fPIC -DPIC -o .libs/FollowCommand.
o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT GetVarCommand.lo -MD -MP -MF .deps/GetVarCommand.Tpo -c GetVarCommand.cc -fPIC -DPIC -o .libs/GetVarCommand.
o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT Listener.lo -MD -MP -MF .deps/Listener.Tpo -c Listener.cc -fPIC -DPIC -o .libs/Listener.o
depbase=`echo LockWrapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT LockWrapper.lo -MD -MP -MF $depbase.Tpo -c -o LockWrapper.lo LockWrapper
.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT LockWrapper.lo -MD -MP -MF .deps/LockWrapper.Tpo -c LockWrapper.cc -fPIC -DPIC -o .libs/LockWrapper.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT LockWrapper.lo -MD -MP -MF .deps/LockWrapper.Tpo -c LockWrapper.cc -o LockWrapper.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT Listener.lo -MD -MP -MF .deps/Listener.Tpo -c Listener.cc -o Listener.o >/dev/null 2>&1
depbase=`echo network.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT network.lo -MD -MP -MF $depbase.Tpo -c -o network.lo network.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT network.lo -MD -MP -MF .deps/network.Tpo -c network.cc -fPIC -DPIC -o .libs/network.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT FollowCommand.lo -MD -MP -MF .deps/FollowCommand.Tpo -c FollowCommand.cc -o FollowCommand.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT GetVarCommand.lo -MD -MP -MF .deps/GetVarCommand.Tpo -c GetVarCommand.cc -o GetVarCommand.o >/dev/null 2>&1
depbase=`echo NetworkConnection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT NetworkConnection.lo -MD -MP -MF $depbase.Tpo -c -o NetworkConnection.lo
NetworkConnection.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT NetworkConnection.lo -MD -MP -MF .deps/NetworkConnection.Tpo -c NetworkConnection.cc -fPIC -DPIC -o .libs/Ne
tworkConnection.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT network.lo -MD -MP -MF .deps/network.Tpo -c network.cc -o network.o >/dev/null 2>&1
depbase=`echo SendCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SendCommand.lo -MD -MP -MF $depbase.Tpo -c -o SendCommand.lo SendCommand
.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo SicCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SicCommand.lo -MD -MP -MF $depbase.Tpo -c -o SicCommand.lo SicCommand.cc
&&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SendCommand.lo -MD -MP -MF .deps/SendCommand.Tpo -c SendCommand.cc -fPIC -DPIC -o .libs/SendCommand.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SicCommand.lo -MD -MP -MF .deps/SicCommand.Tpo -c SicCommand.cc -fPIC -DPIC -o .libs/SicCommand.o
depbase=`echo SiCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SiCommand.lo -MD -MP -MF $depbase.Tpo -c -o SiCommand.lo SiCommand.cc &&
\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SicCommand.lo -MD -MP -MF .deps/SicCommand.Tpo -c SicCommand.cc -o SicCommand.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SiCommand.lo -MD -MP -MF .deps/SiCommand.Tpo -c SiCommand.cc -fPIC -DPIC -o .libs/SiCommand.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT NetworkConnection.lo -MD -MP -MF .deps/NetworkConnection.Tpo -c NetworkConnection.cc -o NetworkConnection.o >
/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SendCommand.lo -MD -MP -MF .deps/SendCommand.Tpo -c SendCommand.cc -o SendCommand.o >/dev/null 2>&1
depbase=`echo SystemFnCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SystemFnCommand.lo -MD -MP -MF $depbase.Tpo -c -o SystemFnCommand.lo Sys
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SendCommand.lo -MD -MP -MF .deps/SendCommand.Tpo -c SendCommand.cc -o SendCommand.o >/dev/null 2>&1
depbase=`echo SystemFnCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SystemFnCommand.lo -MD -MP -MF $depbase.Tpo -c -o SystemFnCommand.lo Sys
temFnCommand.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SiCommand.lo -MD -MP -MF .deps/SiCommand.Tpo -c SiCommand.cc -o SiCommand.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SystemFnCommand.lo -MD -MP -MF .deps/SystemFnCommand.Tpo -c SystemFnCommand.cc -fPIC -DPIC -o .libs/SystemFn
Command.o
depbase=`echo SystemVariableCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SystemVariableCommand.lo -MD -MP -MF $depbase.Tpo -c -o SystemVariableCo
mmand.lo SystemVariableCommand.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo TcpListener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT TcpListener.lo -MD -MP -MF $depbase.Tpo -c -o TcpListener.lo TcpListener
.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SystemVariableCommand.lo -MD -MP -MF .deps/SystemVariableCommand.Tpo -c SystemVariableCommand.cc -fPIC -DPIC
-o .libs/SystemVariableCommand.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT TcpListener.lo -MD -MP -MF .deps/TcpListener.Tpo -c TcpListener.cc -fPIC -DPIC -o .libs/TcpListener.o
depbase=`echo TempFileWrapper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT TempFileWrapper.lo -MD -MP -MF $depbase.Tpo -c -o TempFileWrapper.lo Tem
pFileWrapper.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT TempFileWrapper.lo -MD -MP -MF .deps/TempFileWrapper.Tpo -c TempFileWrapper.cc -fPIC -DPIC -o .libs/TempFile
Wrapper.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SystemFnCommand.lo -MD -MP -MF .deps/SystemFnCommand.Tpo -c SystemFnCommand.cc -o SystemFnCommand.o >/dev/nul
l 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT SystemVariableCommand.lo -MD -MP -MF .deps/SystemVariableCommand.Tpo -c SystemVariableCommand.cc -o SystemVar
iableCommand.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT TcpListener.lo -MD -MP -MF .deps/TcpListener.Tpo -c TcpListener.cc -o TcpListener.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT TempFileWrapper.lo -MD -MP -MF .deps/TempFileWrapper.Tpo -c TempFileWrapper.cc -o TempFileWrapper.o >/dev/nul
l 2>&1
depbase=`echo TraceData.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT TraceData.lo -MD -MP -MF $depbase.Tpo -c -o TraceData.lo TraceData.cc &&
\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT TraceData.lo -MD -MP -MF .deps/TraceData.Tpo -c TraceData.cc -fPIC -DPIC -o .libs/TraceData.o
depbase=`echo UnixSocketListener.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT UnixSocketListener.lo -MD -MP -MF $depbase.Tpo -c -o UnixSocketListener.
lo UnixSocketListener.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT util.lo -MD -MP -MF $depbase.Tpo -c -o util.lo util.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT UnixSocketListener.lo -MD -MP -MF .deps/UnixSocketListener.Tpo -c UnixSocketListener.cc -fPIC -DPIC -o .libs
/UnixSocketListener.o
depbase=`echo VariablesCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT VariablesCommand.lo -MD -MP -MF $depbase.Tpo -c -o VariablesCommand.lo V
ariablesCommand.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -fPIC -DPIC -o .libs/util.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT VariablesCommand.lo -MD -MP -MF .deps/VariablesCommand.Tpo -c VariablesCommand.cc -fPIC -DPIC -o .libs/Varia
blesCommand.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT TraceData.lo -MD -MP -MF .deps/TraceData.Tpo -c TraceData.cc -o TraceData.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.cc -o util.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT UnixSocketListener.lo -MD -MP -MF .deps/UnixSocketListener.Tpo -c UnixSocketListener.cc -o UnixSocketListener
.o >/dev/null 2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT VariablesCommand.lo -MD -MP -MF .deps/VariablesCommand.Tpo -c VariablesCommand.cc -o VariablesCommand.o >/dev
/null 2>&1
depbase=`echo VersionCommand.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT VersionCommand.lo -MD -MP -MF $depbase.Tpo -c -o VersionCommand.lo Versi
onCommand.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT VersionCommand.lo -MD -MP -MF .deps/VersionCommand.Tpo -c VersionCommand.cc -fPIC -DPIC -o .libs/VersionComm
and.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -Wno-deprecated-declarations -g -O2 -MT VersionCommand.lo -MD -MP -MF .deps/VersionCommand.Tpo -c VersionCommand.cc -o VersionCommand.o >/dev/null 2>
&1
/bin/bash ../../libtool --tag=CXX --mode=link clang++ -Wno-deprecated-declarations -g -O2 -o libemacs.la -rpath /usr/local/lib/apl DefCommand.lo emacs.lo FnCommand.lo FnTagCommand.lo FollowCommand.l
o GetVarCommand.lo Listener.lo LockWrapper.lo network.lo NetworkConnection.lo SendCommand.lo SicCommand.lo SiCommand.lo SystemFnCommand.lo SystemVariableCommand.lo TcpListener.lo TempFileWrapper.lo TraceD
ata.lo UnixSocketListener.lo util.lo VariablesCommand.lo VersionCommand.lo -ldl -lpthread -lm -lnsl
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtbeginS.o .libs/DefCommand.o
.libs/emacs.o .libs/FnCommand.o .libs/FnTagCommand.o .libs/FollowCommand.o .libs/GetVarCommand.o .libs/Listener.o .libs/LockWrapper.o .libs/network.o .libs/NetworkConnection.o .libs/SendCommand.o .libs/S
icCommand.o .libs/SiCommand.o .libs/SystemFnCommand.o .libs/SystemVariableCommand.o .libs/TcpListener.o .libs/TempFileWrapper.o .libs/TraceData.o .libs/UnixSocketListener.o .libs/util.o .libs/VariablesCom
mand.o .libs/VersionCommand.o -ldl -lpthread -lnsl -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../l
ib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../.. -L/usr/lib/llvm-3.8/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/
crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libemacs.so.0 -o .libs/libemacs.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libemacs.so.0" && ln -s "libemacs.so.0.0.0" "libemacs.so.0")
ib64 -L/usr/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../.. -L/usr/lib/llvm-3.8/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/
crtendS.o /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,libemacs.so.0 -o .libs/libemacs.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libemacs.so.0" && ln -s "libemacs.so.0.0.0" "libemacs.so.0")
libtool: link: (cd ".libs" && rm -f "libemacs.so" && ln -s "libemacs.so.0.0.0" "libemacs.so")
libtool: link: ar cru .libs/libemacs.a DefCommand.o emacs.o FnCommand.o FnTagCommand.o FollowCommand.o GetVarCommand.o Listener.o LockWrapper.o network.o NetworkConnection.o SendCommand.o SicCommand.o Si
Command.o SystemFnCommand.o SystemVariableCommand.o TcpListener.o TempFileWrapper.o TraceData.o UnixSocketListener.o util.o VariablesCommand.o VersionCommand.o
libtool: link: ranlib .libs/libemacs.a
libtool: link: ( cd ".libs" && rm -f "libemacs.la" && ln -s "../libemacs.la" "libemacs.la" )
make[3]: ディレクトリ '/home/takesita/apl-1.7/src/emacs_mode' から出ます
Making all in sql
make[3]: ディレクトリ '/home/takesita/apl-1.7/src/sql' に入ります
depbase=`echo apl-sqlite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -I ./../.. -Wno-deprecated-declarations -g -O2 -MT apl-sqlite.lo -MD -MP -MF $depbase.Tpo -c -o apl-sql
ite.lo apl-sqlite.cc &&\
mv -f $depbase.Tpo $depbase.Plo
depbase=`echo Connection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ../../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -I ./../.. -Wno-deprecated-declarations -g -O2 -MT Connection.lo -MD -MP -MF $depbase.Tpo -c -o Connect
ion.lo Connection.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -I ./../.. -Wno-deprecated-declarations -g -O2 -MT apl-sqlite.lo -MD -MP -MF .deps/apl-sqlite.Tpo -c apl-sqlite.cc -fPIC -DPIC -o .libs/apl-
sqlite.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -I ./../.. -Wno-deprecated-declarations -g -O2 -MT Connection.lo -MD -MP -MF .deps/Connection.Tpo -c Connection.cc -fPIC -DPIC -o .libs/Conn
ection.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -I ./../.. -Wno-deprecated-declarations -g -O2 -MT Connection.lo -MD -MP -MF .deps/Connection.Tpo -c Connection.cc -o Connection.o >/dev/null
2>&1
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -I ./../.. -Wno-deprecated-declarations -g -O2 -MT apl-sqlite.lo -MD -MP -MF .deps/apl-sqlite.Tpo -c apl-sqlite.cc -o apl-sqlite.o >/dev/null
2>&1
/bin/bash ../../libtool --tag=CXX --mode=link clang++ -I ./.. -I ./../.. -Wno-deprecated-declarations -g -O2 -o lib_sql.la -rpath /usr/local/lib/apl apl-sqlite.lo Connection.lo -ldl -lpthread -
lm -lnsl
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtbeginS.o .libs/apl-sqlite.o
.libs/Connection.o -ldl -lpthread -lnsl -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/us
r/lib/x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../.. -L/usr/lib/llvm-3.8/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/crtendS.o
/usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crtn.o -O2 -Wl,-soname -Wl,lib_sql.so.0 -o .libs/lib_sql.so.0.0.0
libtool: link: (cd ".libs" && rm -f "lib_sql.so.0" && ln -s "lib_sql.so.0.0.0" "lib_sql.so.0")
libtool: link: (cd ".libs" && rm -f "lib_sql.so" && ln -s "lib_sql.so.0.0.0" "lib_sql.so")
libtool: link: ar cru .libs/lib_sql.a apl-sqlite.o Connection.o
libtool: link: ranlib .libs/lib_sql.a
libtool: link: ( cd ".libs" && rm -f "lib_sql.la" && ln -s "../lib_sql.la" "lib_sql.la" )
make[3]: ディレクトリ '/home/takesita/apl-1.7/src/sql' から出ます
Making all in workspaces
make[3]: ディレクトリ '/home/takesita/apl-1.7/src/workspaces' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/src/workspaces' から出ます
make[3]: ディレクトリ '/home/takesita/apl-1.7/src' に入ります
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-main.o -MD -MP -MF .deps/apl-main.Tpo -c -o apl-main.o `test -f 'main.cc' || echo './'`main.cc
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Archive.o -MD -MP -MF .deps/apl-Archive.Tpo -c -o apl-Archive.o `test -f 'Archive.cc' || echo './'`Archive.cc
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-ArrayIterator.o -MD -MP -MF .deps/apl-ArrayIterator.Tpo -c -o apl-ArrayIterator.o `test -f 'ArrayIterator.cc' || echo './'`Array
Iterator.cc
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Assert.o -MD -MP -MF .deps/apl-Assert.Tpo -c -o apl-Assert.o `test -f 'Assert.cc' || echo './'`Assert.cc
mv -f .deps/apl-ArrayIterator.Tpo .deps/apl-ArrayIterator.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Avec.o -MD -MP -MF .deps/apl-Avec.Tpo -c -o apl-Avec.o `test -f 'Avec.cc' || echo './'`Avec.cc
mv -f .deps/apl-Assert.Tpo .deps/apl-Assert.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Backtrace.o -MD -MP -MF .deps/apl-Backtrace.Tpo -c -o apl-Backtrace.o `test -f 'Backtrace.cc' || echo './'`Backtrace.cc
mv -f .deps/apl-main.Tpo .deps/apl-main.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_F12_FORMAT.o -MD -MP -MF .deps/apl-Bif_F12_FORMAT.Tpo -c -o apl-Bif_F12_FORMAT.o `test -f 'Bif_F12_FORMAT.cc' || echo './'`B
if_F12_FORMAT.cc
mv -f .deps/apl-Backtrace.Tpo .deps/apl-Backtrace.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_F12_SORT.o -MD -MP -MF .deps/apl-Bif_F12_SORT.Tpo -c -o apl-Bif_F12_SORT.o `test -f 'Bif_F12_SORT.cc' || echo './'`Bif_F12_S
ORT.cc
mv -f .deps/apl-Avec.Tpo .deps/apl-Avec.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_OPER1_COMMUTE.o -MD -MP -MF .deps/apl-Bif_OPER1_COMMUTE.Tpo -c -o apl-Bif_OPER1_COMMUTE.o `test -f 'Bif_OPER1_COMMUTE.cc' ||
echo './'`Bif_OPER1_COMMUTE.cc
mv -f .deps/apl-Archive.Tpo .deps/apl-Archive.Po
mv -f .deps/apl-Bif_OPER1_COMMUTE.Tpo .deps/apl-Bif_OPER1_COMMUTE.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_OPER1_EACH.o -MD -MP -MF .deps/apl-Bif_OPER1_EACH.Tpo -c -o apl-Bif_OPER1_EACH.o `test -f 'Bif_OPER1_EACH.cc' || echo './'`B
if_OPER1_EACH.cc
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_OPER2_POWER.o -MD -MP -MF .deps/apl-Bif_OPER2_POWER.Tpo -c -o apl-Bif_OPER2_POWER.o `test -f 'Bif_OPER2_POWER.cc' || echo '.
/'`Bif_OPER2_POWER.cc
mv -f .deps/apl-Bif_F12_SORT.Tpo .deps/apl-Bif_F12_SORT.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_OPER2_INNER.o -MD -MP -MF .deps/apl-Bif_OPER2_INNER.Tpo -c -o apl-Bif_OPER2_INNER.o `test -f 'Bif_OPER2_INNER.cc' || echo '.
/'`Bif_OPER2_INNER.cc
mv -f .deps/apl-Bif_F12_FORMAT.Tpo .deps/apl-Bif_F12_FORMAT.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_OPER2_OUTER.o -MD -MP -MF .deps/apl-Bif_OPER2_OUTER.Tpo -c -o apl-Bif_OPER2_OUTER.o `test -f 'Bif_OPER2_OUTER.cc' || echo '.
/'`Bif_OPER2_OUTER.cc
mv -f .deps/apl-Bif_OPER2_POWER.Tpo .deps/apl-Bif_OPER2_POWER.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_OPER2_RANK.o -MD -MP -MF .deps/apl-Bif_OPER2_RANK.Tpo -c -o apl-Bif_OPER2_RANK.o `test -f 'Bif_OPER2_RANK.cc' || echo './'`B
if_OPER2_RANK.cc
mv -f .deps/apl-Bif_OPER2_POWER.Tpo .deps/apl-Bif_OPER2_POWER.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_OPER2_RANK.o -MD -MP -MF .deps/apl-Bif_OPER2_RANK.Tpo -c -o apl-Bif_OPER2_RANK.o `test -f 'Bif_OPER2_RANK.cc' || echo './'`B
if_OPER2_RANK.cc
mv -f .deps/apl-Bif_OPER1_EACH.Tpo .deps/apl-Bif_OPER1_EACH.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_OPER1_REDUCE.o -MD -MP -MF .deps/apl-Bif_OPER1_REDUCE.Tpo -c -o apl-Bif_OPER1_REDUCE.o `test -f 'Bif_OPER1_REDUCE.cc' || ech
o './'`Bif_OPER1_REDUCE.cc
mv -f .deps/apl-Bif_OPER2_INNER.Tpo .deps/apl-Bif_OPER2_INNER.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Bif_OPER1_SCAN.o -MD -MP -MF .deps/apl-Bif_OPER1_SCAN.Tpo -c -o apl-Bif_OPER1_SCAN.o `test -f 'Bif_OPER1_SCAN.cc' || echo './'`B
if_OPER1_SCAN.cc
mv -f .deps/apl-Bif_OPER2_OUTER.Tpo .deps/apl-Bif_OPER2_OUTER.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-CDR.o -MD -MP -MF .deps/apl-CDR.Tpo -c -o apl-CDR.o `test -f 'CDR.cc' || echo './'`CDR.cc
mv -f .deps/apl-Bif_OPER2_RANK.Tpo .deps/apl-Bif_OPER2_RANK.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Cell.o -MD -MP -MF .deps/apl-Cell.Tpo -c -o apl-Cell.o `test -f 'Cell.cc' || echo './'`Cell.cc
mv -f .deps/apl-Bif_OPER1_SCAN.Tpo .deps/apl-Bif_OPER1_SCAN.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-CharCell.o -MD -MP -MF .deps/apl-CharCell.Tpo -c -o apl-CharCell.o `test -f 'CharCell.cc' || echo './'`CharCell.cc
mv -f .deps/apl-Bif_OPER1_REDUCE.Tpo .deps/apl-Bif_OPER1_REDUCE.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Command.o -MD -MP -MF .deps/apl-Command.Tpo -c -o apl-Command.o `test -f 'Command.cc' || echo './'`Command.cc
mv -f .deps/apl-CDR.Tpo .deps/apl-CDR.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Common.o -MD -MP -MF .deps/apl-Common.Tpo -c -o apl-Common.o `test -f 'Common.cc' || echo './'`Common.cc
mv -f .deps/apl-Cell.Tpo .deps/apl-Cell.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-ComplexCell.o -MD -MP -MF .deps/apl-ComplexCell.Tpo -c -o apl-ComplexCell.o `test -f 'ComplexCell.cc' || echo './'`ComplexCell.c
c
mv -f .deps/apl-CharCell.Tpo .deps/apl-CharCell.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-configure_args.o -MD -MP -MF .deps/apl-configure_args.Tpo -c -o apl-configure_args.o `test -f 'configure_args.cc' || echo './'`c
onfigure_args.cc
mv -f .deps/apl-configure_args.Tpo .deps/apl-configure_args.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-DiffOut.o -MD -MP -MF .deps/apl-DiffOut.Tpo -c -o apl-DiffOut.o `test -f 'DiffOut.cc' || echo './'`DiffOut.cc
mv -f .deps/apl-Common.Tpo .deps/apl-Common.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-DynamicObject.o -MD -MP -MF .deps/apl-DynamicObject.Tpo -c -o apl-DynamicObject.o `test -f 'DynamicObject.cc' || echo './'`Dynam
icObject.cc
mv -f .deps/apl-DiffOut.Tpo .deps/apl-DiffOut.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Error.o -MD -MP -MF .deps/apl-Error.Tpo -c -o apl-Error.o `test -f 'Error.cc' || echo './'`Error.cc
mv -f .deps/apl-ComplexCell.Tpo .deps/apl-ComplexCell.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Executable.o -MD -MP -MF .deps/apl-Executable.Tpo -c -o apl-Executable.o `test -f 'Executable.cc' || echo './'`Executable.cc
mv -f .deps/apl-DynamicObject.Tpo .deps/apl-DynamicObject.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-FloatCell.o -MD -MP -MF .deps/apl-FloatCell.Tpo -c -o apl-FloatCell.o `test -f 'FloatCell.cc' || echo './'`FloatCell.cc
mv -f .deps/apl-Error.Tpo .deps/apl-Error.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Function.o -MD -MP -MF .deps/apl-Function.Tpo -c -o apl-Function.o `test -f 'Function.cc' || echo './'`Function.cc
mv -f .deps/apl-FloatCell.Tpo .deps/apl-FloatCell.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-DerivedFunction.o -MD -MP -MF .deps/apl-DerivedFunction.Tpo -c -o apl-DerivedFunction.o `test -f 'DerivedFunction.cc' || echo '.
/'`DerivedFunction.cc
mv -f .deps/apl-Executable.Tpo .deps/apl-Executable.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Id.o -MD -MP -MF .deps/apl-Id.Tpo -c -o apl-Id.o `test -f 'Id.cc' || echo './'`Id.cc
mv -f .deps/apl-Function.Tpo .deps/apl-Function.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-IndexExpr.o -MD -MP -MF .deps/apl-IndexExpr.Tpo -c -o apl-IndexExpr.o `test -f 'IndexExpr.cc' || echo './'`IndexExpr.cc
mv -f .deps/apl-Command.Tpo .deps/apl-Command.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-IndexIterator.o -MD -MP -MF .deps/apl-IndexIterator.Tpo -c -o apl-IndexIterator.o `test -f 'IndexIterator.cc' || echo './'`Index
Iterator.cc
mv -f .deps/apl-DerivedFunction.Tpo .deps/apl-DerivedFunction.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-InputFile.o -MD -MP -MF .deps/apl-InputFile.Tpo -c -o apl-InputFile.o `test -f 'InputFile.cc' || echo './'`InputFile.cc
mv -f .deps/apl-Id.Tpo .deps/apl-Id.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-IntCell.o -MD -MP -MF .deps/apl-IntCell.Tpo -c -o apl-IntCell.o `test -f 'IntCell.cc' || echo './'`IntCell.cc
mv -f .deps/apl-IndexExpr.Tpo .deps/apl-IndexExpr.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-LApack.o -MD -MP -MF .deps/apl-LApack.Tpo -c -o apl-LApack.o `test -f 'LApack.cc' || echo './'`LApack.cc
mv -f .deps/apl-IndexIterator.Tpo .deps/apl-IndexIterator.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-LibPaths.o -MD -MP -MF .deps/apl-LibPaths.Tpo -c -o apl-LibPaths.o `test -f 'LibPaths.cc' || echo './'`LibPaths.cc
mv -f .deps/apl-InputFile.Tpo .deps/apl-InputFile.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-LineInput.o -MD -MP -MF .deps/apl-LineInput.Tpo -c -o apl-LineInput.o `test -f 'LineInput.cc' || echo './'`LineInput.cc
mv -f .deps/apl-IntCell.Tpo .deps/apl-IntCell.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Logging.o -MD -MP -MF .deps/apl-Logging.Tpo -c -o apl-Logging.o `test -f 'Logging.cc' || echo './'`Logging.cc
mv -f .deps/apl-Logging.Tpo .deps/apl-Logging.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-LvalCell.o -MD -MP -MF .deps/apl-LvalCell.Tpo -c -o apl-LvalCell.o `test -f 'LvalCell.cc' || echo './'`LvalCell.cc
mv -f .deps/apl-LibPaths.Tpo .deps/apl-LibPaths.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Malloc_hooks.o -MD -MP -MF .deps/apl-Malloc_hooks.Tpo -c -o apl-Malloc_hooks.o `test -f 'Malloc_hooks.cc' || echo './'`Malloc_ho
oks.cc
mv -f .deps/apl-Malloc_hooks.Tpo .deps/apl-Malloc_hooks.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Nabla.o -MD -MP -MF .deps/apl-Nabla.Tpo -c -o apl-Nabla.o `test -f 'Nabla.cc' || echo './'`Nabla.cc
mv -f .deps/apl-LApack.Tpo .deps/apl-LApack.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Macro.o -MD -MP -MF .deps/apl-Macro.Tpo -c -o apl-Macro.o `test -f 'Macro.cc' || echo './'`Macro.cc
mv -f .deps/apl-LineInput.Tpo .deps/apl-LineInput.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-NamedObject.o -MD -MP -MF .deps/apl-NamedObject.Tpo -c -o apl-NamedObject.o `test -f 'NamedObject.cc' || echo './'`NamedObject.c
c
mv -f .deps/apl-LvalCell.Tpo .deps/apl-LvalCell.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-NativeFunction.o -MD -MP -MF .deps/apl-NativeFunction.Tpo -c -o apl-NativeFunction.o `test -f 'NativeFunction.cc' || echo './'`N
ativeFunction.cc
mv -f .deps/apl-Macro.Tpo .deps/apl-Macro.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-NumericCell.o -MD -MP -MF .deps/apl-NumericCell.Tpo -c -o apl-NumericCell.o `test -f 'NumericCell.cc' || echo './'`NumericCell.c
ativeFunction.cc
mv -f .deps/apl-Macro.Tpo .deps/apl-Macro.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-NumericCell.o -MD -MP -MF .deps/apl-NumericCell.Tpo -c -o apl-NumericCell.o `test -f 'NumericCell.cc' || echo './'`NumericCell.c
c
mv -f .deps/apl-NamedObject.Tpo .deps/apl-NamedObject.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Output.o -MD -MP -MF .deps/apl-Output.Tpo -c -o apl-Output.o `test -f 'Output.cc' || echo './'`Output.cc
mv -f .deps/apl-NativeFunction.Tpo .deps/apl-NativeFunction.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Parser.o -MD -MP -MF .deps/apl-Parser.Tpo -c -o apl-Parser.o `test -f 'Parser.cc' || echo './'`Parser.cc
mv -f .deps/apl-Output.Tpo .deps/apl-Output.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Prefix.o -MD -MP -MF .deps/apl-Prefix.Tpo -c -o apl-Prefix.o `test -f 'Prefix.cc' || echo './'`Prefix.cc
mv -f .deps/apl-NumericCell.Tpo .deps/apl-NumericCell.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-PointerCell.o -MD -MP -MF .deps/apl-PointerCell.Tpo -c -o apl-PointerCell.o `test -f 'PointerCell.cc' || echo './'`PointerCell.c
c
mv -f .deps/apl-Nabla.Tpo .deps/apl-Nabla.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-PrimitiveFunction.o -MD -MP -MF .deps/apl-PrimitiveFunction.Tpo -c -o apl-PrimitiveFunction.o `test -f 'PrimitiveFunction.cc' ||
echo './'`PrimitiveFunction.cc
mv -f .deps/apl-Parser.Tpo .deps/apl-Parser.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-PrimitiveOperator.o -MD -MP -MF .deps/apl-PrimitiveOperator.Tpo -c -o apl-PrimitiveOperator.o `test -f 'PrimitiveOperator.cc' ||
echo './'`PrimitiveOperator.cc
mv -f .deps/apl-PointerCell.Tpo .deps/apl-PointerCell.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-PrintBuffer.o -MD -MP -MF .deps/apl-PrintBuffer.Tpo -c -o apl-PrintBuffer.o `test -f 'PrintBuffer.cc' || echo './'`PrintBuffer.c
c
mv -f .deps/apl-Prefix.Tpo .deps/apl-Prefix.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-QuadFunction.o -MD -MP -MF .deps/apl-QuadFunction.Tpo -c -o apl-QuadFunction.o `test -f 'QuadFunction.cc' || echo './'`QuadFunct
ion.cc
mv -f .deps/apl-PrimitiveOperator.Tpo .deps/apl-PrimitiveOperator.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-ProcessorID.o -MD -MP -MF .deps/apl-ProcessorID.Tpo -c -o apl-ProcessorID.o `test -f 'ProcessorID.cc' || echo './'`ProcessorID.c
c
mv -f .deps/apl-ProcessorID.Tpo .deps/apl-ProcessorID.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Quad_CR.o -MD -MP -MF .deps/apl-Quad_CR.Tpo -c -o apl-Quad_CR.o `test -f 'Quad_CR.cc' || echo './'`Quad_CR.cc
mv -f .deps/apl-PrintBuffer.Tpo .deps/apl-PrintBuffer.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Quad_DLX.o -MD -MP -MF .deps/apl-Quad_DLX.Tpo -c -o apl-Quad_DLX.o `test -f 'Quad_DLX.cc' || echo './'`Quad_DLX.cc
mv -f .deps/apl-PrimitiveFunction.Tpo .deps/apl-PrimitiveFunction.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Quad_FIO.o -MD -MP -MF .deps/apl-Quad_FIO.Tpo -c -o apl-Quad_FIO.o `test -f 'Quad_FIO.cc' || echo './'`Quad_FIO.cc
mv -f .deps/apl-QuadFunction.Tpo .deps/apl-QuadFunction.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Quad_FX.o -MD -MP -MF .deps/apl-Quad_FX.Tpo -c -o apl-Quad_FX.o `test -f 'Quad_FX.cc' || echo './'`Quad_FX.cc
mv -f .deps/apl-Quad_DLX.Tpo .deps/apl-Quad_DLX.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Quad_RL.o -MD -MP -MF .deps/apl-Quad_RL.Tpo -c -o apl-Quad_RL.o `test -f 'Quad_RL.cc' || echo './'`Quad_RL.cc
mv -f .deps/apl-Quad_CR.Tpo .deps/apl-Quad_CR.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Quad_SQL.o -MD -MP -MF .deps/apl-Quad_SQL.Tpo -c -o apl-Quad_SQL.o `test -f 'Quad_SQL.cc' || echo './'`Quad_SQL.cc
mv -f .deps/apl-Quad_FX.Tpo .deps/apl-Quad_FX.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Quad_SVx.o -MD -MP -MF .deps/apl-Quad_SVx.Tpo -c -o apl-Quad_SVx.o `test -f 'Quad_SVx.cc' || echo './'`Quad_SVx.cc
mv -f .deps/apl-Quad_RL.Tpo .deps/apl-Quad_RL.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Quad_TF.o -MD -MP -MF .deps/apl-Quad_TF.Tpo -c -o apl-Quad_TF.o `test -f 'Quad_TF.cc' || echo './'`Quad_TF.cc
mv -f .deps/apl-Quad_FIO.Tpo .deps/apl-Quad_FIO.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Parallel.o -MD -MP -MF .deps/apl-Parallel.Tpo -c -o apl-Parallel.o `test -f 'Parallel.cc' || echo './'`Parallel.cc
mv -f .deps/apl-Quad_SQL.Tpo .deps/apl-Quad_SQL.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Performance.o -MD -MP -MF .deps/apl-Performance.Tpo -c -o apl-Performance.o `test -f 'Performance.cc' || echo './'`Performance.c
c
mv -f .deps/apl-Quad_SVx.Tpo .deps/apl-Quad_SVx.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-RealCell.o -MD -MP -MF .deps/apl-RealCell.Tpo -c -o apl-RealCell.o `test -f 'RealCell.cc' || echo './'`RealCell.cc
mv -f .deps/apl-Parallel.Tpo .deps/apl-Parallel.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-sbrk.o -MD -MP -MF .deps/apl-sbrk.Tpo -c -o apl-sbrk.o `test -f 'sbrk.cc' || echo './'`sbrk.cc
mv -f .deps/apl-sbrk.Tpo .deps/apl-sbrk.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Shape.o -MD -MP -MF .deps/apl-Shape.Tpo -c -o apl-Shape.o `test -f 'Shape.cc' || echo './'`Shape.cc
mv -f .deps/apl-Performance.Tpo .deps/apl-Performance.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-ScalarFunction.o -MD -MP -MF .deps/apl-ScalarFunction.Tpo -c -o apl-ScalarFunction.o `test -f 'ScalarFunction.cc' || echo './'`S
calarFunction.cc
mv -f .deps/apl-RealCell.Tpo .deps/apl-RealCell.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-StateIndicator.o -MD -MP -MF .deps/apl-StateIndicator.Tpo -c -o apl-StateIndicator.o `test -f 'StateIndicator.cc' || echo './'`S
tateIndicator.cc
mv -f .deps/apl-Shape.Tpo .deps/apl-Shape.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Svar_DB.o -MD -MP -MF .deps/apl-Svar_DB.Tpo -c -o apl-Svar_DB.o `test -f 'Svar_DB.cc' || echo './'`Svar_DB.cc
mv -f .deps/apl-Quad_TF.Tpo .deps/apl-Quad_TF.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Svar_record.o -MD -MP -MF .deps/apl-Svar_record.Tpo -c -o apl-Svar_record.o `test -f 'Svar_record.cc' || echo './'`Svar_record.c
c
mv -f .deps/apl-StateIndicator.Tpo .deps/apl-StateIndicator.Po
mv -f .deps/apl-Svar_record.Tpo .deps/apl-Svar_record.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Symbol.o -MD -MP -MF .deps/apl-Symbol.Tpo -c -o apl-Symbol.o `test -f 'Symbol.cc' || echo './'`Symbol.cc
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-SymbolTable.o -MD -MP -MF .deps/apl-SymbolTable.Tpo -c -o apl-SymbolTable.o `test -f 'SymbolTable.cc' || echo './'`SymbolTable.c
c
mv -f .deps/apl-ScalarFunction.Tpo .deps/apl-ScalarFunction.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-SystemVariable.o -MD -MP -MF .deps/apl-SystemVariable.Tpo -c -o apl-SystemVariable.o `test -f 'SystemVariable.cc' || echo './'`S
ystemVariable.cc
mv -f .deps/apl-Svar_DB.Tpo .deps/apl-Svar_DB.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-IO_Files.o -MD -MP -MF .deps/apl-IO_Files.Tpo -c -o apl-IO_Files.o `test -f 'IO_Files.cc' || echo './'`IO_Files.cc
mv -f .deps/apl-SymbolTable.Tpo .deps/apl-SymbolTable.Po
mv -f .deps/apl-Svar_DB.Tpo .deps/apl-Svar_DB.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-IO_Files.o -MD -MP -MF .deps/apl-IO_Files.Tpo -c -o apl-IO_Files.o `test -f 'IO_Files.cc' || echo './'`IO_Files.cc
mv -f .deps/apl-SymbolTable.Tpo .deps/apl-SymbolTable.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Token.o -MD -MP -MF .deps/apl-Token.Tpo -c -o apl-Token.o `test -f 'Token.cc' || echo './'`Token.cc
mv -f .deps/apl-IO_Files.Tpo .deps/apl-IO_Files.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Tokenizer.o -MD -MP -MF .deps/apl-Tokenizer.Tpo -c -o apl-Tokenizer.o `test -f 'Tokenizer.cc' || echo './'`Tokenizer.cc
mv -f .deps/apl-Symbol.Tpo .deps/apl-Symbol.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-UCS_string.o -MD -MP -MF .deps/apl-UCS_string.Tpo -c -o apl-UCS_string.o `test -f 'UCS_string.cc' || echo './'`UCS_string.cc
mv -f .deps/apl-Token.Tpo .deps/apl-Token.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-UCS_string_vector.o -MD -MP -MF .deps/apl-UCS_string_vector.Tpo -c -o apl-UCS_string_vector.o `test -f 'UCS_string_vector.cc' ||
echo './'`UCS_string_vector.cc
mv -f .deps/apl-SystemVariable.Tpo .deps/apl-SystemVariable.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-UserFunction.o -MD -MP -MF .deps/apl-UserFunction.Tpo -c -o apl-UserFunction.o `test -f 'UserFunction.cc' || echo './'`UserFunct
ion.cc
mv -f .deps/apl-UCS_string_vector.Tpo .deps/apl-UCS_string_vector.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-UserFunction_header.o -MD -MP -MF .deps/apl-UserFunction_header.Tpo -c -o apl-UserFunction_header.o `test -f 'UserFunction_heade
r.cc' || echo './'`UserFunction_header.cc
mv -f .deps/apl-Tokenizer.Tpo .deps/apl-Tokenizer.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-UserPreferences.o -MD -MP -MF .deps/apl-UserPreferences.Tpo -c -o apl-UserPreferences.o `test -f 'UserPreferences.cc' || echo '.
/'`UserPreferences.cc
mv -f .deps/apl-UserFunction_header.Tpo .deps/apl-UserFunction_header.Po
mv -f .deps/apl-UserFunction.Tpo .deps/apl-UserFunction.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-UTF8_string.o -MD -MP -MF .deps/apl-UTF8_string.Tpo -c -o apl-UTF8_string.o `test -f 'UTF8_string.cc' || echo './'`UTF8_string.c
c
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Value.o -MD -MP -MF .deps/apl-Value.Tpo -c -o apl-Value.o `test -f 'Value.cc' || echo './'`Value.cc
mv -f .deps/apl-UCS_string.Tpo .deps/apl-UCS_string.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-ValueHistory.o -MD -MP -MF .deps/apl-ValueHistory.Tpo -c -o apl-ValueHistory.o `test -f 'ValueHistory.cc' || echo './'`ValueHist
ory.cc
mv -f .deps/apl-UserPreferences.Tpo .deps/apl-UserPreferences.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-Workspace.o -MD -MP -MF .deps/apl-Workspace.Tpo -c -o apl-Workspace.o `test -f 'Workspace.cc' || echo './'`Workspace.cc
mv -f .deps/apl-UTF8_string.Tpo .deps/apl-UTF8_string.Po
mv -f .deps/apl-ValueHistory.Tpo .deps/apl-ValueHistory.Po
clang++ -DHAVE_CONFIG_H -I. -I.. -Werror -Wall -I sql -g -O2 -MT apl-static_Objects.o -MD -MP -MF .deps/apl-static_Objects.Tpo -c -o apl-static_Objects.o `test -f 'static_Objects.cc' || echo './'`s
tatic_Objects.cc
mv -f .deps/apl-Value.Tpo .deps/apl-Value.Po
mv -f .deps/apl-static_Objects.Tpo .deps/apl-static_Objects.Po
mv -f .deps/apl-Workspace.Tpo .deps/apl-Workspace.Po
/bin/bash ../libtool --tag=CXX --mode=link clang++ -Werror -Wall -I sql -g -O2 -o apl apl-main.o apl-Archive.o apl-ArrayIterator.o apl-Assert.o apl-Avec.o apl-Backtrace.o apl-Bif_F12_FORMAT.o ap
l-Bif_F12_SORT.o apl-Bif_OPER1_COMMUTE.o apl-Bif_OPER1_EACH.o apl-Bif_OPER2_POWER.o apl-Bif_OPER2_INNER.o apl-Bif_OPER2_OUTER.o apl-Bif_OPER2_RANK.o apl-Bif_OPER1_REDUCE.o apl-Bif_OPER1_SCAN.o apl-CDR.o a
pl-Cell.o apl-CharCell.o apl-Command.o apl-Common.o apl-ComplexCell.o apl-configure_args.o apl-DiffOut.o apl-DynamicObject.o apl-Error.o apl-Executable.o apl-FloatCell.o apl-Function.o apl-DerivedFunction
.o apl-Id.o apl-IndexExpr.o apl-IndexIterator.o apl-InputFile.o apl-IntCell.o apl-LApack.o apl-LibPaths.o apl-LineInput.o apl-Logging.o apl-LvalCell.o apl-Malloc_hooks.o apl-Nabla.o apl-Macro.o apl-NamedO
bject.o apl-NativeFunction.o apl-NumericCell.o apl-Output.o apl-Parser.o apl-Prefix.o apl-PointerCell.o apl-PrimitiveFunction.o apl-PrimitiveOperator.o apl-PrintBuffer.o apl-QuadFunction.o apl-ProcessorID
.o apl-Quad_CR.o apl-Quad_DLX.o apl-Quad_FIO.o apl-Quad_FX.o apl-Quad_RL.o apl-Quad_SQL.o apl-Quad_SVx.o apl-Quad_TF.o apl-Parallel.o apl-Performance.o apl-RealCell.o apl-sbrk.o apl-Shape.o apl-ScalarFunc
tion.o apl-StateIndicator.o apl-Svar_DB.o apl-Svar_record.o apl-Symbol.o apl-SymbolTable.o apl-SystemVariable.o apl-IO_Files.o apl-Token.o apl-Tokenizer.o apl-UCS_string.o apl-UCS_string_vector.o apl-User
Function.o apl-UserFunction_header.o apl-UserPreferences.o apl-UTF8_string.o apl-Value.o apl-ValueHistory.o apl-Workspace.o apl-static_Objects.o -ldl -lpthread -lm -lnsl -ldl -lpthread -lm -lnsl
libtool: link: clang++ -Werror -Wall -I sql -g -O2 -o apl apl-main.o apl-Archive.o apl-ArrayIterator.o apl-Assert.o apl-Avec.o apl-Backtrace.o apl-Bif_F12_FORMAT.o apl-Bif_F12_SORT.o apl-Bif_OPER1_COMMUTE
.o apl-Bif_OPER1_EACH.o apl-Bif_OPER2_POWER.o apl-Bif_OPER2_INNER.o apl-Bif_OPER2_OUTER.o apl-Bif_OPER2_RANK.o apl-Bif_OPER1_REDUCE.o apl-Bif_OPER1_SCAN.o apl-CDR.o apl-Cell.o apl-CharCell.o apl-Command.o
apl-Common.o apl-ComplexCell.o apl-configure_args.o apl-DiffOut.o apl-DynamicObject.o apl-Error.o apl-Executable.o apl-FloatCell.o apl-Function.o apl-DerivedFunction.o apl-Id.o apl-IndexExpr.o apl-IndexI
terator.o apl-InputFile.o apl-IntCell.o apl-LApack.o apl-LibPaths.o apl-LineInput.o apl-Logging.o apl-LvalCell.o apl-Malloc_hooks.o apl-Nabla.o apl-Macro.o apl-NamedObject.o apl-NativeFunction.o apl-Numer
icCell.o apl-Output.o apl-Parser.o apl-Prefix.o apl-PointerCell.o apl-PrimitiveFunction.o apl-PrimitiveOperator.o apl-PrintBuffer.o apl-QuadFunction.o apl-ProcessorID.o apl-Quad_CR.o apl-Quad_DLX.o apl-Qu
ad_FIO.o apl-Quad_FX.o apl-Quad_RL.o apl-Quad_SQL.o apl-Quad_SVx.o apl-Quad_TF.o apl-Parallel.o apl-Performance.o apl-RealCell.o apl-sbrk.o apl-Shape.o apl-ScalarFunction.o apl-StateIndicator.o apl-Svar_D
B.o apl-Svar_record.o apl-Symbol.o apl-SymbolTable.o apl-SystemVariable.o apl-IO_Files.o apl-Token.o apl-Tokenizer.o apl-UCS_string.o apl-UCS_string_vector.o apl-UserFunction.o apl-UserFunction_header.o a
pl-UserPreferences.o apl-UTF8_string.o apl-Value.o apl-ValueHistory.o apl-Workspace.o apl-static_Objects.o -ldl -lpthread -lm -lnsl
make[3]: ディレクトリ '/home/takesita/apl-1.7/src' から出ます
make[2]: ディレクトリ '/home/takesita/apl-1.7/src' から出ます
Making all in support-files
make[2]: ディレクトリ '/home/takesita/apl-1.7/support-files' に入ります
Making all in Dyalog-Keyboard
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/Dyalog-Keyboard' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/Dyalog-Keyboard' から出ます
Making all in Dirk
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/Dirk' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/Dirk' から出ます
Making all in old-Keyboard
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/old-Keyboard' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/old-Keyboard' から出ます
Making all in Unicomp-Keyboard
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/Unicomp-Keyboard' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/Unicomp-Keyboard' から出ます
Making all in WASD-Keyboard
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/WASD-Keyboard' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/WASD-Keyboard' から出ます
Making all in OS-X-Keyboard
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/OS-X-Keyboard' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files/OS-X-Keyboard' から出ます
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files' に入ります
make[3]: 'all-am' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/support-files' から出ます
make[2]: ディレクトリ '/home/takesita/apl-1.7/support-files' から出ます
Making all in tools
make[2]: ディレクトリ '/home/takesita/apl-1.7/tools' に入ります
depbase=`echo APL_keyboard.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT APL_keyboard.o -MD -MP -MF $depbase.Tpo -c -o APL_keyboard.o APL_keyboard.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CXX --mode=link clang++ -g -O2 -o APL_keyboard APL_keyboard.o
libtool: link: clang++ -g -O2 -o APL_keyboard APL_keyboard.o
depbase=`echo APL_keyboard_learn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT APL_keyboard_learn.o -MD -MP -MF $depbase.Tpo -c -o APL_keyboard_learn.o APL_keyboard_learn.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CXX --mode=link clang++ -g -O2 -o APL_keyboard_learn APL_keyboard_learn.o
libtool: link: clang++ -g -O2 -o APL_keyboard_learn APL_keyboard_learn.o
depbase=`echo APL_keyboard_show.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT APL_keyboard_show.o -MD -MP -MF $depbase.Tpo -c -o APL_keyboard_show.o APL_keyboard_show.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CXX --mode=link clang++ -g -O2 -o APL_keyboard_show APL_keyboard_show.o
libtool: link: clang++ -g -O2 -o APL_keyboard_show APL_keyboard_show.o
depbase=`echo apl2html.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT apl2html.o -MD -MP -MF $depbase.Tpo -c -o apl2html.o apl2html.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CXX --mode=link clang++ -g -O2 -o apl2html apl2html.o
libtool: link: clang++ -g -O2 -o apl2html apl2html.o
depbase=`echo phrase_gen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT phrase_gen.o -MD -MP -MF $depbase.Tpo -c -o phrase_gen.o phrase_gen.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CXX --mode=link clang++ -g -O2 -o phrase_gen phrase_gen.o
libtool: link: clang++ -g -O2 -o phrase_gen phrase_gen.o
depbase=`echo sockconst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT sockconst.o -MD -MP -MF $depbase.Tpo -c -o sockconst.o sockconst.c &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ../libtool --tag=CC --mode=link clang -g -O2 -o sockconst sockconst.o
libtool: link: clang -g -O2 -o sockconst sockconst.o
clang++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -MT memory_benchmark-memory_benchmark.o -MD -MP -MF .deps/memory_benchmark-memory_benchmark.Tpo -c -o memory_benchmark-memory_benchmark.o `test -f 'memory_
benchmark.cc' || echo './'`memory_benchmark.cc
mv -f .deps/memory_benchmark-memory_benchmark.Tpo .deps/memory_benchmark-memory_benchmark.Po
/bin/bash ../libtool --tag=CXX --mode=link clang++ -Wall -g -O2 -o memory_benchmark memory_benchmark-memory_benchmark.o -lpthread
libtool: link: clang++ -Wall -g -O2 -o memory_benchmark memory_benchmark-memory_benchmark.o -lpthread
make[2]: ディレクトリ '/home/takesita/apl-1.7/tools' から出ます
Making all in workspaces
make[2]: ディレクトリ '/home/takesita/apl-1.7/workspaces' に入ります
make[2]: 'all' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/takesita/apl-1.7/workspaces' から出ます
Making all in wslib3
make[2]: ディレクトリ '/home/takesita/apl-1.7/wslib3' に入ります
make[2]: 'all' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/takesita/apl-1.7/wslib3' から出ます
Making all in wslib4
make[2]: ディレクトリ '/home/takesita/apl-1.7/wslib4' に入ります
make[2]: 'all' に対して行うべき事はありません.
make[2]: ディレクトリ '/home/takesita/apl-1.7/wslib4' から出ます
Making all in wslib5
make[2]: ディレクトリ '/home/takesita/apl-1.7/wslib5' に入ります
Making all in APLComponentFiles
make[3]: ディレクトリ '/home/takesita/apl-1.7/wslib5/APLComponentFiles' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/wslib5/APLComponentFiles' から出ます
Making all in iso-apl-cf
make[3]: ディレクトリ '/home/takesita/apl-1.7/wslib5/iso-apl-cf' に入ります
make[3]: 'all' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/wslib5/iso-apl-cf' から出ます
make[3]: ディレクトリ '/home/takesita/apl-1.7/wslib5' に入ります
make[3]: 'all-am' に対して行うべき事はありません.
make[3]: ディレクトリ '/home/takesita/apl-1.7/wslib5' から出ます
make[2]: ディレクトリ '/home/takesita/apl-1.7/wslib5' から出ます
make[2]: ディレクトリ '/home/takesita/apl-1.7' に入ります
make[2]: ディレクトリ '/home/takesita/apl-1.7' から出ます
make[1]: ディレクトリ '/home/takesita/apl-1.7' から出ます
--------------------------------
<<stderr>>
Makefile:516: 警告: ターゲット 'preferences' のためのレシピを置き換えます
Makefile:329: 警告: ターゲット 'preferences' のための古いレシピは無視されます
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
2 (1 APL, loc=IO_Files.cc:219 .tc line=9
0 assert, 1 diff, 0 parse) testcases/APnnn.tc
107 (2 APL, loc=IO_Files.cc:219 .tc line=134
0 assert, 105 diff, 0 parse) testcases/File_IO.tc
94 (2 APL, loc=IO_Files.cc:219 .tc line=127
0 assert, 92 diff, 0 parse) testcases/File_IO_1.tc
2 (2 APL, loc=IO_Files.cc:219 .tc line=44
0 assert, 0 diff, 0 parse) testcases/Find.tc
2 (2 APL, loc=IO_Files.cc:219 .tc line=63
0 assert, 0 diff, 0 parse) testcases/First.tc
2 (2 APL, loc=IO_Files.cc:219 .tc line=15
0 assert, 0 diff, 0 parse) testcases/Floor.tc
2 (2 APL, loc=IO_Files.cc:219 .tc line=100
0 assert, 0 diff, 0 parse) testcases/Format.tc
1 (0 APL, 0 assert, 1 diff, 0 parse) testcases/Format_by_spec.tc
3 (0 APL, 0 assert, 3 diff, 0 parse) testcases/MatrixInverse.tc
35 (1 APL, loc=IO_Files.cc:198 .tc line=38
0 assert, 34 diff, 0 parse) testcases/NativeFunctions.tc
1 (1 APL, loc=IO_Files.cc:198 .tc line=14
0 assert, 0 diff, 0 parse) testcases/NaturalLogarithm.tc
1 (1 APL, loc=IO_Files.cc:198 .tc line=16
0 assert, 0 diff, 0 parse) testcases/Negative.tc
1 (1 APL, loc=IO_Files.cc:198 .tc line=36
0 assert, 0 diff, 0 parse) testcases/Numbers.tc
1 (1 APL, loc=IO_Files.cc:198 .tc line=47
0 assert, 0 diff, 0 parse) testcases/OperPower.tc
1 (0 APL, 0 assert, 1 diff, 0 parse) testcases/Quad_AI.tc
1 (0 APL, 0 assert, 1 diff, 0 parse) testcases/Quad_ARG.tc
110 (2 APL, loc=IO_Files.cc:219 .tc line=140
0 assert, 108 diff, 0 parse) testcases/Quad_FIO.tc
80 (3 APL, loc=IO_Files.cc:219 .tc line=44
0 assert, 77 diff, 0 parse) testcases/Quad_FX.tc
2 (2 APL, loc=IO_Files.cc:219 .tc line=31
0 assert, 0 diff, 0 parse) testcases/Quad_INP.tc
2 (2 APL, loc=IO_Files.cc:219 .tc line=56
0 assert, 0 diff, 0 parse) testcases/Quad_IO.tc
2 (2 APL, loc=IO_Files.cc:219 .tc line=35
0 assert, 0 diff, 0 parse) testcases/Quad_L.tc
23 (2 APL, loc=IO_Files.cc:219 .tc line=60
0 assert, 21 diff, 0 parse) testcases/Quad_LC.tc
1 (1 APL, loc=IO_Files.cc:198 .tc line=12
0 assert, 0 diff, 0 parse) testcases/Quad_LX.tc
29 (1 APL, loc=IO_Files.cc:198 .tc line=40
0 assert, 28 diff, 0 parse) testcases/Quad_SQL.tc
1 (1 APL, loc=IO_Files.cc:198 .tc line=20
0 assert, 0 diff, 0 parse) testcases/Quad_SVE.tc
25 (1 APL, loc=IO_Files.cc:198 .tc line=18
0 assert, 24 diff, 0 parse) testcases/ZZ36_Regression.tc
1 (0 APL, 0 assert, 1 diff, 0 parse) testcases/ZZZ0_Standard_20x.tc
1 (0 APL, 0 assert, 1 diff, 0 parse) testcases/ZZZZ.tc
==============================================================================
533 errors in 217(217) testcase files
Exiting (test_mode 0)
Format_by_spec.tc.log:
----> 22 0⍕2⋆70
apl: ⋅⋅⋅1180591620717411500000⋅⋅⋅
ref: ⋅⋅⋅1180591620717411303300⋅⋅⋅
MatrixInverse.tc.log:
----> R+.×Z
apl: ⋅⋅⋅ 1.000E0 ¯3.109E¯15 2.274E¯15⋅⋅⋅
ref: ⋅⋅⋅ 1.000E0 2.220E¯15 ¯7.166E¯16⋅⋅⋅
apl: ⋅⋅⋅ 0.000E0 1.000E0 8.864E¯17⋅⋅⋅
ref: ⋅⋅⋅¯1.776E¯15 1.000E0 ¯4.541E¯16⋅⋅⋅
apl: ⋅⋅⋅¯1.776E¯15 8.882E¯16 1.000E0⋅⋅⋅
ref: ⋅⋅⋅¯1.776E¯15 8.882E¯16 1.000E0⋅⋅⋅
Quad_AI.tc.log:
----> ⎕AI
apl: ⋅⋅⋅1001 25729 25729 0 1897⋅⋅⋅
ref: ⋅⋅⋅1010 ⁰ ⁰ ⁰ ⁰⋅⋅⋅
Quad_ARG.tc.log:
----> ⎕IO←1
----> ⎕ARG[⍳3]
apl: ⋅⋅⋅ ./apl --noColor -T ⋅⋅⋅
ref: ⋅⋅⋅ ./apl --id 1010 ⋅⋅⋅
ZZZ0_Standard_20x.tc.log:
----> 31 0 ⍕ 2⋆100
apl: ⋅⋅⋅1267650600228229500000000000000⋅⋅⋅
ref: ⋅⋅⋅1267650600228229401300000000000⋅⋅⋅
ZZZZ.tc.log:
----> "UCS strings:" (⎕FIO ¯13)
apl: ⋅⋅⋅ UCS strings: 460 ⋅⋅⋅
ref: ⋅⋅⋅ UCS strings: 441 ⋅⋅⋅
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment