cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: probs. building libcurl w/gssapi on win32

From: David Rosenstrauch <darose_at_darose.net>
Date: Thu, 01 May 2008 21:27:10 -0400

David Rosenstrauch wrote:
> Anyway, re: getting my progress in getting the code built, first some
> good news:
>
> I've finally got this all compiling on win32 using HAVE_GSSAPI (and
> HAVE_GSSMIT) and HAVE_SPNEGO (against MIT Kerb for Windows, OpenSSL, and
> fbopenssl)! (w00t!)
>
>
> But then some bad news:
>
> I'm now getting some linker errors:
>
> curllib warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other
> libs; use /NODEFAULTLIB:library
>
> curllib error LNK2005: _malloc already defined in LIBCMT.lib(malloc.obj)
>
> curllib warning LNK4006: _malloc already defined in
> LIBCMT.lib(malloc.obj); second definition ignored
>
> curllib fatal error LNK1169: one or more multiply defined symbols found

Never mind - found it: /MD

OK, cool! I'm all built! Will try testing this thing tomorrow.

DR
Received on 2008-05-02