I cannot install zookeeper3.4.5 on my computer! Could you help me to solve
the problem?
The basic enviornmet:Linux version 2.6.32-220.el6.ppc64 (
[email protected]) (gcc version 4.4.5 20110214 (Red
Hat 4.4.5-6) (GCC) ) #1 SMP Wed Nov 9 08:02:37 EST 2011
My installing step:
1, ant compile_jute (log is in file_1.txt)
2, cd src/c ./configure (log is in file_2.txt)
3, make there came the error(log is in file_3.txt)
[sjtupower@ibm02 zookeeper-3.4.5]$ ant compile_jute
Buildfile: /gpfs/ibmu/sjtupower/rawdep/zookeeper-3.4.5/build.xml

init:
    [mkdir] Created dir: 
/gpfs/ibmu/sjtupower/rawdep/zookeeper-3.4.5/build/classes
    [mkdir] Created dir: /gpfs/ibmu/sjtupower/rawdep/zookeeper-3.4.5/build/lib
    [mkdir] Created dir: 
/gpfs/ibmu/sjtupower/rawdep/zookeeper-3.4.5/build/package/lib
    [mkdir] Created dir: 
/gpfs/ibmu/sjtupower/rawdep/zookeeper-3.4.5/build/test/lib

jute:
    [javac] Compiling 39 source files to 
/gpfs/ibmu/sjtupower/rawdep/zookeeper-3.4.5/build/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.5
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

compile_jute_uptodate:

compile_jute:

BUILD SUCCESSFUL
Total time: 3 seconds

