curl-library
Building Libcurl with DMC
From: <qbert_at_atari-soldeirs.com>
Date: Sun, 15 Feb 2004 11:53:22 -0800
Date: Sun, 15 Feb 2004 11:53:22 -0800
Hey all, trying to build libcurl with the free Digital Mars C/C++ compiler ( www.digitalmars.com ). It stumbled on the CINIT / CFINIT macros so I replaced them with constants and posted at www.atari-soldiers.com/libcurlDMC.zip .
It compiles fine , however when the sample is run it crashes inexplicably. I
ran it through the debugger seems its crashing
on curl_easy_perform .
Here's the Call window,
main
curl_easy_perform
Curl_perform
Curl_connect <-- crashing , calling CreateConnection .
make -f Makefile.dmc should be all u need to build. Has anyone compiled libcurl with DMC ? Can any libcurl guru's help get libcurl get built with DMC ?
Thanks!
C
Received on 2004-02-15