You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "S.Uthaiyashankar (JIRA)" <ji...@apache.org> on 2010/02/24 05:07:27 UTC

[jira] Resolved: (AXIS2C-1431) samples/configure.ac uses GCC-specific features (makes AIX build fail)

     [ https://issues.apache.org/jira/browse/AXIS2C-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Uthaiyashankar resolved AXIS2C-1431.
--------------------------------------

    Resolution: Fixed

Fixed in revision 915662. 

> 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=cc CFLAGS=-qnolm --with-axis2="$deploy_dir" INSTALL="/usr/bin/installbsd -c" --prefix="$deploy_dir"
>            Reporter: Olivier Mengué
>            Assignee: S.Uthaiyashankar
>             Fix For: 1.7.0
>
>
> In samples/configure.ac of release 1.6.0, line 150:
> CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration"
> LDFLAGS="$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='echo.c' object='echo.lo' libtool=yes  DEPDIR=.deps depmode=aix /bin/sh ../../depcomp  /bin/sh ../../libtool --tag=CC    --mode=compile cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I. -I../.. -I/home/prodfs/otp/deploy     -qnolm -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration  -c -o echo.lo echo.c
>  cc -qlanglvl=extc89 -DHAVE_CONFIG_H -I. -I../.. -I/home/prodfs/otp/deploy -qnolm -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration -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.

-- 
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