Thanks to Mike and Jean for your tip, I have built the java client now.

But I still have some difficulties building third parties which I bypassed
before building java client, especially when build_llvm:

-- Looking for __atomic_fetch_add_4 in atomic
-- Looking for __atomic_fetch_add_4 in atomic - not found
CMake Error at cmake/modules/CheckAtomic.cmake:36 (message):
  Host compiler appears to require libatomic, but cannot find it.
Call Stack (most recent call first):
  cmake/config-ix.cmake:291 (include)
  CMakeLists.txt:360 (include)

-- Configuring incomplete, errors occurred!

I am using the 0.7.0 kudu release source tarball, and my platform is CentOS
6.6

$  gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla
--enable-bootstrap --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-gnu-unique-object
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada
--enable-java-awt=gtk --disable-dssi
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre
--enable-libgcj-multifile --enable-java-maintainer-mode
--with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib
--with-ppl --with-cloog --with-tune=generic --with-arch_32=i686
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)

$ ls /usr/lib64/libatomic* -hla

lrwxrwxrwx 1 root root  18 Mar  1 21:21 */usr/lib64/libatomic.so.1* ->
*libatomic.so.1.1.0*

-rwxr-xr-x 1 root root 24K Jul 24  2015 */usr/lib64/libatomic.so.1.1.0*



I googled around for a while but did not find any solutions. Any ideas?

Reply via email to