cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl.def removal caused win32/netware build failures

From: Gisle Vanem <giva_at_bgnett.no>
Date: Fri, 12 Nov 2004 12:42:03 +0100

> Since libcurl.def was removed from the package, no Windows or Netware builds
> work anymore:
>
> http://curl.haxx.se/auto/
>
> Any ideas on how to fix?

http://curl.haxx.se/auto/log.cgi?id=20041112110724-1279
This seems first to link curl.exe before recompiling src/*.c.
And then next successfull compile and link curl.exe

The MSVC version links to the static libcurl.lib. Then your're
supposed to compile with -DCURL_STATICLIB. I'll add a patch.
Maybe time to use different names for import-libs and static libs
to avoid confusion.

http://curl.haxx.se/auto/log.cgi?id=20041112082540-16782
This combo doesn't handle __declspec. But the makefile.Netware
creates it's own .def -file which handles the exporting.

--gv
Received on 2004-11-12