I commented out amigaos just to see what happens and I get same error for next file.
Looks like x64 simply does not work :( On Tue, Jul 9, 2013 at 12:33 AM, Jamey Kirby <[email protected]> wrote: > I tried this: > > nmake /f makefile.vc10 CFG=release MACHINE=x64 > > Still get linkage errors for amigaos > > What am I missing? > > > > > On Tue, Jul 9, 2013 at 12:25 AM, Jamey Kirby <[email protected]>wrote: > >> So, I am now able to build from the curl root with nmake vc-x64, but I >> still get failure on amigaos >> >> Why is vc-x64 making any references to amigaos? >> >> >> >> >> On Mon, Jul 8, 2013 at 11:51 PM, Jamey Kirby <[email protected]>wrote: >> >>> pure VC >>> >>> >>> >>> On Mon, Jul 8, 2013 at 11:15 PM, Ryan <[email protected]> wrote: >>> >>>> I'd like that. But, still fairly new to this curl stuff... Tell me, is >>>> the difficultly in compiling to x64 in Windows/pure VC, or does cURL in >>>> general not want to compile to x64 on any platform? >>>> >>>> On Jul 9, 2013, at 2:02 PM, Jamey Kirby <[email protected]> wrote: >>>> >>>> If I get this to work, I will be glad to maintain download links for >>>> x64 native libcurl. >>>> >>>> >>>> On Mon, Jul 8, 2013 at 10:58 PM, Jamey Kirby <[email protected]>wrote: >>>> >>>>> I think I figured it out. Not sure how to resolve it, but it looks >>>>> like I am building the wrong source files in the project. >>>>> >>>>> Back to the drawing board. Thanks for the help. >>>>> >>>>> >>>>> >>>>> >>>>> On Mon, Jul 8, 2013 at 10:51 PM, Jamey Kirby <[email protected]>wrote: >>>>> >>>>>> I am at my wits end. I have a library that I built. I used dumpbin >>>>>> /SYMBOLS and see there are the proper functions like _curl_easy_init. >>>>>> However, when I link to the library, I get error LNK2001: unresolved >>>>>> external symbol _curl_easy_init >>>>>> >>>>>> I do not know what else to do? My client wants everything native >>>>>> windows VC x64, so using cmake is not an option. I have been developing >>>>>> Windows software for decades and this one has got me completely stumped. >>>>>> >>>>>> I guess I have run slam into the downside of open source; no one to >>>>>> scream at and throw money at to get an issue resolved. libcurl x86 works >>>>>> great in the project. What is so complex that this is not working? Maybe >>>>>> that is why there is no native x64 libcurl; no one has figured out how to >>>>>> do it yet... >>>>>> >>>>>> At some point I have to give up. Been looking at Casablanca, but who >>>>>> needs pplx; I am not offloading operations to tasks, I am developing code >>>>>> that just talks directly to the server via http inline. >>>>>> >>>>>> Every PC sold today is 64 bit. Right? >>>>>> >>>>>> Sorry for going off. I have been looking at this for a month now and >>>>>> have several full days trying to get this to work. I could write a >>>>>> Windows >>>>>> file system driver in shorter time. >>>>>> >>>>>> I even contacted Haxx and offered to give them money to make me a >>>>>> working build; never got a response to the email. >>>>>> >>>>>> -- Jamey >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Jamey Kirby >>>>> Disrupting the establishment since 1964 >>>>> >>>>> *This is a personal email account and as such, emails are not subject >>>>> to archiving. Nothing else really matters.* >>>>> >>>> >>>> >>>> >>>> -- >>>> Jamey Kirby >>>> Disrupting the establishment since 1964 >>>> >>>> *This is a personal email account and as such, emails are not subject >>>> to archiving. Nothing else really matters.* >>>> >>>> ------------------------------------------------------------------- >>>> >>>> List admin: http://cool.haxx.se/list/listinfo/curl-library >>>> Etiquette: http://curl.haxx.se/mail/etiquette.html >>>> >>>> >>>> ------------------------------------------------------------------- >>>> List admin: http://cool.haxx.se/list/listinfo/curl-library >>>> Etiquette: http://curl.haxx.se/mail/etiquette.html >>>> >>> >>> >>> >>> -- >>> Jamey Kirby >>> Disrupting the establishment since 1964 >>> >>> *This is a personal email account and as such, emails are not subject >>> to archiving. Nothing else really matters.* >>> >> >> >> >> -- >> Jamey Kirby >> Disrupting the establishment since 1964 >> >> *This is a personal email account and as such, emails are not subject to >> archiving. Nothing else really matters.* >> > > > > -- > Jamey Kirby > Disrupting the establishment since 1964 > > *This is a personal email account and as such, emails are not subject to > archiving. Nothing else really matters.* > -- Jamey Kirby Disrupting the establishment since 1964 *This is a personal email account and as such, emails are not subject to archiving. Nothing else really matters.*
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
