curl-library
Installing libcurl on Windows 7
Date: Sun, 14 Mar 2010 16:09:22 -0400
Hi there,
I normally do most of my development on Linux, and I started developing
with libcurl successfully in Gentoo and Ubuntu. However I'd like to be able
to develop in my Windows 7 desktop as well. I'm trying to install libcurl
in Windows and have so far been unsuccessful, I'm running gcc 3.4.5 (mingw
special). So far I've tried the following
- Gone to http://curl.haxx.se/download.html and downlaoded
curl-7.20.0.zip (latest version)
- Extracted to C:\Users\andrew\My Documents\curl
- Looked at the makefile and ran, *mingw32-make mingw32*
- Couldn't find the make target
- Attempted to do the make semi-manually, ran *mingw32-make -C lib -f
Makefile.m32 *and* mingw32-make -C src -f Makefile.m32*
- Attached the results, not sure if it ran successfully...
- From here, how would I compile with gcc/g++?
Thanks guys, have a good day.
Regards,
Andrew Horsman
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/plain attachment: makeresults.txt