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 Jim Seipp <Ji...@avid.com> on 2007/04/05 20:16:01 UTC

trying to build the Axis2/c using the buils win32 makefile

Hi,

I am attempting to build the Axis2/C library files using the build win32
makefile and I am getting unresolved external variable errors from the
linker.

Any ideas?

Here are a few of the errors:

unzip.obj : error LNK2001: unresolved external symbol .malloc
allocator.obj : error LNK2019: unresolved external symbol .malloc
referenced in function .axis2_allocator_init
archive_extract.obj : error LNK2001: unresolved external symbol .malloc
dir_windows.obj : error LNK2001: unresolved external symbol .malloc
iowin32.obj : error LNK2001: unresolved external symbol .malloc
allocator.obj : error LNK2019: unresolved external symbol .realloc
referenced in function .axis2_allocator_realloc_impl
dir_windows.obj : error LNK2001: unresolved external symbol .realloc
unzip.obj : error LNK2001: unresolved external symbol .free
allocator.obj : error LNK2019: unresolved external symbol .free
referenced in function .axis2_allocator_free_impl

Thanks,

Jim

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


Re: trying to build the Axis2/c using the buils win32 makefile

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Hi Samisa,
>
>I cannot locate the file "vcvars32.bat" anywhere.
>Where do I locate this batch file? What is it user for?
>
>cl.exe is version 14.00.40310.39 for IA-64 (Microsoft compiler)
>  
>
It is a Microsoft Visual Studio tool for setting environment varibles on 
command line to help use command line tools.

I have is in "C:\Program Files\Microsoft Visual Studio 8\VC\bin" on my 
machine.
Based your installation, you should have this VC\bi filder of the 
installation directory.

Samisa...



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


RE: trying to build the Axis2/c using the buils win32 makefile

Posted by Jim Seipp <Ji...@avid.com>.
Hi Samisa,

I cannot locate the file "vcvars32.bat" anywhere.
Where do I locate this batch file? What is it user for?

cl.exe is version 14.00.40310.39 for IA-64 (Microsoft compiler)

Thanks,

Jim

-----Original Message-----
From: Samisa Abeysinghe [mailto:samisa@wso2.com] 
Sent: Thursday, April 05, 2007 7:18 PM
To: Apache AXIS C Developers List
Subject: Re: trying to build the Axis2/c using the buils win32 makefile

Jim Seipp wrote:

>Hi,
>
>I am attempting to build the Axis2/C library files using the build
win32
>makefile and I am getting unresolved external variable errors from the
>linker.
>
>Any ideas?
>  
>
What is the version you are trying to build? What is the VC version? And

I hope you ran vcvars32.bat before running nmake.

Samisa...



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


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


Re: trying to build the Axis2/c using the buils win32 makefile

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Hi,
>
>I am attempting to build the Axis2/C library files using the build win32
>makefile and I am getting unresolved external variable errors from the
>linker.
>
>Any ideas?
>  
>
What is the version you are trying to build? What is the VC version? And 
I hope you ran vcvars32.bat before running nmake.

Samisa...



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