X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "[HCI]Mara'akate" Newsgroups: comp.os.msdos.djgpp Subject: Re: libcurl Date: Sun, 5 Feb 2012 12:28:09 -0800 (PST) Organization: http://groups.google.com Lines: 23 Message-ID: <628fdb14-f868-4f8b-b5c9-c95a86952982@l14g2000vbe.googlegroups.com> References: <31c5f2f5-d1c7-4134-a886-64b76ab57502 AT o12g2000vbd DOT googlegroups DOT com> <89dd7b9f-3061-4faf-9331-16152b9d952f AT t24g2000yqj DOT googlegroups DOT com> NNTP-Posting-Host: 72.70.146.130 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1328474092 29555 127.0.0.1 (5 Feb 2012 20:34:52 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 5 Feb 2012 20:34:52 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: l14g2000vbe.googlegroups.com; posting-host=72.70.146.130; posting-account=XGWx5woAAACFbFREYlembztJnxsJ2Of0 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.22) Gecko/20110902 Firefox/3.6.22 ( ) SearchToolbar/1.2,gzip(gfe) Bytes: 2452 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Scratch that, after messing around and finding some site that had a semi-newer version of DJGPP (had to fix a few things to get it to build) it has spit out a proper libcurl.a and curl.exe and it works. I didn't include SSL as I don't need it for my project, but hopefully this should make building very easy for someone else who wants to integrate it into their DOS projects. Anyways, here it is with WATT32 already built. This was for DJGPP v2.03. The original build instructions say to use the same DJGPP as you used to build WATT32 lib. It's pretty easy to change though. Just copy your includes from WATT32 into /include overwrite any old junk and overwrite LIBWATT.A in /lib. If someone adds SSL with its included and v2.03 lib, send it back. Might be useful someday. Sorry for using RAR, all I had on my Win9x box was WinRAR: http://dk.toastednet.org/QDOS/LIBCURL_CLEAN.rar -- LIBCURL.A is not built, *.O has been removed. http://dk.toastednet.org/QDOS/LIBCURL_UNCLEAN.rar -- LIBCURL.A is prebuilt, *.O is included. Recommended for DJGPP v2.03.