Sun Jun 29 10:07:33 2014: Request 96815 was acted upon. Transaction: Ticket created by SISYPHUS Queue: Win32-API Subject: $(AS) not set correctly Broken in: (no value) Severity: Normal Owner: Nobody Requestors: sisyp...@cpan.org Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96815 >
Hi, Trying to build Win32-API-0.77, I hit the following problem. With perls built using mingw64 (64-bit) port of gcc-4.7.0, the generated Makefile's "$(AS)" is set to "as". However, for this particular compiler (which is technically a cross-compiler) the correct setting is "x86_64-w64-mingw32-as". It's not clear to me how to correct that setting. Any ideas ? As a workaround I can create a copy of "x86_64-w64-mingw32-as.exe" and call it "as.exe". That gets the job done, but I would prefer to not have to do that. Cheers, Rob