You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/09/03 02:12:37 UTC

[GitHub] [zookeeper] phunt commented on issue #993: ZOOKEEPER-3436 Enhance Mavenized Make C client

phunt commented on issue #993: ZOOKEEPER-3436 Enhance Mavenized Make C client
URL: https://github.com/apache/zookeeper/pull/993#issuecomment-527277358
 
 
   Afraid I'm still seeing the same issue with mvn while ant works fine, this is mvn:
   
        [exec] libtool: link: gcc -dynamiclib  -o .libs/libzookeeper_st.2.dylib   -Wl,-force_load,./.libs/libzkst.a -Wl,-force_load,./.libs/libhashtable.a  -lm -lgcov  -fprofile-arcs -g -O2   -install_name  /Users/phunt/dev/zookeeper-trunk/zookeeper-client/zookeeper-client-c/target/c/lib/libzookeeper_st.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module -Wl,-exported_symbols_list,.libs/libzookeeper_st-symbols.expsym
        [exec] ld: library not found for -lgcov
        [exec] clang: error: linker command failed with exit code 1 (use -v to see invocation)
        [exec] make: *** [libzookeeper_st.la] Error 1
   
   I did a "git clean -xdf" but that had/has no effect.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services