Do we really need logops.c and logops_n.c. Should we do some kind of rationalisation?
Bill. On 25 May 2010 16:29, Jason Moxham <[email protected]> wrote: > On Tuesday 25 May 2010 11:28:25 Cactus wrote: >> On May 25, 9:16 am, chrmhoffmann <[email protected]> wrote: >> > Hi, >> > >> > Thanks for your efforts! >> > >> > I checked out svn trunk rev 2957 and tried to compile with vs2010. >> > When compiling dll_mpir_gc with win32 debug, I get the following error >> > message: >> > >> > 6> Creating library C:\wss\test\mpir\tools\mpir >> > \build.vc10\Win32\Debug\mpir.lib and object C:\wss\test\mpir\tools\mpir >> > \build.vc10\Win32\Debug\mpir.exp >> > 6>logops_n.obj : error LNK2019: unresolved external symbol _call >> > referenced in function _func >> > 6>C:\wss\test\mpir\tools\mpir\build.vc10\Win32\Debug\mpir.dll : fatal >> > error LNK1120: 1 unresolved externals >> > >> > I tried the dll_mpir_p4 as well (same config win32, debug) and I get >> > same error message. >> >> Hi Chris, >> >> Thanks for picking this up - its a Windows build error for both Visual >> Studio 2008 and 2010. >> >> The logops_n.c file is not effective on Windows (could somone check >> that it works on Linux) so I have added logops.c to solve this. >> > > logops_n.c works fine in linux , ie just did a generic C build (--build=none- > unknown-linux-gnu) > > > >> I have now corrected this in the MPIR SVN. >> >> I also picked up another problem with the Visual Studio 2010 builds >> that I have now corrected. >> >> But I now need to double check the latter so it might possibly change >> again later today if I find any mistakes in my corrections. >> >> Brian > > -- > 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. > > -- 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.
