After make, the library libhdfs3.so was generated normally with no error.
However, the output of "ldd -r libhdfs3.so" show that:
# ldd -r src/libhdfs3.so
linux-vdso.so.1 (0x00007fff75ed1000)
...
libpcre2-8.so.0 => /lib64/libpcre2-8.so.0 (0x00007ffa63c86000)
undefined symbol: crc_pcl (src/libhdfs3.so)
It seems that the crc_iscsi_v_pcl.asm is not be compiled.
After make, the library libhdfs3.so was generated normally with no error. However, the output of "ldd -r libhdfs3.so" show that: # ldd -r src/libhdfs3.so
linux-vdso.so.1 (0x00007fff75ed1000)
... libpcre2-8.so.0 => /lib64/libpcre2-8.so.0 (0x00007ffa63c86000) undefined symbol: crc_pcl (src/libhdfs3.so)
It seems that the crc_iscsi_v_pcl.asm is not be compiled.
Any suggestion? thanks in advance.