There's much more discussion of the issue, starting here: http://gmplib.org/list-archives/gmp-bugs/2009-June/001499.html
It is beginning to look like a libtool issue. The wrappers it creates for the tests are broken. I might try running the tests myself, putting the dll in my path and see if they run without the wrappers. If so, then we can definitively say that either libtool is doing the wrong thing, or we aren't driving libtool correctly. Bill. 2009/6/4 Bill Hart <[email protected]>: > It looks like the static MSVC project does not build the cpp > interface. Only the dynamic (dll) library does. > > If you want a static library, then you are almost there with MSYS. Just do: > > ./configure --enable-cxx --enable-gmpcompat > make clean > make > make check > > Maybe you mistyped and what you really want is a dynamic library with > cpp interface. For this you would need to follow the instructions in > build.vc9/readme for building the dll for MS Visual Studio 2008. It's > up to you. I don't know which one you actually want. > > If you get stuck at some point with the instructions, then please ask. > We are here to help! > > Bill. > > 2009/6/4 Peter_APIIT <[email protected]>: >> >> How about command to rebuild with cpp interface in static library >> format ? >> >> I lazy to read that. >> >> Thanks. >> >> >> > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
