Return-Path: X-Original-To: apmail-apr-bugs-archive@www.apache.org Delivered-To: apmail-apr-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EB7E6DB5A for ; Wed, 20 Jun 2012 10:45:07 +0000 (UTC) Received: (qmail 68533 invoked by uid 500); 20 Jun 2012 10:45:07 -0000 Delivered-To: apmail-apr-bugs-archive@apr.apache.org Received: (qmail 68473 invoked by uid 500); 20 Jun 2012 10:45:06 -0000 Mailing-List: contact bugs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apr.apache.org Delivered-To: mailing list bugs@apr.apache.org Received: (qmail 68445 invoked by uid 99); 20 Jun 2012 10:45:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 10:45:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 10:45:04 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 21CB555B6; Wed, 20 Jun 2012 10:44:44 +0000 (UTC) From: bugzilla@apache.org To: bugs@apr.apache.org Subject: [Bug 50146] cross compiling apr error: redefinition of 'struct iovec' Date: Wed, 20 Jun 2012 10:44:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: APR X-Bugzilla-Component: APR X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: kirsche40@gmx.de X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@apr.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=50146 --- Comment #5 from kirsche40@gmx.de --- New information. I am through apr and aprutils compilation. I used following files for build: ============= APR ============= #!/bin/sh export PATH=/opt/eldk/usr/bin:/opt/eldk/bin:$PATH export ARCH=powerpc export CROSS_COMPILE=ppc_82xx- export CC=ppc_82xx-gcc export LD=ppc_82xx-ld export CXX=ppc_82xx-g++ export AR=ppc_82xx-ar export CPP=ppc_82xx-cpp export STRIP=ppc_82xx-strip ./configure \ --host=ppc-linux \ --target=ppc-linux \ --prefix=/opt/eldk/ppc_82xx/usr \ --build=i686-cross-linux-gnu \ --disable-libtool-lock \ --disable-lfs \ --disable-dso \ --disable-ipv6 \ --with-gnu-ld \ 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 ============= APR Utils ============= #!/bin/sh export PATH=/opt/eldk/usr/bin:/opt/eldk/bin:$PATH export ARCH=powerpc export CROSS_COMPILE=ppc_82xx- export CC=ppc_82xx-gcc export LD=ppc_82xx-ld export CXX=ppc_82xx-g++ export AR=ppc_82xx-ar export CPP=ppc_82xx-cpp export STRIP=ppc_82xx-strip ./configure \ --host=ppc-linux \ --target=ppc-linux \ --prefix=/opt/eldk/ppc_82xx/usr \ --build=i686-cross-linux-gnu \ --disable-util-dso \ --with-apr=/opt/eldk/ppc_82xx/usr -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org For additional commands, e-mail: bugs-help@apr.apache.org