cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Linker errors with MinGW on WinXP

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Sun, 25 Apr 2004 09:51:35 +0200 (CEST)

On Sat, 24 Apr 2004, Tyler Knott wrote:

> I don't have libeay32 or libssl32 (and from what I read those are the
> dynamically linked versions, and I want my installer to be all-inclusive
> which means static linking). I do have libssl and libcrypto and am trying
> to link against them

Generally, libraries have the same base name for both shared and static
versions. OpenSSL comes in two libraries and if you want to use libcurl
ssl-enabled you need to link with those. The shared or the static versions.

> but I'm sure I'm missing another library (since gcc reports that it can't
> find -lmm I'm assuming it's missing libmm).

mm is a windows library I thought every windows came with.

-- 
     Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
      Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-04-25