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 <peterap...@gmail.com>:
>
> 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 mpir-devel@googlegroups.com
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to