cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: curl_multi_init

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 7 Jun 2002 14:16:53 +0200 (MET DST)

On Fri, 7 Jun 2002, Andreas Olsson wrote:

> In lib/debug-ssl/ I can see easy.obj but NOT multi.obj
>
> Do I have to define "USE_MULTI" or something when I build? I can't find
> anything about this in the documentation.

It sounds like a problem with the multi.c file not being compiled/included in
the build.

Hm, I guess that no one ever tried/built the multi interface on Windows
before. Gee...

Try this and rebuild:

diff -u -r1.26 Makefile.vc6
--- Makefile.vc6 23 Mar 2002 15:41:17 -0000 1.26
+++ Makefile.vc6 7 Jun 2002 12:15:30 -0000
@@ -198,7 +198,8 @@
        $(DIROBJ)\strtok.obj \
        $(DIROBJ)\connect.obj \
        $(DIROBJ)\hash.obj \
- $(DIROBJ)\llist.obj
+ $(DIROBJ)\llist.obj \
+ $(DIROBJ)\multi.obj

 all : $(TARGET)

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
Received on 2002-06-07