Seky17

Results 3 issues of Seky17

ubuntuでprism_mp_linux.bin、macOSでprism_mp_darwin.binをビルドした後、mpprismを実行した時、ほぼ同様のテキストがターミナルに出力されるが、macOSでは加えて `*** Error: getline(): not interactive, use stdio.` というエラーが出力される。

``` [100%] Linking CXX executable prism_up_cygwin.exe /usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/prism_up_cygwin.dir/core/glue.c.o:glue.c:(.text+0x48): undefined reference to `insert_cpred' CMakeFiles/prism_up_cygwin.dir/core/glue.c.o:glue.c:(.text+0x48): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `insert_cpred' /usr/lib/gcc/x86_64-pc-cygwin/7.4.0/../../../../x86_64-pc-cygwin/bin/ld: CMakeFiles/prism_up_cygwin.dir/core/glue.c.o:glue.c:(.text+0x60): undefined reference to `insert_cpred' CMakeFiles/prism_up_cygwin.dir/core/glue.c.o:glue.c:(.text+0x60): relocation...

1. /src/c/makefiles/Makefile_lapack.files の UP_OBJS と /src/c/up/Makefile_lapack.files の OBJS に差異が有る。 2. /src/c/up/Makefile_lapack.files の OBJS で、 /src/c/up 内に存在していないファイルが指定されている。(feature.$(O)) 3. /src/c/up/Makefile_lapack.files の OBJS で、ファイル名の誤字と思われるものが有る。(crfviterbi.$(O)) 4. /src/c/up/Makefile_lapack.files の OBJS で指定されているが、/src/c/up/Makefile_lapack.files の下端で make rule が指定されていないファイルが複数有る。