Return-Path: Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: (qmail 60140 invoked from network); 24 Feb 2010 04:05:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2010 04:05:58 -0000 Received: (qmail 16090 invoked by uid 500); 24 Feb 2010 04:05:58 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 15946 invoked by uid 500); 24 Feb 2010 04:05:58 -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 15931 invoked by uid 500); 24 Feb 2010 04:05:57 -0000 Delivered-To: apmail-ws-axis-c-dev@ws.apache.org Received: (qmail 15928 invoked by uid 99); 24 Feb 2010 04:05:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 04:05:57 +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; Wed, 24 Feb 2010 04:05:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 09C4929A001B for ; Tue, 23 Feb 2010 20:05:28 -0800 (PST) Message-ID: <473453225.482001266984328038.JavaMail.jira@brutus.apache.org> Date: Wed, 24 Feb 2010 04:05:28 +0000 (UTC) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Updated: (AXIS2C-1431) samples/configure.ac uses GCC-specific features (makes AIX build fail) In-Reply-To: <1493718638.98371262875900074.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-1431?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] S.Uthaiyashankar updated AXIS2C-1431: ------------------------------------- Fix Version/s: 1.7.0 Assignee: S.Uthaiyashankar > samples/configure.ac uses GCC-specific features (makes AIX build fail) > ---------------------------------------------------------------------- > > Key: AXIS2C-1431 > URL: https://issues.apache.org/jira/browse/AXIS2C-1431 > Project: Axis2-C > Issue Type: Bug > Components: build system (Unix/Linux) > Affects Versions: 1.6.0 > Environment: AIX 5.2, Visual Age C++ 6 > cd samples > ./configure CC=3Dcc CFLAGS=3D-qnolm --with-axis2=3D"$deploy_dir" INSTALL= =3D"/usr/bin/installbsd -c" --prefix=3D"$deploy_dir" > Reporter: Olivier Mengu=C3=A9 > Assignee: S.Uthaiyashankar > Fix For: 1.7.0 > > > In samples/configure.ac of release 1.6.0, line 150: > CFLAGS=3D"$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-functio= n-declaration" > LDFLAGS=3D"$LDFLAGS -lpthread" > CFLAGS uses some GCC specific command line flags which are not compatible= with Visual Age C++ (xlc). > Here the build log on AIX 5.2 with Visual Age C++ 6 : > Making all in echo > /home/prodfs/otp/lib-build/axis2c-src-1.6.0/samples/server/echo > source=3D'echo.c' object=3D'echo.lo' libtool=3Dyes DEPDIR=3D.dep= s depmode=3Daix /bin/sh ../../depcomp /bin/sh ../../libtool --tag=3DCC = --mode=3Dcompile cc -qlanglvl=3Dextc89 -DHAVE_CONFIG_H -I. -I../.. -I/home/= prodfs/otp/deploy -qnolm -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implici= t-function-declaration -c -o echo.lo echo.c > cc -qlanglvl=3Dextc89 -DHAVE_CONFIG_H -I. -I../.. -I/home/prodfs/otp/dep= loy -qnolm -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declara= tion -c -M echo.c -DPIC -o .libs/echo.o > cc: 1501-210 command option Wall contains an incorrect subargument > make: The error code from the last command is 1. --=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