From users-return-18155-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Thu Jan 18 15:54:23 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 8C6EC180654 for ; Thu, 18 Jan 2018 15:54:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7C5CF160C48; Thu, 18 Jan 2018 14:54:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C1BDD160C2B for ; Thu, 18 Jan 2018 15:54:22 +0100 (CET) Received: (qmail 51520 invoked by uid 500); 18 Jan 2018 14:54:21 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 51508 invoked by uid 99); 18 Jan 2018 14:54:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jan 2018 14:54:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 040281A725C for ; Thu, 18 Jan 2018 14:54:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.232 X-Spam-Level: ** X-Spam-Status: No, score=2.232 tagged_above=-999 required=6.31 tests=[SPF_FAIL=0.919, SPF_HELO_PASS=-0.001, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RNbassag2a8N for ; Thu, 18 Jan 2018 14:54:19 +0000 (UTC) Received: from n2.nabble.com (n2.nabble.com [162.253.133.85]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id CDC2B5F3DF for ; Thu, 18 Jan 2018 14:54:18 +0000 (UTC) Received: from static.162.253.133.85.macminivault.com (localhost [127.0.0.1]) by n2.nabble.com (Postfix) with ESMTP id 066F32F593AD for ; Thu, 18 Jan 2018 07:54:12 -0700 (MST) Date: Thu, 18 Jan 2018 07:54:12 -0700 (MST) From: nandanone To: users@qpid.apache.org Message-ID: <1516287252024-0.post@n2.nabble.com> Subject: Issue building qpid-proton on Fedora MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Following the instructions to build the qpid-proton language bindings for Python ( http://qpid.apache.org/proton/ and follow the link for Installing Qpid Proton), I get the following error. make install [ 1%] Built target generated_c_files [ 13%] Built target qpid-proton-core [ 31%] Built target qpid-proton [ 32%] Built target qpid-proton-proactor [ 33%] Built target msgr-send [ 34%] Built target msgr-recv [ 36%] Built target reactor-recv [ 37%] Built target reactor-send [ 38%] Linking CXX shared library libqpid-proton-cpp.so CMakeFiles/qpid-proton-cpp.dir/src/proactor_container_impl.cpp.o: In function `std::thread::thread(void (proton::container::impl::*&&)(), proton::container::impl*&&)': /usr/include/c++/7/thread:126: undefined reference to `pthread_create' collect2: error: ld returned 1 exit status make[2]: *** [proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/build.make:1397: proton-c/bindings/cpp/libqpid-proton-cpp.so.11.1.0] Error 1 make[1]: *** [CMakeFiles/Makefile2:1886: proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 Anyone run into this? On Fedora 26. Looks like the compiler needs a -pthread option. Not sure where to specify. Any help or pointers greatly appreciated. Regards, Nandan Joshi -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org