zfp icon indicating copy to clipboard operation
zfp copied to clipboard

missing link file

Open qingyiyi opened this issue 2 years ago • 0 comments

Excuse me, I installed it under the ubuntu system according to the documentation, but there are only .so files and no .a files in my lib folder, which shows that all my functions are undefined, what is the problem

qingyiyi avatar Aug 10 '22 03:08 qingyiyi

By default zfp will build with shared libraries enabled on CMake. If this is with CMake (I'm assuming it is since you mentioned installing) then you will want to set -DBUILD_SHARED_LIBS=OFF to ensure a static library is generated.

GarrettDMorrison avatar Aug 10 '22 22:08 GarrettDMorrison

thank you very much!

qingyiyi avatar Aug 11 '22 02:08 qingyiyi