confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
293 stars 3.15k forks source link

compile issue with "Use STATIC_LIB_libzstd=/path/to/libzstd.a " #4819

Open chengmo03013106 opened 3 months ago

chengmo03013106 commented 3 months ago

When I ran ./configure --prefix=dist/ --disable-shared --enable-static --enable-strip --CPPFLAGS=-fPIC STATIC_LIB_libzstd=/usr/lib64/libzstd.a and got this "Unknown option STATIC_LIB_libzstd=/usr/lib64/libzstd.a"

How the currect command line would be ? Could give some more example of various case in README It should be much more accessiable for newbie like me.