W dniu 31.08.2017 o 02:43, Andrzej pisze:
I try
I changed library "event" to be dynamic.
Two problems:
buck build //core:core - nothing to build
buck build //core:hbNativeLib - give me
|=> //core:hbNativeLib#binary... 6.8s (running c++ link[1.0s])
/usr/bin/ld: warning: libif_if.so, needed by
/usr/src/hbase/hbase-native-client/buck-out/gen/core/core#default,shared/libcore_core.so,
not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libutils_utils.so, needed by
/usr/src/hbase/hbase-native-client/buck-out/gen/core/core#default,shared/libcore_core.so,
not found (try using -rpath or -rpath-link)
....
libif_if.so exists in buck-out/gen/if/if#default,shared - 33 MB
libutils_utils.so - buck-out/gen/utils/utils#default,shared/ - 1.1 MB
But if is posssible, I want only ultimate hbNativeLib be shared, not
libif_if,libutils_utils