On Feb 16, 7:48 am, degski <[email protected]> wrote: > > Does anyone know how to solve this one? > > It's defined in: C:\Program Files (x86)\Microsoft Visual Studio > 9.0\VC\crt\src\intel\chkstk.asm > > And should be in the C-Runtime, linking against crt should define this > symbol. > > Otherwise, ignore? > > with: #pragma check_stack(off) > > Cheers
Thanks Degski, Unfortunately the use of ___chkstk symbol has been compiled into the MPIR library when it was built with mingw64 so turning it off in an application doesn't work. This shouldn't be an issue since the MS CRT defines __chkstk but mingw64 has added an extra underscore on the symbol for some reason. I guess I will need to ask about this on the mingw64 forum Brian > > d. -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
