kou commented on issue #39918: URL: https://github.com/apache/arrow/issues/39918#issuecomment-1925582287
Could you show all link error messages? > ```text > -larrow -larrow_bundled_dependencies -lparquet > ``` It should be atleast `-lparquet -larrow -larrow_bundled_dependencies`. In general, you don't need to specify each `-l` by yourself. For example, you can use `pkg-config`: `/usr/lib64/ccache/g++ -o build/linux/x86_64/debug/main build/.objs/main/linux/x86_64/debug/src/main.cpp.o -m64 $(PKG_CONFIG_PATH=/tmp/test-pq/build/.packages/a/apache-arrow/latest/4e0143c97b65425b855ad5fd03038b6a/lib/pkgconfig pkg-config --cflags --libs parquet)` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
