Building 32-bit Libcurl on Mac OS X 10.6

2010-08-26 Thread Jeremy Hughes
Hi, I'm trying to build a 32-bit version of Libcurl (as a static library) on Mac OS X 10.6 (Snow Leopard). Previously, I've built Libcurl on Mac OS X 10.5 (Leopard) using the following commands: ./configure --with-libssh2=[path to LibSSH library] make This creates a 32-bit library which works

Re: Building 32-bit Libcurl on Mac OS X 10.6

2010-08-26 Thread Michael Wood
On 26 August 2010 16:54, Jeremy Hughes jer...@softpress.com wrote: Hi, I'm trying to build a 32-bit version of Libcurl (as a static library) on Mac OS X 10.6 (Snow Leopard). Previously, I've built Libcurl on Mac OS X 10.5 (Leopard) using the following commands: ./configure