[sjtupower@ibm02 zookeeper-3.4.5]$ cd src/c
[sjtupower@ibm02 c]$ ./configure --disable-shared
checking for doxygen... no
checking for perl... /usr/bin/perl
checking for dot... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for cppunit-config... no
checking for Cppunit - version >= 1.10.2... no
checking for generated/zookeeper.jute.c... yes
checking for generated/zookeeper.jute.h... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking build system type... powerpc64-unknown-linux-gnu
checking host system type... powerpc64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... pass_all
./configure: line 6513: /usr/bin/file: No such file or directory
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 262144
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... ./configure: line 10515: 
/usr/bin/file: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... ./configure: line 14495: 
/usr/bin/file: No such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pthread_mutex_lock in -lpthread... yes
configure: building with SyncAPI support
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking for nfds_t... yes
checking whether to enable ipv6... yes
checking for getcwd... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for getlogin... yes
checking for getpwuid_r... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for memmove... yes
checking for memset... yes
checking for poll... yes
checking for socket... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strtol... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
[sjtupower@ibm02 c]$ make
make  all-am
make[1]: Entering directory `/gpfs/ibmu/sjtupower/rawdep/zookeeper-3.4.5/src/c'
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT 
zookeeper.lo -MD -MP -MF ".deps/zookeeper.Tpo" -c -o zookeeper.lo `test -f 
'src/zookeeper.c' || echo './'`src/zookeeper.c; \
        then mv -f ".deps/zookeeper.Tpo" ".deps/zookeeper.Plo"; else rm -f 
".deps/zookeeper.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -Wall 
-Werror -g -O2 -D_GNU_SOURCE -MT zookeeper.lo -MD -MP -MF .deps/zookeeper.Tpo 
-c src/zookeeper.c -o zookeeper.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT 
recordio.lo -MD -MP -MF ".deps/recordio.Tpo" -c -o recordio.lo `test -f 
'src/recordio.c' || echo './'`src/recordio.c; \
        then mv -f ".deps/recordio.Tpo" ".deps/recordio.Plo"; else rm -f 
".deps/recordio.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -Wall 
-Werror -g -O2 -D_GNU_SOURCE -MT recordio.lo -MD -MP -MF .deps/recordio.Tpo -c 
src/recordio.c -o recordio.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT 
zookeeper.jute.lo -MD -MP -MF ".deps/zookeeper.jute.Tpo" -c -o 
zookeeper.jute.lo `test -f 'generated/zookeeper.jute.c' || echo 
'./'`generated/zookeeper.jute.c; \
        then mv -f ".deps/zookeeper.jute.Tpo" ".deps/zookeeper.jute.Plo"; else 
rm -f ".deps/zookeeper.jute.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -Wall 
-Werror -g -O2 -D_GNU_SOURCE -MT zookeeper.jute.lo -MD -MP -MF 
.deps/zookeeper.jute.Tpo -c generated/zookeeper.jute.c -o zookeeper.jute.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT 
zk_log.lo -MD -MP -MF ".deps/zk_log.Tpo" -c -o zk_log.lo `test -f 
'src/zk_log.c' || echo './'`src/zk_log.c; \
        then mv -f ".deps/zk_log.Tpo" ".deps/zk_log.Plo"; else rm -f 
".deps/zk_log.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -Wall 
-Werror -g -O2 -D_GNU_SOURCE -MT zk_log.lo -MD -MP -MF .deps/zk_log.Tpo -c 
src/zk_log.c -o zk_log.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT 
zk_hashtable.lo -MD -MP -MF ".deps/zk_hashtable.Tpo" -c -o zk_hashtable.lo 
`test -f 'src/zk_hashtable.c' || echo './'`src/zk_hashtable.c; \
        then mv -f ".deps/zk_hashtable.Tpo" ".deps/zk_hashtable.Plo"; else rm 
-f ".deps/zk_hashtable.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -Wall 
-Werror -g -O2 -D_GNU_SOURCE -MT zk_hashtable.lo -MD -MP -MF 
.deps/zk_hashtable.Tpo -c src/zk_hashtable.c -o zk_hashtable.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT 
st_adaptor.lo -MD -MP -MF ".deps/st_adaptor.Tpo" -c -o st_adaptor.lo `test -f 
'src/st_adaptor.c' || echo './'`src/st_adaptor.c; \
        then mv -f ".deps/st_adaptor.Tpo" ".deps/st_adaptor.Plo"; else rm -f 
".deps/st_adaptor.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -Wall 
-Werror -g -O2 -D_GNU_SOURCE -MT st_adaptor.lo -MD -MP -MF .deps/st_adaptor.Tpo 
-c src/st_adaptor.c -o st_adaptor.o
/bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Werror  -g -O2 -D_GNU_SOURCE  
 -o libzkst.la   zookeeper.lo recordio.lo zookeeper.jute.lo zk_log.lo 
zk_hashtable.lo st_adaptor.lo -lm 
mkdir .libs
ar cru .libs/libzkst.a  zookeeper.o recordio.o zookeeper.jute.o zk_log.o 
zk_hashtable.o st_adaptor.o
ranlib .libs/libzkst.a
creating libzkst.la
(cd .libs && rm -f libzkst.la && ln -s ../libzkst.la libzkst.la)
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT 
hashtable_itr.lo -MD -MP -MF ".deps/hashtable_itr.Tpo" -c -o hashtable_itr.lo 
`test -f 'src/hashtable/hashtable_itr.c' || echo 
'./'`src/hashtable/hashtable_itr.c; \
        then mv -f ".deps/hashtable_itr.Tpo" ".deps/hashtable_itr.Plo"; else rm 
-f ".deps/hashtable_itr.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -Wall 
-Werror -g -O2 -D_GNU_SOURCE -MT hashtable_itr.lo -MD -MP -MF 
.deps/hashtable_itr.Tpo -c src/hashtable/hashtable_itr.c -o hashtable_itr.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -Wall -Werror  -g -O2 -D_GNU_SOURCE -MT 
hashtable.lo -MD -MP -MF ".deps/hashtable.Tpo" -c -o hashtable.lo `test -f 
'src/hashtable/hashtable.c' || echo './'`src/hashtable/hashtable.c; \
        then mv -f ".deps/hashtable.Tpo" ".deps/hashtable.Plo"; else rm -f 
".deps/hashtable.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -Wall 
-Werror -g -O2 -D_GNU_SOURCE -MT hashtable.lo -MD -MP -MF .deps/hashtable.Tpo 
-c src/hashtable/hashtable.c -o hashtable.o
/bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Werror  -g -O2 -D_GNU_SOURCE  
 -o libhashtable.la   hashtable_itr.lo hashtable.lo  
ar cru .libs/libhashtable.a  hashtable_itr.o hashtable.o
ranlib .libs/libhashtable.a
creating libhashtable.la
(cd .libs && rm -f libhashtable.la && ln -s ../libhashtable.la libhashtable.la)
/bin/sh ./libtool --tag=CC --mode=link gcc -Wall -Werror  -g -O2 -D_GNU_SOURCE  
 -o libzookeeper_st.la -rpath /usr/local/lib -no-undefined -version-info 2 
-export-symbols-regex 
'(zoo_|zookeeper_|zhandle|Z|format_log_message|log_message|logLevel|deallocate_|zerror|is_unrecoverable)'
  libzkst.la libhashtable.la 
rm -fr .libs/libzookeeper_st.lax
mkdir .libs/libzookeeper_st.lax
rm -fr .libs/libzookeeper_st.lax/libzkst.a
mkdir .libs/libzookeeper_st.lax/libzkst.a
(cd .libs/libzookeeper_st.lax/libzkst.a && ar x 
/gpfs/usr/u/sjtupower/rawdep/zookeeper-3.4.5/src/c/./.libs/libzkst.a)
rm -fr .libs/libzookeeper_st.lax/libhashtable.a
mkdir .libs/libzookeeper_st.lax/libhashtable.a
(cd .libs/libzookeeper_st.lax/libhashtable.a && ar x 
/gpfs/usr/u/sjtupower/rawdep/zookeeper-3.4.5/src/c/./.libs/libhashtable.a)
ar cru .libs/libzookeeper_st.a   
.libs/libzookeeper_st.lax/libzkst.a/zookeeper.jute.o 
.libs/libzookeeper_st.lax/libzkst.a/zk_hashtable.o 
.libs/libzookeeper_st.lax/libzkst.a/zookeeper.o 
.libs/libzookeeper_st.lax/libzkst.a/st_adaptor.o 
.libs/libzookeeper_st.lax/libzkst.a/recordio.o 
.libs/libzookeeper_st.lax/libzkst.a/zk_log.o  
.libs/libzookeeper_st.lax/libhashtable.a/hashtable_itr.o 
.libs/libzookeeper_st.lax/libhashtable.a/hashtable.o 
ranlib .libs/libzookeeper_st.a
rm -fr .libs/libzookeeper_st.lax
creating libzookeeper_st.la
(cd .libs && rm -f libzookeeper_st.la && ln -s ../libzookeeper_st.la 
libzookeeper_st.la)
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -DTHREADED -g -O2 -D_GNU_SOURCE -MT 
libzkmt_la-zookeeper.lo -MD -MP -MF ".deps/libzkmt_la-zookeeper.Tpo" -c -o 
libzkmt_la-zookeeper.lo `test -f 'src/zookeeper.c' || echo 
'./'`src/zookeeper.c; \
        then mv -f ".deps/libzkmt_la-zookeeper.Tpo" 
".deps/libzkmt_la-zookeeper.Plo"; else rm -f ".deps/libzkmt_la-zookeeper.Tpo"; 
exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -DTHREADED 
-g -O2 -D_GNU_SOURCE -MT libzkmt_la-zookeeper.lo -MD -MP -MF 
.deps/libzkmt_la-zookeeper.Tpo -c src/zookeeper.c -o libzkmt_la-zookeeper.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -DTHREADED -g -O2 -D_GNU_SOURCE -MT 
libzkmt_la-recordio.lo -MD -MP -MF ".deps/libzkmt_la-recordio.Tpo" -c -o 
libzkmt_la-recordio.lo `test -f 'src/recordio.c' || echo './'`src/recordio.c; \
        then mv -f ".deps/libzkmt_la-recordio.Tpo" 
".deps/libzkmt_la-recordio.Plo"; else rm -f ".deps/libzkmt_la-recordio.Tpo"; 
exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -DTHREADED 
-g -O2 -D_GNU_SOURCE -MT libzkmt_la-recordio.lo -MD -MP -MF 
.deps/libzkmt_la-recordio.Tpo -c src/recordio.c -o libzkmt_la-recordio.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -DTHREADED -g -O2 -D_GNU_SOURCE -MT 
libzkmt_la-zookeeper.jute.lo -MD -MP -MF ".deps/libzkmt_la-zookeeper.jute.Tpo" 
-c -o libzkmt_la-zookeeper.jute.lo `test -f 'generated/zookeeper.jute.c' || 
echo './'`generated/zookeeper.jute.c; \
        then mv -f ".deps/libzkmt_la-zookeeper.jute.Tpo" 
".deps/libzkmt_la-zookeeper.jute.Plo"; else rm -f 
".deps/libzkmt_la-zookeeper.jute.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -DTHREADED 
-g -O2 -D_GNU_SOURCE -MT libzkmt_la-zookeeper.jute.lo -MD -MP -MF 
.deps/libzkmt_la-zookeeper.jute.Tpo -c generated/zookeeper.jute.c -o 
libzkmt_la-zookeeper.jute.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -DTHREADED -g -O2 -D_GNU_SOURCE -MT 
libzkmt_la-zk_log.lo -MD -MP -MF ".deps/libzkmt_la-zk_log.Tpo" -c -o 
libzkmt_la-zk_log.lo `test -f 'src/zk_log.c' || echo './'`src/zk_log.c; \
        then mv -f ".deps/libzkmt_la-zk_log.Tpo" ".deps/libzkmt_la-zk_log.Plo"; 
else rm -f ".deps/libzkmt_la-zk_log.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -DTHREADED 
-g -O2 -D_GNU_SOURCE -MT libzkmt_la-zk_log.lo -MD -MP -MF 
.deps/libzkmt_la-zk_log.Tpo -c src/zk_log.c -o libzkmt_la-zk_log.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -DTHREADED -g -O2 -D_GNU_SOURCE -MT 
libzkmt_la-zk_hashtable.lo -MD -MP -MF ".deps/libzkmt_la-zk_hashtable.Tpo" -c 
-o libzkmt_la-zk_hashtable.lo `test -f 'src/zk_hashtable.c' || echo 
'./'`src/zk_hashtable.c; \
        then mv -f ".deps/libzkmt_la-zk_hashtable.Tpo" 
".deps/libzkmt_la-zk_hashtable.Plo"; else rm -f 
".deps/libzkmt_la-zk_hashtable.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -DTHREADED 
-g -O2 -D_GNU_SOURCE -MT libzkmt_la-zk_hashtable.lo -MD -MP -MF 
.deps/libzkmt_la-zk_hashtable.Tpo -c src/zk_hashtable.c -o 
libzkmt_la-zk_hashtable.o
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-I./include -I./tests -I./generated  -DTHREADED -g -O2 -D_GNU_SOURCE -MT 
libzkmt_la-mt_adaptor.lo -MD -MP -MF ".deps/libzkmt_la-mt_adaptor.Tpo" -c -o 
libzkmt_la-mt_adaptor.lo `test -f 'src/mt_adaptor.c' || echo 
'./'`src/mt_adaptor.c; \
        then mv -f ".deps/libzkmt_la-mt_adaptor.Tpo" 
".deps/libzkmt_la-mt_adaptor.Plo"; else rm -f 
".deps/libzkmt_la-mt_adaptor.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -I./tests -I./generated -DTHREADED 
-g -O2 -D_GNU_SOURCE -MT libzkmt_la-mt_adaptor.lo -MD -MP -MF 
.deps/libzkmt_la-mt_adaptor.Tpo -c src/mt_adaptor.c -o libzkmt_la-mt_adaptor.o
/tmp/ccyJ6new.s: Assembler messages:
/tmp/ccyJ6new.s:67: Error: Unrecognized opcode: `lock'
/tmp/ccyJ6new.s:102: Error: Unrecognized opcode: `lock'
/tmp/ccyJ6new.s:431: Error: Unrecognized opcode: `lock'
/tmp/ccyJ6new.s:464: Error: Unrecognized opcode: `lock'
make[1]: *** [libzkmt_la-mt_adaptor.lo] Error 1
make[1]: Leaving directory `/gpfs/ibmu/sjtupower/rawdep/zookeeper-3.4.5/src/c'
make: *** [all] Error 2

Reply via email to