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

Re: svn - unresolved external

From: Branko Čibej <brane_at_xbc.nu>
Date: 2006-03-02 04:57:10 CET

Kevin Aubuchon wrote:
> svn for Win32:
>
> I get this link error for svn (actually hundreds of them):
>
> switch-cmd.obj : error LNK2019: unresolved external symbol
> __imp__apr_pool_destroy@4 referenced in function _svn_cl__switch
>
> I'm linking to apr.lib, and the lib is found ( I get an error if lib
> path is incorrect). Do I have something configured wrong? It seems
> apr_pool_destroy is exported from apr.lib.
You should link libapr.lib. Your build environment is configured to use
the APR DLLs.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 2 04:57:23 2006

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.