On Wed, Sep 2, 2009 at 2:46 PM, Robert Dailey<rcdailey_at_gmail.com> wrote:
[snip]
> Anyway, I still can't seem to figure out why the symbols are not being
> resolved. Basically, I checked aprutil-1.lib to see if those symbols indeed
> do exist in the library and they do. However, MSVC complains that it cannot
> find them. This can't be a dllimport/export issue since I'm using static
> libraries for everything.
It has been a while since I tried static builds, but I thought the
Subversion libraries were named differently for the static libaries
(and a quick inspection of the projects seems to verify that). If you
want to build totally static then you need to link to svn_client-1.lib
rather than libsvn_client-1.lib, I believe. You'll also have to link
in a lot more libraries as well, I think, to get all symbols resolved.
DJ
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2390460
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-03 01:05:25 CEST