Closed yuyalun-allen closed 1 month ago
thank you for reporting this issue. It seems on your system the compilation with the static libasan does not work. To work-around this you can use an alternative option in cmake to disable static linking with libasan:
cmake -DPCM_NO_STATIC_LIBASAN=ON ..
cmake --build .
Additionally, I have just pushed a change into the master branch to detect arch Linux and apply this option automatically. Please check it out.
It works! Thanks for your help.
Hello developers, I'm trying to build and use pcm on my pc with arch linux and intel core 13490f. But I encountered some issues.
I followed the instructions to clone and build, but when excuting
cmake --build .
ld
complained that could not find-lasan
. Here is the output:However, I double checked there is indeed libasan.so on my computer, like this:
how to fix this?