tdhock commented on issue #35577: URL: https://github.com/apache/arrow/issues/35577#issuecomment-1554597418
Above I was installing under my home directory, and linking to thrift from a conda env, ``` installing to /home/tdhock/lib/R/library/00LOCK-r/00new/arrow/libs ,,, g++ -shared ... -L/home/tdhock/.local/share/r-miniconda/envs/arrow/lib -Wl,-rpath=/home/tdhock/.local/share/r-miniconda/envs/arrow/lib ... ``` It is strange that this works for the other links, `-larrow_acero -larrow_dataset -lparquet -larrow` is included in the linker line by default, but `-lthrift` is missing. I expected that either all the required `-l` flags should be present, or none. (and user should not have to set `LD_LIBRARY_PATH`, that is highly unusually when installing R packages) -- 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]
