Return-Path: Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: (qmail 3018 invoked from network); 8 Mar 2010 10:54:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Mar 2010 10:54:13 -0000 Received: (qmail 55997 invoked by uid 500); 8 Mar 2010 10:53:50 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 55833 invoked by uid 500); 8 Mar 2010 10:53:48 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 55824 invoked by uid 99); 8 Mar 2010 10:53:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 10:53:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 10:53:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25BF0234C052 for ; Mon, 8 Mar 2010 10:53:27 +0000 (UTC) Message-ID: <1542984645.133311268045607139.JavaMail.jira@brutus.apache.org> Date: Mon, 8 Mar 2010 10:53:27 +0000 (UTC) From: =?utf-8?Q?Olivier_Mengu=C3=A9_=28JIRA=29?= To: c-dev@axis.apache.org Subject: [jira] Reopened: (AXIS2C-1429) Makefile.am: -pthread not supported on AIX (Visual Age C++) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2C-1429?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Mengu=C3=A9 reopened AXIS2C-1429: ------------------------------------ Shankar said the -lpthread should be in util/src/Makefile.am. However it disappeared from there too. The real fix would be to use the acx_pthread autoconf macro: http://www.gnu.org/software/autoconf-archive/acx_pthread.html > Makefile.am: -pthread not supported on AIX (Visual Age C++) > ----------------------------------------------------------- > > Key: AXIS2C-1429 > URL: https://issues.apache.org/jira/browse/AXIS2C-1429 > Project: Axis2-C > Issue Type: Bug > Components: build system (Unix/Linux) > Affects Versions: 1.6.0 > Environment: AIX 5.2, Visual Age C++ 6 > Reporter: Olivier Mengu=C3=A9 > Fix For: 1.7.0, Current (Nightly) > > > -pthread is reported as an invalid argument by Visual Age C++ 6: > Here is the build log extract: > --------------------- > Making all in test > /home/prodfs/otp/axis-build/axis2c-src-1.6.0-2/neethi/test > source=3D'test.c' object=3D'test.o' libtool=3Dno DEPDIR=3D.deps = depmode=3Daix /bin/sh ../depcomp cc -qlanglvl=3Dextc89 -DHAVE_CONFIG_H -I.= -I.. -I../include -I ../../util/include -I ../../axiom/include -I ../..= /include -I/home/prodfs/deploy/include -g -O2 -pthread -qnolm -D_LARGEFIL= E64_SOURCE -c test.c > cc: 1501-210 command option t contains an incorrect subargument > --------------------- > The '-pthread' argument should instead be generated by the configure scri= pt. See http://www.nongnu.org/autoconf-archive/ax_pthread.html --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org