cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: x64 libcurl

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Tue, 09 Jul 2013 11:35:54 +0200

"Jamey Kirby" <kirby.jamey_at_gmail.com> wrote:

>I am trying to build libcurl for x64, I finally got it almost working. I
> can build x86 with no problems. Fails when it tried to compile amigaos for
> x64. How do I tell it to only build vc-x64?
>
> Here is my build line:
>
> nmake /f Makefile.vc10 MACHINE=x64 cfg=release

Looks okay.
 
> Works when I select x86, but amigaos fails and build fails when I select x64

Not only amigaos.obj fails. All your objects fails to link. That one fails only
because it's the first in the list given to link.exe.

Did you prepare your environment for building 64-bit code. I.e. call
"vcvars32.bat 64bit" to setup the PATH to point to the x64 version
of cl.exe?

--gv

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-07-09