Build 32 bit libcurl on 64 bit OSX Build 32 bit libcurl on 64 bit OSX curl curl

Build 32 bit libcurl on 64 bit OSX


Maybe it's late, but since I just hit the same wall... You can try specifying in configure options:

./configure --build=i386-darwin --host=x86_64-darwin

As far as I can tell, host denotes the architecture of the machine on which you are building, while build is the target architecture.