Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 314B4CBA3 for ; Tue, 2 Jul 2013 14:33:15 +0000 (UTC) Received: (qmail 35245 invoked by uid 500); 2 Jul 2013 14:33:14 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 35011 invoked by uid 500); 2 Jul 2013 14:33:12 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 34992 invoked by uid 99); 2 Jul 2013 14:33:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 14:33:11 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: encountered temporary error during SPF processing of domain of kt2lau@gmail.com) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 14:33:05 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Uu1cd-00011S-GC for users@activemq.apache.org; Tue, 02 Jul 2013 07:31:59 -0700 Date: Tue, 2 Jul 2013 07:31:44 -0700 (PDT) From: kururuKT To: users@activemq.apache.org Message-ID: <1372775504481-4668796.post@n4.nabble.com> In-Reply-To: <51D1869D.1090400@gmail.com> References: <1372101349102-4668533.post@n4.nabble.com> <1372199587141-4668584.post@n4.nabble.com> <1372269820759-4668608.post@n4.nabble.com> <51CB2E68.9010709@centrum.cz> <1372274580588-4668610.post@n4.nabble.com> <51D1869D.1090400@gmail.com> Subject: Re: Compiling issue with ActiveMQ-CPP on armv7l MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks all, cross-compile completed without those examples After calling make install, the compiler will install the new library then crash during the example section. Compile my program with the new libraries, things works out fine, with no apr-util dependency. Happy. Next I'll work on openssl etc. ============================== Cross-compiled: apr $ ./configure --prefix=/usr/arm-linux-gnueabi/apr --host=arm-linux-gnueabi ac_cv_file__dev_zero=no ac_cv_func_setpgrp_void=no apr_cv_tcp_nodelay_with_cork=no cross_compiling=yes apr_cv_process_shared_works=no ac_cv_sizeof_struct_iovec=1 activemq-cpp-library-3.7.0 ./configure --prefix=/usr/arm-linux-gnueabi/activemq --host=arm-linux-gnueabi -with-apr=/usr/arm-linux-gnueabi/apr -disable-ssl -- View this message in context: http://activemq.2283324.n4.nabble.com/Compiling-issue-with-ActiveMQ-CPP-on-armv7l-tp4668533p4668796.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.