On Sat, Sep 5, 2009 at 12:55 PM, Robert Dailey<rcdailey_at_gmail.com> wrote:
[snip]
> I'm re-submitting the patch (attached). It contains fixes to make sure the
> executable projects link to the correct library names. For static builds of
> APR and APR-UTIL, it will find the libraries without the 'lib' prefix (e.g.
> apr-1.lib). And for dynamic builds of APR and APR-UTIL it will look for the
> versions with 'lib' as a prefix (e.g. libapr-1.lib).
> Let me know if this is an improvement! Keep the code reviews coming!
I think this is a little better, but svn.exe still won't link. The
library directories for libapr*.lib and apr*.lib are different (ie,
Release vs LibR) and so it can't find apr*.lib when told to statically
link.
Even when I manually fix those it still won't link because apr is
pulling in some Windows functions (UuidCreate and TransmitFile) whose
containing libraries need to now be included in the linker input as
wel as apr-iconv which is being used by apr-util. All those will need
to be added to the executable projects' linker inputs and then there
will probably be more after that. Isn't static linking fun? :)
DJ
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2391371
Received on 2009-09-05 23:35:40 CEST