Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 80773 invoked from network); 11 Jul 2007 13:02:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2007 13:02:19 -0000 Received: (qmail 12954 invoked by uid 500); 11 Jul 2007 13:02:20 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 12916 invoked by uid 500); 11 Jul 2007 13:02:20 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 12905 invoked by uid 99); 11 Jul 2007 13:02:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2007 06:02:20 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [65.99.219.155] (HELO haxent.com) (65.99.219.155) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2007 06:02:15 -0700 Received: from karmic-2.local (unknown [201.21.180.98]) by haxent.com (Postfix) with ESMTP id 205713085A for ; Wed, 11 Jul 2007 10:01:53 -0300 (BRT) Message-ID: <4694D4BC.2050305@haxent.com.br> Date: Wed, 11 Jul 2007 10:01:48 -0300 From: Davi Arnaut MIME-Version: 1.0 To: dev@apr.apache.org Subject: Re: atomics on PPC Linux. References: <4694CD13.1060703@gmail.com> In-Reply-To: <4694CD13.1060703@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org jean-frederic clere wrote: > Hi, > > I have tried to compile on PPC Linux and I have the following error: > +++ > /bin/sh /home/jclere/apr-trunk/libtool --silent --mode=compile gcc -g > -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE > -D_LARGEFILE64_SOURCE > -I./include -I/home/jclere/apr-trunk/include/arch/unix > -I./include/arch/unix - > I/home/jclere/apr-trunk/include -o atomic/unix/ppc.lo -c > atomic/unix/ppc.c && t > ouch atomic/unix/ppc.lo > atomic/unix/ppc.c: In function `apr_atomic_xchgptr': > atomic/unix/ppc.c:189: error: `PPC_SYNC' undeclared (first use in this > function) > atomic/unix/ppc.c:189: error: (Each undeclared identifier is reported > only once > atomic/unix/ppc.c:189: error: for each function it appears in.) > atomic/unix/ppc.c:189: error: syntax error before string constant > make[1]: *** [atomic/unix/ppc.lo] Error 1 > +++ > > Any hints? Is someone working on it? > Sorry, that was a subtle mis-merge on my part. Fixed now. -- Davi Arnaut