I just tried `--preset ninja-debug-basic`, same error.

When trying with `--preset ninja-debug-maximal`,

https://anaconda.org/search?q=librados

Does it work with clang build? If so, which version of clang? If not, which
version of GCC should I use?

I tried the 6.0.1 and 7.0.0 release.

On Sun, Feb 20, 2022 at 12:24 PM Chak-Pong Chung <chakpongch...@gmail.com>
wrote:

> I am trying to create a debug build for arrow  and gandiva to be used in
> c++, possibly in python as well.
>
> Using the following step
>
> cd $ARROW_SOURCE_DIR
> cd cpp
>
> rm -rf build
> mkdir build
> cd build/
>
> cmake .. \
> -DBUILD_WARNING_LEVEL=PRODUCTION \
> --preset ninja-debug-gandiva
> cmake --build . -j 14
>
> shows an error:
> ```
> /usr/bin/ld: cannot find /lib64/libpthread.so.0
> /usr/bin/ld: cannot find /usr/lib64/libpthread_nonshared.a
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> ```
>
> I am doing it inside a conda environment with :
>
> ```
>
> # mamba install -c conda-forge gmock
> # mamba install -c conda-forge gtest
> # mamba install -c conda-forge google-cloud-cpp
>
> ```
> Any idea?
> --
> Regards,
> Chak-Pong
>


-- 
Regards,
Chak-Pong

Reply via email to