No. Or, you could probably get it to work, but you would need the 32bit libraries from the 32bit compiler anyway. The linker stage will fail since x86_64-w64-mingw32-gcc has the 64bit versions of the libraries in its search path.
Just got variants on windows working now btw, just doing some code cleanup and some tests and I'll have another patch for you. BTW, the fopen hook, doesn't it chain to NtCreateFile on Windows 7? It does so on 8 and 10 atleast, so for me it's redundant. -- Robert On Friday, November 7, 2014 1:04:46 AM UTC+1, [email protected] wrote: > > On Mon, Nov 3, 2014 at 8:51 AM, Robert Pettersen <[email protected] > <javascript:>> wrote: > >> 3) You are right, compiling with the 64bit compiler with the -m32 flag >> seem to produce the expected output. >> > > Are you able to link tup32detect.exe and tup-dllinject32.dll with the > 64bit compiler and -m32 as well? I was looking to avoid having to install & > set the separately 32-bit compiler in tup.config entirely. > > Thanks for working on the patch! I'm taking a look at it now. > > -Mike > > -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
