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

Re: Linker errors on MSVC9

From: void pointer <rcdailey_at_gmail.com>
Date: Thu, 4 Dec 2008 14:17:50 -0600

On Thu, Dec 4, 2008 at 1:58 PM, Branko Čibej <brane_at_xbc.nu> wrote:

> I very much doubt that's the case for the static libs; it's more
> probable that the DLL exports aren't complete.
>
> The most probable explanation is that he's not linking with some of the
> required libraries. Not surprisingly, this is svn_ra.lib looking for
> init functions in the specific RA implementation libraries.
>
> And "void pointer", for future reference ... posting linker errors
> without also showing your link command line is less than optimal. :)

Here is my link command, it's rather long. This is for MSVC9:

/OUT:"C:\IT\personal\HareSVN\Debug\HareSVN.exe" /VERSION:0.0 /INCREMENTAL
/NOLOGO /LIBPATH:"third_party\boost\lib\Debug"
/LIBPATH:"third_party\boost\lib"
/LIBPATH:"third_party\wxWidgets\lib\vc_lib\Debug"
/LIBPATH:"third_party\wxWidgets\lib\vc_lib"
/LIBPATH:"third_party\svn\lib\Debug" /LIBPATH:"third_party\svn\lib"
/LIBPATH:"third_party\apr\lib\Debug" /LIBPATH:"third_party\apr\lib"
/LIBPATH:"third_party\apr-util\lib\Debug"
/LIBPATH:"third_party\apr-util\lib"
/LIBPATH:"third_party\apr-iconv\lib\Debug"
/LIBPATH:"third_party\apr-iconv\lib" /LIBPATH:"third_party\neon\Debug"
/LIBPATH:"third_party\neon" /LIBPATH:"third_party\sasl\Debug"
/LIBPATH:"third_party\sasl" /LIBPATH:"third_party\serf\Debug"
/LIBPATH:"third_party\serf" /LIBPATH:"third_party\libintl\lib\Debug"
/LIBPATH:"third_party\libintl\lib" /MANIFEST
/MANIFESTFILE:"HareSVN.dir\Debug\HareSVN.exe.intermediate.manifest"
/MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG
/PDB:"C:/IT/personal/HareSVN/Debug/HareSVN.pdb" /SUBSYSTEM:CONSOLE
/DYNAMICBASE /NXCOMPAT /IMPLIB:"C:\IT\personal\HareSVN\Debug\HareSVN.lib"
/ERRORREPORT:PROMPT kernel32.lib user32.lib gdi32.lib winspool.lib
shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
boost_system-mt-gd.lib svn_client-1.lib svn_delta-1.lib svn_diff-1.lib
svn_fs-1.lib svn_ra-1.lib svn_repos-1.lib svn_subr-1.lib svn_wc-1.lib
libapr.lib intl3_svn.lib libapriconv.lib libaprutil.lib xml.lib libneon.lib
zlibstat.lib libsasl.lib serf.lib wxbase28ud.lib wxbase28ud_net.lib
wxbase28ud_odbc.lib wxbase28ud_xml.lib wxexpatd.lib wxjpegd.lib
wxmsw28ud_adv.lib wxmsw28ud_aui.lib wxmsw28ud_core.lib wxmsw28ud_dbgrid.lib
wxmsw28ud_gl.lib wxmsw28ud_html.lib wxmsw28ud_media.lib wxmsw28ud_qa.lib
wxmsw28ud_richtext.lib wxmsw28ud_xrc.lib wxpngd.lib wxregexud.lib
wxtiffd.lib wxzlibd.lib comctl32.lib rpcrt4.lib

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=979804
Received on 2008-12-04 21:18:08 CET

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.