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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
