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 "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2004/11/15 15:08:29 UTC

[jira] Commented: (AXISCPP-265) SimpleAxisServer failing to build on Linux and AIX using ANT

     [ http://nagoya.apache.org/jira/browse/AXISCPP-265?page=comments#action_55495 ]
     
Adrian Dick commented on AXISCPP-265:
-------------------------------------

Linux fails, because libdl.so isn't automatically linked by the cc linker tasks when producing executables.
I shall add this to the syslibset for Linux

> SimpleAxisServer failing to build on Linux and AIX using ANT
> ------------------------------------------------------------
>
>          Key: AXISCPP-265
>          URL: http://nagoya.apache.org/jira/browse/AXISCPP-265
>      Project: Axis-C++
>         Type: Bug
>   Components: Build - ANT
>     Versions: current (nightly)
>  Environment: ANT Build on Linux and AIX
>     Reporter: Adrian Dick
>     Priority: Blocker

>
> The SimpleAxisServer is failing to build.
> On Linux, the link is failing:
>        [cc] /build/nw00_PA/obj/bin/libaxis_server.so: undefined reference to `dlerror'
>        [cc] /build/nw00_PA/obj/bin/libaxis_server.so: undefined reference to `dlclose'
>        [cc] /build/nw00_PA/obj/bin/libaxis_server.so: undefined reference to `dlopen'
>        [cc] /build/nw00_PA/obj/bin/libaxis_server.so: undefined reference to `dlsym'
> While on AIX, the compilation is failing:
>        [cc] /usr/vacpp/exe/xlCentry -D_AIX -D_AIX32 -D_AIX41 -D_AIX43 -D_AIX50 -D_AIX51 -D_IBMR2 -D_POWER -DENABLE_AXIS_EXCEPTION -DHAVE_CONFIG_H -DAIX -I/build/nw00_PA/src/ws-axis/c/include -q32 -qansialias -qnolm -qstaticinline -oSimpleAxisServer.o /build/nw00_PA/obj/src/server/simple_axis_server/SimpleAxisServer.cpp /tmp/xlcW0RHs.qa /tmp/xlcW1RHs.qb /dev/null SimpleAxisServer.lst /dev/null /tmp/xlcW2RHs.qc 
>        [cc] "/build/nw00_PA/obj/src/server/simple_axis_server/SimpleAxisServer.cpp", line 129.29: 1540-0256 (S) A parameter of type "unsigned long *" cannot be initialized with an expression of type "unsigned int *".
>        [cc] "/build/nw00_PA/obj/src/server/simple_axis_server/SimpleAxisServer.cpp", line 129.29: 1540-1205 (I) The error occurred while converting to parameter 3 of "accept(int, sockaddr *, socklen_t *)".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira