>>648
いや、本体のmakeが通らないんだ。

$ make
g++ -Wl,-s -I../../ini/Tools/tsidmove -std=c++17 -pedantic-errors -Os -o tsidmove-edcb ../../Common/ParseTextInstances.cpp ../../Common/PathUtil.cpp ../../Common/StringUtil.cpp ../../Common/TimeUtil.cpp ../../ini/Tools/tsidmove/tsidmove.cpp
../../Common/PathUtil.cpp: In function ‘FILE* UtilOpenFile(const wstring&, int, int*)’:
../../Common/PathUtil.cpp:334:15: warning: ignoring return value of ‘int ftruncate(int, __off64_t)’, declared with attribute warn_unused_result [-Wunused-result]
334 | ftruncate(fd, 0);
| ~~~~~~~~~^~~~~~~
/usr/bin/ld: /tmp/ccpkrNUt.o: in function `UtilLoadLibrary(std::__cxx11::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)':
PathUtil.cpp:(.text+0x803): undefined reference to `dlopen'
/usr/bin/ld: /tmp/ccpkrNUt.o: in function `GetModulePath(void*)':
PathUtil.cpp:(.text+0x137a): undefined reference to `dladdr'
/usr/bin/ld: /tmp/ccpkrNUt.o: in function `UtilFreeLibrary(void*)':
PathUtil.cpp:(.text+0x852): undefined reference to `dlclose'
/usr/bin/ld: /tmp/ccpkrNUt.o: in function `UtilGetProcAddress(void*, char const*)':
PathUtil.cpp:(.text+0x860): undefined reference to `dlsym'
collect2: error: ld returned 1 exit status
make: *** [Makefile:29: tsidmove-edcb] エラー 1