You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2019/08/22 08:48:00 UTC

[jira] [Created] (ARROW-6320) [C++] Arrow utilities are linked statically

Antoine Pitrou created ARROW-6320:
-------------------------------------

             Summary: [C++] Arrow utilities are linked statically
                 Key: ARROW-6320
                 URL: https://issues.apache.org/jira/browse/ARROW-6320
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++, Developer Tools
            Reporter: Antoine Pitrou


Even though other executables are linked dynamically with {{libarrow}} and friends, the arrow utilities are linked statically on Linux:

{code}
$ ldd build-test/debug/arrow-stream-to-file 
	linux-vdso.so.1 (0x00007ffe353a8000)
	libboost_filesystem.so.1.67.0 => /home/antoine/miniconda3/envs/pyarrow/lib/libboost_filesystem.so.1.67.0 (0x00007f7baf7a1000)
	libboost_system.so.1.67.0 => /home/antoine/miniconda3/envs/pyarrow/lib/libboost_system.so.1.67.0 (0x00007f7baf59c000)
	libstdc++.so.6 => /home/antoine/miniconda3/envs/pyarrow/lib/libstdc++.so.6 (0x00007f7bb0522000)
	libgcc_s.so.1 => /home/antoine/miniconda3/envs/pyarrow/lib/libgcc_s.so.1 (0x00007f7bb050e000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f7baf37d000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7baef8c000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f7bb0471000)
	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f7baed84000)
	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f7bae9e6000)
{code}




--
This message was sent by Atlassian Jira
(v8.3.2#803003)