[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

libsvn_client linking errors

From: Brent R. Matzelle <bmatzelle_at_yahoo.com>
Date: 2002-07-22 17:35:07 CEST

Hello,

I am trying to link with the libsvn_client.lib on win32 with VC++6
but I am getting a large number of linking errors (377):

libsvn_client.lib(commit_util.obj) : error LNK2001: unresolved
external symbol _apr_pool_destroy@4
libsvn_client.lib(repos_diff.obj) : error LNK2001: unresolved
external symbol _apr_pool_destroy@4
vsvn.obj : error LNK2001: unresolved external symbol
_apr_pool_destroy@4
libsvn_client.lib(add.obj) : error LNK2001: unresolved external
symbol _apr_pool_destroy@4
libsvn_client.lib(commit.obj) : error LNK2001: unresolved external
symbol _apr_pool_destroy@4
libsvn_client.lib(diff.obj) : error LNK2001: unresolved external
symbol _apr_pool_destroy@4
<snip>

The libsvn_client.lib file is being referenced and a dumpbin /symbols
on it shows that these symbols do in fact exist:

<snip>
032 00000000 UNDEF notype () External | _apr_pool_destroy@4
033 00000000 SECT9 notype Static | .rdata
    Section length 17, #relocs 0, #linenums 0, checksum
E717C696, selection 2 (pick any)
    Relocation CRC 00000000
036 00000000 SECT9 notype External |
??_C@_0BH@MMMP@error?5closing?5dir?5?$GA?$CFs?8?$AA@ (`string')
037 00000000 UNDEF notype () External | _apr_dir_close@4
038 00000000 UNDEF notype () External | _svn_error_createf
<snip>

Any ideas as to what is going wrong? Thanks!

Warm regards,

Brent

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 22 17:35:35 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.