You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by Scott McFadden <SM...@criticaltech.com> on 2007/03/08 20:20:04 UTC

building axis c++ (HEAD) using ANT / Visual Studio 2003 / WinXP SP2

I am attempting to compile the HEAD version of Axis C++ Client using the
build.xml script.  All goes well until the
compileAxisHTTPTransportSSLChannel step.

 

(Win32 OpenSSL v0.9.8e
<http://www.slproweb.com/download/Win32OpenSSL-0_9_8e.exe> )
OPENSSL_HOME = c:\dev\c++\OpenSSL

 

What troubleshooting steps do I need to perform to track down the linker
error?  

 

 

 

This is where the ANT script fails:

 

compileAxisHTTPTransportSSLChannel:

 

buildVersionResource:

     [copy] Copying 1 file to C:\dev\c++\Apache\axis\ws-axis\c\build

       [cc] Starting dependency analysis for 2 files.

       [cc] 2 files are up to date.

       [cc] 0 files to be recompiled from dependency analysis.

       [cc] 2 total files to be compiled.

       [cc] URL.cpp

       [cc] PlatformSpecificWindows.cpp

       [cc] Generating Code...

       [cc] Starting link

       [cc]    Creating library HTTPSSLChannel.lib and object
HTTPSSLChannel.exp

 

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

get_error referenced in function "protected: int __thiscall
HTTPSSLChannel::Read

FromSocket(char *)" (?ReadFromSocket@HTTPSSLChannel@@IAEHPAD@Z)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

read referenced in function "protected: int __thiscall
HTTPSSLChannel::ReadFromS

ocket(char *)" (?ReadFromSocket@HTTPSSLChannel@@IAEHPAD@Z)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

write referenced in function "protected: int __thiscall
HTTPSSLChannel::WriteToS

ocket(char const *,int)" (?WriteToSocket@HTTPSSLChannel@@IAEHPBDH@Z)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

library_init referenced in function "protected: void __thiscall
HTTPSSLChannel::

OpenSSL_Initialise(void)" (?OpenSSL_Initialise@HTTPSSLChannel@@IAEXXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

load_error_strings referenced in function "protected: void __thiscall
HTTPSSLCha

nnel::OpenSSL_Initialise(void)"
(?OpenSSL_Initialise@HTTPSSLChannel@@IAEXXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

connect referenced in function "protected: bool __thiscall
HTTPSSLChannel::OpenS

SL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

set_fd referenced in function "protected: bool __thiscall
HTTPSSLChannel::OpenSS

L_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

set_connect_state referenced in function "protected: bool __thiscall
HTTPSSLChan

nel::OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

new referenced in function "protected: bool __thiscall
HTTPSSLChannel::OpenSSL_O

pen(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

CTX_set_verify referenced in function "protected: bool __thiscall
HTTPSSLChannel

::OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _ERR_

error_string referenced in function "protected: bool __thiscall
HTTPSSLChannel::

OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _ERR_

get_error referenced in function "protected: bool __thiscall
HTTPSSLChannel::Ope

nSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

CTX_new referenced in function "protected: bool __thiscall
HTTPSSLChannel::OpenS

SL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSLv

23_client_method referenced in function "protected: bool __thiscall
HTTPSSLChann

el::OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _X509

_NAME_oneline referenced in function "int __cdecl
cert_verify_callback(int,struc

t x509_store_ctx_st *)"
(?cert_verify_callback@@YAHHPAUx509_store_ctx_st@@@Z)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _X509

_get_subject_name referenced in function "int __cdecl
cert_verify_callback(int,s

truct x509_store_ctx_st *)"
(?cert_verify_callback@@YAHHPAUx509_store_ctx_st@@@Z

)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _X509

_STORE_CTX_get_current_cert referenced in function "int __cdecl
cert_verify_call

back(int,struct x509_store_ctx_st *)"
(?cert_verify_callback@@YAHHPAUx509_store_

ctx_st@@@Z)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

CTX_free referenced in function "protected: int __thiscall
HTTPSSLChannel::OpenS

SL_Close(void)" (?OpenSSL_Close@HTTPSSLChannel@@IAEHXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

free referenced in function "protected: int __thiscall
HTTPSSLChannel::OpenSSL_C

lose(void)" (?OpenSSL_Close@HTTPSSLChannel@@IAEHXZ)

       [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external
symbol _SSL_

shutdown referenced in function "protected: int __thiscall
HTTPSSLChannel::OpenS

SL_Close(void)" (?OpenSSL_Close@HTTPSSLChannel@@IAEHXZ)

       [cc] HTTPSSLChannel.dll : fatal error LNK1120: 20 unresolved
externals

 

BUILD FAILED

C:\dev\c++\Apache\axis\ws-axis\c\build.xml:245: The following error
occurred whi

le executing this line:

C:\dev\c++\Apache\axis\ws-axis\c\build.xml:234: The following error
occurred whi

le executing this line:

C:\dev\c++\Apache\axis\ws-axis\c\build.xml:181: The following error
occurred whi

le executing this line:

C:\dev\c++\Apache\axis\ws-axis\c\build\buildSSLChannel.xml:42: link
failed with

return code 1120


RE: building axis c++ (HEAD) using ANT / Visual Studio 2003 / WinXP SP2

Posted by Scott McFadden <SM...@criticaltech.com>.
Using the ANT build scripts for AXIS C++, what are the environment
requirements / prerequisites for making sure that SSL DLL links in
properly?
I have OPEN SSL v.0.9.8e / Win32 installed and an environment variable
set for OPENSSL_HOME.   What else needs to be done?

Thanks

ScottM


-----Original Message-----
From: Nadir Amra [mailto:amra@us.ibm.com] 
Sent: Thursday, March 08, 2007 7:45 PM
To: Apache AXIS C User List
Cc: axis-c-user@ws.apache.org
Subject: Re: building axis c++ (HEAD) using ANT / Visual Studio 2003 /
WinXP SP2

Scott, I am not sure, but it looks like it is not linking in the SSL DLL

library? 

Nadir K. Amra


"Scott McFadden" <SM...@criticaltech.com> wrote on 03/08/2007
01:20:04 
PM:

> I am attempting to compile the HEAD version of Axis C++ Client using
> the build.xml script.  All goes well until the 
> compileAxisHTTPTransportSSLChannel step.
> 
> (Win32 OpenSSL v0.9.8e) OPENSSL_HOME = c:\dev\c++\OpenSSL
> 
> What troubleshooting steps do I need to perform to track down the 
> linker error? 
> 
> 
> 
> This is where the ANT script fails:
> 
> compileAxisHTTPTransportSSLChannel:
> 
> buildVersionResource:
>      [copy] Copying 1 file to C:\dev\c++\Apache\axis\ws-axis\c\build
>        [cc] Starting dependency analysis for 2 files.
>        [cc] 2 files are up to date.
>        [cc] 0 files to be recompiled from dependency analysis.
>        [cc] 2 total files to be compiled.
>        [cc] URL.cpp
>        [cc] PlatformSpecificWindows.cpp
>        [cc] Generating Code...
>        [cc] Starting link
>        [cc]    Creating library HTTPSSLChannel.lib and object 
> HTTPSSLChannel.exp
> 
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> get_error referenced in function "protected: int __thiscall 
> HTTPSSLChannel::Read
> FromSocket(char *)" (?ReadFromSocket@HTTPSSLChannel@@IAEHPAD@Z)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> read referenced in function "protected: int __thiscall 
> HTTPSSLChannel::ReadFromS
> ocket(char *)" (?ReadFromSocket@HTTPSSLChannel@@IAEHPAD@Z)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> write referenced in function "protected: int __thiscall 
> HTTPSSLChannel::WriteToS
> ocket(char const *,int)" (?WriteToSocket@HTTPSSLChannel@@IAEHPBDH@Z)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> library_init referenced in function "protected: void __thiscall 
> HTTPSSLChannel::
> OpenSSL_Initialise(void)" (?OpenSSL_Initialise@HTTPSSLChannel@@IAEXXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> load_error_strings referenced in function "protected: void 
> __thiscall HTTPSSLCha
> nnel::OpenSSL_Initialise(void)" 
(?OpenSSL_Initialise@HTTPSSLChannel@@IAEXXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> connect referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::OpenS
> SL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> set_fd referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::OpenSS
> L_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> set_connect_state referenced in function "protected: bool __thiscall
> HTTPSSLChan
> nel::OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> new referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::OpenSSL_O
> pen(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> CTX_set_verify referenced in function "protected: bool __thiscall 
> HTTPSSLChannel
> ::OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _ERR_
> error_string referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::
> OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _ERR_
> get_error referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::Ope
> nSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> CTX_new referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::OpenS
> SL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSLv
> 23_client_method referenced in function "protected: bool __thiscall 
> HTTPSSLChann
> el::OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _X509
> _NAME_oneline referenced in function "int __cdecl 
> cert_verify_callback(int,struc
> t x509_store_ctx_st *)" 
(?cert_verify_callback@@YAHHPAUx509_store_ctx_st@@@Z)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _X509
> _get_subject_name referenced in function "int __cdecl 
> cert_verify_callback(int,s
> truct x509_store_ctx_st *)" (?
> cert_verify_callback@@YAHHPAUx509_store_ctx_st@@@Z
> )
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _X509
> _STORE_CTX_get_current_cert referenced in function "int __cdecl 
> cert_verify_call
> back(int,struct x509_store_ctx_st *)" (?
> cert_verify_callback@@YAHHPAUx509_store_
> ctx_st@@@Z)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> CTX_free referenced in function "protected: int __thiscall 
> HTTPSSLChannel::OpenS
> SL_Close(void)" (?OpenSSL_Close@HTTPSSLChannel@@IAEHXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> free referenced in function "protected: int __thiscall 
> HTTPSSLChannel::OpenSSL_C
> lose(void)" (?OpenSSL_Close@HTTPSSLChannel@@IAEHXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> shutdown referenced in function "protected: int __thiscall 
> HTTPSSLChannel::OpenS
> SL_Close(void)" (?OpenSSL_Close@HTTPSSLChannel@@IAEHXZ)
>        [cc] HTTPSSLChannel.dll : fatal error LNK1120: 20 unresolved 
externals
> 
> BUILD FAILED
> C:\dev\c++\Apache\axis\ws-axis\c\build.xml:245: The following error 
> occurred whi
> le executing this line:
> C:\dev\c++\Apache\axis\ws-axis\c\build.xml:234: The following error 
> occurred whi
> le executing this line:
> C:\dev\c++\Apache\axis\ws-axis\c\build.xml:181: The following error 
> occurred whi
> le executing this line:
> C:\dev\c++\Apache\axis\ws-axis\c\build\buildSSLChannel.xml:42: link 
> failed with
> return code 1120

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


Re: building axis c++ (HEAD) using ANT / Visual Studio 2003 / WinXP SP2

Posted by Nadir Amra <am...@us.ibm.com>.
Scott, I am not sure, but it looks like it is not linking in the SSL DLL 
library? 

Nadir K. Amra


"Scott McFadden" <SM...@criticaltech.com> wrote on 03/08/2007 01:20:04 
PM:

> I am attempting to compile the HEAD version of Axis C++ Client using
> the build.xml script.  All goes well until the 
> compileAxisHTTPTransportSSLChannel step.
> 
> (Win32 OpenSSL v0.9.8e) OPENSSL_HOME = c:\dev\c++\OpenSSL
> 
> What troubleshooting steps do I need to perform to track down the 
> linker error? 
> 
> 
> 
> This is where the ANT script fails:
> 
> compileAxisHTTPTransportSSLChannel:
> 
> buildVersionResource:
>      [copy] Copying 1 file to C:\dev\c++\Apache\axis\ws-axis\c\build
>        [cc] Starting dependency analysis for 2 files.
>        [cc] 2 files are up to date.
>        [cc] 0 files to be recompiled from dependency analysis.
>        [cc] 2 total files to be compiled.
>        [cc] URL.cpp
>        [cc] PlatformSpecificWindows.cpp
>        [cc] Generating Code...
>        [cc] Starting link
>        [cc]    Creating library HTTPSSLChannel.lib and object 
> HTTPSSLChannel.exp
> 
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> get_error referenced in function "protected: int __thiscall 
> HTTPSSLChannel::Read
> FromSocket(char *)" (?ReadFromSocket@HTTPSSLChannel@@IAEHPAD@Z)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> read referenced in function "protected: int __thiscall 
> HTTPSSLChannel::ReadFromS
> ocket(char *)" (?ReadFromSocket@HTTPSSLChannel@@IAEHPAD@Z)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> write referenced in function "protected: int __thiscall 
> HTTPSSLChannel::WriteToS
> ocket(char const *,int)" (?WriteToSocket@HTTPSSLChannel@@IAEHPBDH@Z)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> library_init referenced in function "protected: void __thiscall 
> HTTPSSLChannel::
> OpenSSL_Initialise(void)" (?OpenSSL_Initialise@HTTPSSLChannel@@IAEXXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> load_error_strings referenced in function "protected: void 
> __thiscall HTTPSSLCha
> nnel::OpenSSL_Initialise(void)" 
(?OpenSSL_Initialise@HTTPSSLChannel@@IAEXXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> connect referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::OpenS
> SL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> set_fd referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::OpenSS
> L_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> set_connect_state referenced in function "protected: bool __thiscall
> HTTPSSLChan
> nel::OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> new referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::OpenSSL_O
> pen(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> CTX_set_verify referenced in function "protected: bool __thiscall 
> HTTPSSLChannel
> ::OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _ERR_
> error_string referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::
> OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _ERR_
> get_error referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::Ope
> nSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> CTX_new referenced in function "protected: bool __thiscall 
> HTTPSSLChannel::OpenS
> SL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSLv
> 23_client_method referenced in function "protected: bool __thiscall 
> HTTPSSLChann
> el::OpenSSL_Open(void)" (?OpenSSL_Open@HTTPSSLChannel@@IAE_NXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _X509
> _NAME_oneline referenced in function "int __cdecl 
> cert_verify_callback(int,struc
> t x509_store_ctx_st *)" 
(?cert_verify_callback@@YAHHPAUx509_store_ctx_st@@@Z)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _X509
> _get_subject_name referenced in function "int __cdecl 
> cert_verify_callback(int,s
> truct x509_store_ctx_st *)" (?
> cert_verify_callback@@YAHHPAUx509_store_ctx_st@@@Z
> )
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _X509
> _STORE_CTX_get_current_cert referenced in function "int __cdecl 
> cert_verify_call
> back(int,struct x509_store_ctx_st *)" (?
> cert_verify_callback@@YAHHPAUx509_store_
> ctx_st@@@Z)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> CTX_free referenced in function "protected: int __thiscall 
> HTTPSSLChannel::OpenS
> SL_Close(void)" (?OpenSSL_Close@HTTPSSLChannel@@IAEHXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> free referenced in function "protected: int __thiscall 
> HTTPSSLChannel::OpenSSL_C
> lose(void)" (?OpenSSL_Close@HTTPSSLChannel@@IAEHXZ)
>        [cc] HTTPSSLChannel.obj : error LNK2019: unresolved external 
> symbol _SSL_
> shutdown referenced in function "protected: int __thiscall 
> HTTPSSLChannel::OpenS
> SL_Close(void)" (?OpenSSL_Close@HTTPSSLChannel@@IAEHXZ)
>        [cc] HTTPSSLChannel.dll : fatal error LNK1120: 20 unresolved 
externals
> 
> BUILD FAILED
> C:\dev\c++\Apache\axis\ws-axis\c\build.xml:245: The following error 
> occurred whi
> le executing this line:
> C:\dev\c++\Apache\axis\ws-axis\c\build.xml:234: The following error 
> occurred whi
> le executing this line:
> C:\dev\c++\Apache\axis\ws-axis\c\build.xml:181: The following error 
> occurred whi
> le executing this line:
> C:\dev\c++\Apache\axis\ws-axis\c\build\buildSSLChannel.xml:42: link 
> failed with
> return code 1120

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org