Hi,

I am new to log4cxx.
I downloaded the apache-log4cxx-0.10.0.zip, apr-util-1.2.10-win32-src.zip and 
apr-1.2.11-win32-src.zip.
I am using Visual Studio 6.0

I am following the given instructions to build:

unzip apr-1.2.11-win32-src.zip
rename apr-1.2.11 apr
unzip apr-util-1.2.10-win32-src.zip
rename apr-util-1.2.10 apr-util
cd apache-log4cxx-0.10.0
configure
configure-aprutil(from http://logging.apache.org/log4cxx/building/vstudio.html)

I get the apr-1.lib, libapr-1.dll and aprutil-1.lib built successfully but, 
when i try to build libaprutil-1.dll I am getting linker errors as:
apr_dbd.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED]
apr_brigade.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED]
apr_buckets_alloc.obj : error LNK2001: unresolved external symbol [EMAIL 
PROTECTED]
apr_buckets_mmap.obj : error LNK2001: unresolved external symbol [EMAIL 
PROTECTED]
apr_buckets_pool.obj : error LNK2001: unresolved external symbol [EMAIL 
PROTECTED]
apr_xml.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED]
apr_dbd.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED]
apr_queue.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED]
apr_reslist.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED]
sdbm.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED]
apr_brigade.obj : error LNK2001: unresolved external symbol [EMAIL PROTECTED]
apr_buckets_alloc.obj : error LNK2001: unresolved external symbol [EMAIL 
PROTECTED]
apr_buckets_mmap.obj : error LNK2001: unresolved external symbol [EMAIL 
PROTECTED]
apr_buckets_pool.obj : error LNK2001: unresolved external symbol [EMAIL 
PROTECTED]
..
..
..
etc

Please, give some suggestions on how to fix this.

Regards,
Madhu Gowda



      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Reply via email to