"Jamey Kirby" <[email protected]> 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